Author: baggins                      Date: Tue Apr 25 15:26:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use $RPMOPTS in cache_rpm_dump

---- Files affected:
SPECS:
   builder (1.421 -> 1.422) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.421 SPECS/builder:1.422
--- SPECS/builder:1.421 Tue Apr 25 17:12:39 2006
+++ SPECS/builder       Tue Apr 25 17:26:19 2006
@@ -406,7 +406,7 @@
                ARGS='--nodigest --nosignature --nobuild'
                ;;
        esac
-       $RPMBUILD --rcfile .builder-rpmrc $ARGS --nodeps --define "prep $dump" 
$BCOND $TARGET_SWITCH $SPECFILE 2>&1
+       $RPMBUILD --rcfile .builder-rpmrc $ARGS --nodeps --define "prep $dump" 
$RPMOPTS $BCOND $TARGET_SWITCH $SPECFILE 2>&1
        `
        if [ $? -gt 0 ]; then
                error=$(echo "$rpm_dump" | sed -ne '/^error:/,$p')
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.421&r2=1.422&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to