From b6aab248a6c9adc2245fba0b869feef5f02f5012 Mon Sep 17 00:00:00 2001 From: jorton Date: Oct 20 2005 12:05:18 +0000 Subject: - fix epoch again --- diff --git a/apr-util.spec b/apr-util.spec index ab67984..3b51959 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -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 0.9.7-3 +- fix epoch again + * Thu Oct 20 2005 Joe Orton 0.9.7-2 - update to 0.9.7 - drop static libs (#170051)