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:
parent
3eea5c4f65
commit
6257f473fa
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 3.0.13
|
Version: 3.0.13
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
%define ssl_pem_file_prefix /etc/pki/%name/%name
|
||||||
|
|
||||||
@ -200,6 +200,7 @@ and the its utilities.
|
|||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: Cyrus IMAP server administration utilities
|
Summary: Cyrus IMAP server administration utilities
|
||||||
|
Requires: cyrus-imapd = %{version}-%{release}
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
The cyrus-imapd-utils package contains administrative tools for the
|
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
|
%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
|
* Thu Apr 23 2020 Pavel Zhukov <pzhukov@redhat.com> - 3.0.13-4
|
||||||
- Fix pem files permission
|
- Fix pem files permission
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user