]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-short_circuit.patch
- release 112.2 to rebuild with fixed rpm.macros
[packages/rpm.git] / rpm-short_circuit.patch
1 diff -ur rpm-4.0.2/rpmqv.c rpm-4.0.2-test/rpmqv.c
2 --- rpm-4.0.2/rpmqv.c   Mon Mar 12 19:20:29 2001
3 +++ rpm-4.0.2-test/rpmqv.c      Fri May 24 20:46:26 2002
4 @@ -1358,6 +1358,8 @@
5           case 'b':
6             ba->buildAmount |= RPMBUILD_PACKAGEBINARY;
7             ba->buildAmount |= RPMBUILD_CLEAN;
8 +           if ((ba->buildChar == 'b') && ba->shortCircuit)
9 +               break;
10             /*@fallthrough@*/
11           case 'i':
12             ba->buildAmount |= RPMBUILD_INSTALL;
This page took 0.02801 seconds and 3 git commands to generate.