Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=961141 --- Comment #17 from Oron Peled <oron@xxxxxxxxxxxx> --- Document why we need dpkg >= 1.16.x: * The problem is not in the build, but in runtime (I wasn't clear enough) * Here is an example: $ dh_auto_clean dh_auto_clean: unable to load build flags: Can't locate Dpkg/BuildFlags.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at (eval 3) line 2. BEGIN failed--compilation aborted at (eval 3) line 2. * This perl class doesn't exist at all in dpkg-devel <= 1.15.x * In dpkg >= 1.16.x, all perl classes are packaged in libdpkg-perl * So, I'll fix dependencies as follows: - BuildRequires: dpkg-devel # it pulls libdpkg-perl as well - Requires: libdpkg-perl * And we get one less rpmlint error (about runtime depends on *-devel package) I'll fix this together with fixes from comment #16 and upload new spec/srpm -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LVwwAtHOVF&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review