From 6257f473fafc99fa55f3f1d63d7b2b6d0f70e3f7 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Thu, 23 Apr 2020 14:11:30 +0200 Subject: [PATCH] Specify version for utils dependency Add Requires: cyrus-imapd = %{version}-%{release} to cyrus-imapd-utils in the specfile to avoid the need to test interoperability between the various combinations of old and new subpackages. --- cyrus-imapd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 5fa7f18..510be24 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -9,7 +9,7 @@ Name: cyrus-imapd Version: 3.0.13 -Release: 4%{?dist} +Release: 5%{?dist} %define ssl_pem_file_prefix /etc/pki/%name/%name @@ -200,6 +200,7 @@ and the its utilities. %package utils Summary: Cyrus IMAP server administration utilities +Requires: cyrus-imapd = %{version}-%{release} %description utils The cyrus-imapd-utils package contains administrative tools for the @@ -711,6 +712,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Thu Apr 23 2020 Pavel Zhukov - 3.0.13-5 +- Specify version of cyrus-imapd for utils to avoid the need to test interoperability + * Thu Apr 23 2020 Pavel Zhukov - 3.0.13-4 - Fix pem files permission