[postfix] Added epoch to sysvinit subpackage requires

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Nov 10 13:59:05 UTC 2011


commit 12fc9aa23a563d65b03f3815dc3128cf6fbc89b3
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Nov 10 14:58:59 2011 +0100

    Added epoch to sysvinit subpackage requires

 postfix.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/postfix.spec b/postfix.spec
index 83fff0b..a960d65 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -38,7 +38,7 @@
 Name: postfix
 Summary: Postfix Mail Transport Agent
 Version: 2.8.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 2
 Group: System Environment/Daemons
 URL: http://www.postfix.org
@@ -104,7 +104,7 @@ TLS
 Summary: SysV initscript for postfix
 Group: System Environment/Daemons
 BuildArch: noarch
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires(preun): chkconfig
 Requires(post): chkconfig
 
@@ -525,6 +525,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Nov 10 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 2:2.8.7-4
+- Added epoch to sysvinit subpackage requires
+
 * Tue Nov  8 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 2:2.8.7-3
 - Fixed sysvinit preun scriptlet
 


More information about the scm-commits mailing list