X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=shortcircuited-deps.patch;fp=shortcircuited-deps.patch;h=2fc2cc4ea7999ee33eba56deb928a9204b0d3a6c;hb=ac6a7800ef3a6bb01f82325463e4ba5221cbdedc;hp=0000000000000000000000000000000000000000;hpb=6fce50075952edfa510790ca6be81e6d3fb9e214;p=packages%2Frpm.git diff --git a/shortcircuited-deps.patch b/shortcircuited-deps.patch new file mode 100644 index 0000000..2fc2cc4 --- /dev/null +++ b/shortcircuited-deps.patch @@ -0,0 +1,11 @@ +--- rpm-4.16.0/build/build.c~ 2020-05-28 12:04:24.000000000 +0200 ++++ rpm-4.16.0/build/build.c 2020-10-31 18:57:03.678941782 +0100 +@@ -401,7 +401,7 @@ + goto exit; + + if (((what & RPMBUILD_PACKAGEBINARY) && !test) && +- (rc = packageBinaries(spec, cookie, (didBuild == 0)))) ++ (rc = packageBinaries(spec, cookie, ((didBuild == 0) && !rpmExpandNumeric("%{?disable_short_circuited_deps}"))))) + goto exit; + + if ((what & RPMBUILD_CLEAN) &&