- fix epoch again

This commit is contained in:
jorton 2005-10-20 12:05:18 +00:00
parent c060c7b67f
commit df6f6160e9

View File

@ -4,7 +4,7 @@
Summary: Apache Portable Runtime Utility library
Name: apr-util
Version: 0.9.7
Release: 2
Release: 3
License: Apache Software License
Group: System Environment/Libraries
URL: http://apr.apache.org/
@ -24,7 +24,7 @@ for XML, LDAP, database interfaces, URI parsing and more.
%package devel
Group: Development/Libraries
Summary: APR utility library development kit
Requires: apr-util = %{epoch}:%{version}-%{release}, apr-devel
Requires: apr-util = %{version}-%{release}, apr-devel
Requires: openldap-devel, db4-devel, expat-devel
Conflicts: subversion-devel < 0.20.1-2
@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
%doc --parents html
%changelog
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-3
- fix epoch again
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-2
- update to 0.9.7
- drop static libs (#170051)