diff options
author | Michael Adam <obnox@samba.org> | 2008-09-08 13:11:17 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-08 14:43:39 +0200 |
commit | 44dd82b9c67e0e47f5c4b526269ce4b637fb195b (patch) | |
tree | c7b665b17403a0a95f0caa4efecce5099f551308 /packaging | |
parent | 8f9ddcfdf8493f6de2a4430ade2e3edd19d35f57 (diff) | |
download | samba-44dd82b9c67e0e47f5c4b526269ce4b637fb195b.tar.gz samba-44dd82b9c67e0e47f5c4b526269ce4b637fb195b.tar.bz2 samba-44dd82b9c67e0e47f5c4b526269ce4b637fb195b.zip |
packaging(RHEL-CTDB): extend and slightly reformat comment header block
Michael
(cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5)
(This used to be commit 5354e420677eacd62a5297bc38d62cd6b53642b5)
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/RHEL-CTDB/makerpms.sh | 9 |
1 files changed, 5 insertions, 4 deletions
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" |