From 045152a72fb3f00c9895c190fecbd8da83853182 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 23 Sep 2021 20:23:13 +0800 Subject: [PATCH] add install require help package --- dovecot.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index a15aba1..8e64f2b 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -6,7 +6,7 @@ Name: dovecot Version: 2.3.15 -Release: 2 +Release: 3 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 chrpath Requires: openssl >= 0.9.7f-4 systemd +Requires: %{name}-help Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units @@ -241,8 +242,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} @@ -304,6 +305,9 @@ make check %changelog +* Thu Sep 16 2021 caodongxia - 2.3.15-3 +- add install require help package + * Wed Sep 08 2021 chenchen - 2.3.15-2 - del rpath from some binaries and bin -- Gitee