SPECS: repackage.sh - avoid %clean contents to expand to previous ...

glen glen at pld-linux.org
Mon Aug 27 14:31:04 CEST 2007


Author: glen                         Date: Mon Aug 27 12:31:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid %clean contents to expand to previous %section

---- Files affected:
SPECS:
   repackage.sh (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/repackage.sh
diff -u SPECS/repackage.sh:1.14 SPECS/repackage.sh:1.15
--- SPECS/repackage.sh:1.14	Tue Feb 13 19:37:03 2007
+++ SPECS/repackage.sh	Mon Aug 27 14:30:59 2007
@@ -38,4 +38,4 @@
 if [[ *$@* != *-bb* ]]; then
 	rpmbuild -bi "$@"
 fi
-rpmbuild -bb --define 'clean %{nil}' "$@"
+rpmbuild -bb --define 'clean exit 0; %{nil}' "$@"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/repackage.sh?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list