removing debugging statement checked in by mistake
authorGerald Carter <jerry@samba.org>
Tue, 2 Sep 2003 20:38:32 +0000 (20:38 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 2 Sep 2003 20:38:32 +0000 (20:38 +0000)
(This used to be commit 01096554110ba243566003a45f88dbaeb513fc73)

packaging/RedHat/makerpms.sh.tmpl

index 1371b55fd3c4c7ccb5d87968ae0ff09cd93a6ee6..a37e03a14478e4a84fd07261c739e949272cccc6 100644 (file)
@@ -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.