From fae04ac78606b073e639a21b713580d86178bc84 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 8 Sep 2008 13:11:17 +0200 Subject: [PATCH] packaging(RHEL-CTDB): extend and slightly reformat comment header block Michael (cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5) (cherry picked from commit 2ea32abe33b25fd5b7539e3365a2b8fc18a7fdf3) --- packaging/RHEL-CTDB/makerpms.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packaging/RHEL-CTDB/makerpms.sh b/packaging/RHEL-CTDB/makerpms.sh index 5e1c7d52c8a..d449466584d 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" -- 2.11.4.GIT