From 12fc9aa23a563d65b03f3815dc3128cf6fbc89b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 10 Nov 2011 14:58:59 +0100 Subject: [PATCH] Added epoch to sysvinit subpackage requires --- postfix.spec | 7 +++++-- 1 file 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 - 2:2.8.7-4 +- Added epoch to sysvinit subpackage requires + * Tue Nov 8 2011 Jaroslav Škarvada - 2:2.8.7-3 - Fixed sysvinit preun scriptlet