From 854117cdd4aa816c44b13dd5a194346ad6ea72e3 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 19 Mar 2007 15:45:05 +0000 Subject: [PATCH] - use dovecot-sieve's version for the package --- dovecot.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index 7b8ffe3..f798f7c 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 1.0 -Release: 6.rc27%{?dist} +Release: 7.rc27%{?dist} License: LGPL Group: System Environment/Daemons @@ -76,9 +76,11 @@ primarily in mind. It also contains a small POP3 server. It supports mail in either of maildir or mbox formats. %package sieve -Requires: %{name} +Requires: %{name} = %{version}-%{release} Summary: CMU Cieve plugin for dovecot LDA Group: System Environment/Daemons +Version: 1.0.1 +Release: 1%{?dist} %description sieve This package provides the CMU Cieve plugin for dovecot LDA. @@ -271,6 +273,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 19 2007 Tomas Janousek - 1.0-7.rc27 +- use dovecot-sieve's version for the package + * Mon Mar 19 2007 Tomas Janousek - 1.0-6.rc27 - update to latest upstream - added dovecot-sieve