[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)
Panu Matilainen
notifications at github.com
Fri May 10 07:54:58 UTC 2019
pmatilai commented on this pull request.
> if (rstreqn(N, "rpmlib(", sizeof("rpmlib(")-1)) {
- if (tagN != RPMTAG_REQUIRENAME) return 1;
+ if (tagN != RPMTAG_REQUIRENAME &&
+ (tagN == RPMTAG_PROVIDENAME && !(Flags & RPMSENSE_RPMLIB)))
+ return 1;
Fix the condition indentation.
--
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#pullrequestreview-235969658
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190510/b3066595/attachment.html>
More information about the Rpm-maint
mailing list