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.
This commit is contained in:
Pavel Zhukov 2020-04-23 14:11:30 +02:00
parent 3eea5c4f65
commit 6257f473fa

View File

@ -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 <pzhukov@redhat.com> - 3.0.13-5
- Specify version of cyrus-imapd for utils to avoid the need to test interoperability
* Thu Apr 23 2020 Pavel Zhukov <pzhukov@redhat.com> - 3.0.13-4
- Fix pem files permission