[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)

Igor Gnatenko notifications at github.com
Wed Apr 10 09:33:15 UTC 2019


@ffesti you have one more bug which is breaking basically everything :)

```diff
@@ -354,7 +353,7 @@ static rpmRC buildSpec(BTA_t buildArgs, rpmSpec spec, int what)
            !(what & (RPMBUILD_BUILD|RPMBUILD_INSTALL|RPMBUILD_PACKAGEBINARY))){
                /* don't run prep if not needed for source build */
                /* with(out) dynamic build requires*/
-           what &= !RPMBUILD_PREP;
+           what |= !RPMBUILD_PREP;
        }
 
        if ((what & RPMBUILD_PREP) &&
```

I hope I understood intention correctly

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/593#issuecomment-481616585
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190410/c4ac3b20/attachment.html>


More information about the Rpm-maint mailing list