From dca62c18b6110b2a7076c3f0c59d9616a0fce8ae Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 30 Nov 2021 16:45:36 +0800 Subject: [PATCH] add requires package tar to fix tar command not found Signed-off-by: cherry530 --- dovecot.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dovecot.spec b/dovecot.spec index af96d6d..f307104 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/ @@ -49,6 +49,7 @@ Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +Requires: tar Provides: %{name}-pigeonhole = 1:%{version}-%{release} %{name}-pgsql = 1:%{version}-%{release} Obsoletes: %{name}-pigeonhole < 1:%{version}-%{release} %{name}-pgsql < 1:%{version}-%{release} @@ -291,6 +292,9 @@ make check %{_mandir}/man7/pigeonhole.7* %changelog +* Tue Nov 30 2021 xu_ping - 2.3.15-3 +- add requires tar to fix tar command not found + * Thu Sep 16 2021 caodongxia - 2.3.15-2 - add install require help package -- Gitee