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
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to