https://bugzilla.redhat.com/show_bug.cgi?id=1731719
Bug ID: 1731719 Summary: perl-DBD-Firebird depends on files/directories from non-standard locations Product: Fedora Version: rawhide Status: NEW Component: perl-DBD-Firebird Assignee: redhat-bugzilla@linuxnetz.de Reporter: i.gnatenko.brain@gmail.com QA Contact: extras-qa@fedoraproject.org CC: perl-devel@lists.fedoraproject.org, redhat-bugzilla@linuxnetz.de Blocks: 1731683 Target Milestone: --- Classification: Fedora
Hello,
Fedora Packaging Guidelines allow dependencies only on files/directories from /usr/bin, /usr/sbin and /etc directories[0]. Your package depends on files/directories outside of those. See below for more information about package/dependencies.
--- perl-DBD-Firebird-1.31-6.fc31.src: - /usr/lib64/libfbclient.so ---
Please correct those or provide reason why is it correct. It is very important to not download huge filelists.xml just because few packages in distribution depend on non-standard paths.
Thanks for cooperation!
[0] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directo...
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1731683 [Bug 1731683] Packages which are not following Packaging Guidelines
https://bugzilla.redhat.com/show_bug.cgi?id=1731719
Ben Cotton bcotton@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |31
https://bugzilla.redhat.com/show_bug.cgi?id=1731719
--- Comment #1 from Ben Cotton bcotton@redhat.com --- This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31.
https://bugzilla.redhat.com/show_bug.cgi?id=1731719
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ppisar@redhat.com
--- Comment #2 from Petr Pisar ppisar@redhat.com --- Maintainer's reason is building the same spec file for Fedora as well as EPEL 6:
commit cdb526667272dde002ac7311e972fafeb3bc0ae1 Author: Robert Scheck robert@fedoraproject.org Date: Fri Oct 14 10:06:04 2016 +0200
Buildrequire libfbclient.so rather firebird-devel to cover building with firebird 2.5.x and 3.0.x without conditionals
diff --git a/perl-DBD-Firebird.spec b/perl-DBD-Firebird.spec index 7bd8efb..1a68a23 100644 --- a/perl-DBD-Firebird.spec +++ b/perl-DBD-Firebird.spec @@ -6,7 +6,7 @@ Summary: A Firebird interface for perl Name: perl-DBD-Firebird Version: 1.22 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/%%7Bpkgname%7D/ @@ -15,7 +15,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi BuildRequires: coreutils BuildRequires: findutils BuildRequires: firebird >= 2.5.1 -BuildRequires: firebird-devel >= 2.5.1 +BuildRequires: %{_libdir}/libfbclient.so BuildRequires: make BuildRequires: perl >= 5.10.1 BuildRequires: perl-devel
https://bugzilla.redhat.com/show_bug.cgi?id=1731719
Robert Scheck redhat-bugzilla@linuxnetz.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |RAWHIDE Last Closed| |2020-04-26 14:52:51
--- Comment #3 from Robert Scheck redhat-bugzilla@linuxnetz.de --- Documented in spec file (additionally to before mentioned commit message) with perl-DBD-Firebird-1.32-1
perl-devel@lists.fedoraproject.org