From a0f93c512cf9752545e3e03868b6a7f9d1331808 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 16 Sep 2021 18:26:52 +0800 Subject: [PATCH] add install require help package (cherry picked from commit 4393a1c7a4760d1ae47cbe57b52eb0a230573fcb) --- dovecot.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index 1362c83..af96d6d 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -6,7 +6,7 @@ Name: dovecot Version: 2.3.15 -Release: 1 +Release: 2 Summary: Dovecot Secure imap server License: MIT and LGPLv2.1 URL: http://www.dovecot.org/ @@ -44,6 +44,7 @@ BuildRequires: lz4-devel libzstd-devel libicu-devel libstemmer-devel multilib-rp BuildRequires: systemd-devel Requires: openssl >= 0.9.7f-4 systemd +Requires: %{name}-help Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units @@ -230,8 +231,8 @@ make check %dir %{ssldir} %dir %{ssldir}/certs %dir %{ssldir}/private -%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/dovecot.pem -%attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/dovecot.pem +%attr(0600,root,root) %config(missingok, noreplace) %verify(not md5 size mtime) %{ssldir}/certs/dovecot.pem +%attr(0600,root,root) %config(missingok, noreplace) %verify(not md5 size mtime) %{ssldir}/private/dovecot.pem %dir %{_libdir}/dovecot %dir %{_libdir}/dovecot/{auth,dict} @@ -290,6 +291,9 @@ make check %{_mandir}/man7/pigeonhole.7* %changelog +* Thu Sep 16 2021 caodongxia - 2.3.15-2 +- add install require help package + * Fri Jul 09 2021 wutao - 2.3.15-1 - upgrade to 2.3.15 to fix CVE -- Gitee