From df6f6160e9d3c47093ae83994c4c6a709011c552 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 20 Oct 2005 12:05:18 +0000 Subject: [PATCH] - fix epoch again --- apr-util.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)