]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- --nodeps in dump_cache
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jan 2006 22:12:54 +0000 (22:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.386

builder.sh

index ec5501686f33aff8569e1e6a834acf34efae54e8..38f5f3f612acecc23278146f2fce18397341ce77 100644 (file)
@@ -347,7 +347,7 @@ rpm_dump_cache=`
                        rpm --rcfile .rpmrc -bp --nodeps --define "prep $dump" $BCOND $TARGET_SWITCH $SPECFILE 2>&1
                        ;;
                rpmbuild )
-                       rpmbuild --rcfile .rpmrc --nodigest --nosignature --nobuild --define "prep $dump" $BCOND $TARGET_SWITCH $SPECFILE 2>&1
+                       rpmbuild --rcfile .rpmrc --nodigest --nodeps --nosignature --nobuild --define "prep $dump" $BCOND $TARGET_SWITCH $SPECFILE 2>&1
                        ;;
        esac`
 #      if [ $? -gt 0 ]; then
This page took 0.755193 seconds and 4 git commands to generate.