Bug 1731719
| Summary: | perl-DBD-Firebird depends on files/directories from non-standard locations | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | perl-DBD-Firebird | Assignee: | Robert Scheck <redhat-bugzilla> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 31 | CC: | perl-devel, ppisar, redhat-bugzilla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-26 14:52:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1731683 | ||
|
Description
Igor Raits
2019-07-21 11:11:48 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31. Maintainer's reason is building the same spec file for Fedora as well as EPEL 6:
commit cdb526667272dde002ac7311e972fafeb3bc0ae1
Author: Robert Scheck <robert>
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/%{pkgname}/
@@ -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
Documented in spec file (additionally to before mentioned commit message) with perl-DBD-Firebird-1.32-1 |