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

Panu Matilainen notifications at github.com
Wed Apr 10 09:43:22 UTC 2019


Based on the comment there, the idea there is to set RPMBUILD_PREP bit to zero,  |= is certainly wrong for that purpose (but I dont know if there's something else wrong in the surrounding logic). However the general rpm-style for disabling bits would is:
```
     what &= ~RPMBUILD_PREP;
```


-- 
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-481620129
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190410/0b4ecf5b/attachment.html>


More information about the Rpm-maint mailing list