summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-09-02 20:38:32 +0000
committerGerald Carter <jerry@samba.org>2003-09-02 20:38:32 +0000
commit1b4c80477f7e2f6a6a35c2acc81e54ce58d100ad (patch)
tree67c8eacff018bb3c2d47f45132c52260781ca608 /packaging
parent04c0d440ff5be404184003a01ae524d26d82b7ae (diff)
downloadsamba-1b4c80477f7e2f6a6a35c2acc81e54ce58d100ad.tar.gz
samba-1b4c80477f7e2f6a6a35c2acc81e54ce58d100ad.tar.bz2
samba-1b4c80477f7e2f6a6a35c2acc81e54ce58d100ad.zip
removing debugging statement checked in by mistake
(This used to be commit 01096554110ba243566003a45f88dbaeb513fc73)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/makerpms.sh.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/RedHat/makerpms.sh.tmpl b/packaging/RedHat/makerpms.sh.tmpl
index 1371b55fd3..a37e03a144 100644
--- a/packaging/RedHat/makerpms.sh.tmpl
+++ b/packaging/RedHat/makerpms.sh.tmpl
@@ -65,8 +65,7 @@ chmod 755 ${SRCDIR}/filter-requires-samba_rh?.sh
echo Getting Ready to build release package
cd ${SPECDIR}
-#${RPM} -ba --clean --rmsource $SPECFILE
-${RPM} -ba -vv $SPECFILE
+${RPM} -ba --clean --rmsource $SPECFILE
echo Done.