diff --git a/apr-util.spec b/apr-util.spec index 7bd5de1..8468fbe 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -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 - 1.4.1-7 +- ensure we use latest libdb5 (not libdb4) + * Thu Oct 18 2012 Joe Orton - 1.4.1-6 - use -lldap_r instead of -lldap