From 44dd82b9c67e0e47f5c4b526269ce4b637fb195b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 8 Sep 2008 13:11:17 +0200 Subject: packaging(RHEL-CTDB): extend and slightly reformat comment header block Michael (cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5) (This used to be commit 5354e420677eacd62a5297bc38d62cd6b53642b5) --- packaging/RHEL-CTDB/makerpms.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'packaging/RHEL-CTDB') diff --git a/packaging/RHEL-CTDB/makerpms.sh b/packaging/RHEL-CTDB/makerpms.sh index 5e1c7d52c8..d449466584 100755 --- a/packaging/RHEL-CTDB/makerpms.sh +++ b/packaging/RHEL-CTDB/makerpms.sh @@ -3,16 +3,17 @@ # Copyright (C) Gerald (Jerry) Carter 2003 # Copyright (C) Michael Adam 2008 +# Script to build RPMs for RHEL from inside a git checkout. + # The following allows environment variables to override the target directories # the alternative is to have a file in your home directory calles .rpmmacros # containing the following: # %_topdir /home/mylogin/redhat # -# Note: Under this directory rpm expects to find the same directories that are under the -# /usr/src/redhat directory -# +# Note: Under this directory rpm expects to find the same directories +# that are under the /usr/src/redhat directory. -# set DOCS_TARBALL to the path to a docs release tarball in .tar.bz2 format +# Set DOCS_TARBALL to the path to a docs release tarball in .tar.bz2 format. # extra options passed to rpmbuild EXTRA_OPTIONS="$1" -- cgit