ensure we use latest libdb5 (not libdb4)
This commit is contained in:
parent
03477d2c51
commit
eed4742c8b
@ -1,5 +1,5 @@
|
||||
|
||||
%if 0%{?fedora} < 18
|
||||
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
|
||||
%define dbdep db4-devel
|
||||
%else
|
||||
%define dbdep libdb-devel
|
||||
@ -10,7 +10,7 @@
|
||||
Summary: Apache Portable Runtime Utility library
|
||||
Name: apr-util
|
||||
Version: 1.4.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
@ -226,6 +226,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2012 Jan Kaluza <jkaluza@redhat.com> - 1.4.1-7
|
||||
- ensure we use latest libdb5 (not libdb4)
|
||||
|
||||
* Thu Oct 18 2012 Joe Orton <jorton@redhat.com> - 1.4.1-6
|
||||
- use -lldap_r instead of -lldap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user