Recommends: -openssl and -bdb so default crypto, dbm drivers are
always available (#1491151, #1633152) Resolves: rhbz#1491151
This commit is contained in:
parent
b76f31880b
commit
7def962557
@ -16,7 +16,7 @@
|
||||
Summary: Apache Portable Runtime Utility library
|
||||
Name: apr-util
|
||||
Version: 1.6.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
@ -27,8 +27,11 @@ Patch5: apr-util-mariadb-upstream.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf, apr-devel >= 1.3.0
|
||||
BuildRequires: %{dbdep}, expat-devel, libuuid-devel
|
||||
Recommends: apr-util-openssl%{_isa} = %{version}-%{release}
|
||||
%if 0%{?fedora} < 27
|
||||
Requires: apr-util-bdb%{?_isa} = %{version}-%{release}
|
||||
%else
|
||||
Recommends: apr-util-bdb%{_isa} = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -228,6 +231,10 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}/apr-util-%{apuver}
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Wed Sep 26 2018 Joe Orton <jorton@redhat.com> - 1.6.1-8
|
||||
- Recommends: -openssl and -bdb so default crypto, dbm drivers are
|
||||
always available (#1491151, #1633152)
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user