https://bugzilla.redhat.com/show_bug.cgi?id=1631988
--- Comment #18 from Neal Gompa <[email protected]> --- > At CentOS I can see pkgconfig is a dependency for rpm-build, as well as at > Amazon Linux 2017.03, but not for example at openSUSE Leap 42.3, and maybe > not at other RPM based distribution. It's a dependency of the devel packages themselves. If you look at fuse-devel (which provides pkgconfig(fuse)), it will have `Requires: /usr/bin/pkg-config`. This is also true on openSUSE, but the bizarre thing is that pkgconfig isn't pulled in by default in a package build environment. Thus, the pkgconfig dep generator doesn't add the dependency automatically always. It is pulled in if a package has been generated with pkgconfig() Provides, since that means it has `/usr/bin/pkg-config` Requires. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
