From 297b00eebafc658b0899bad967d413378c4e3617 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Thu, 4 Aug 2022 10:58:32 +0800 Subject: [PATCH] Addrequireprocmail, Fix send mail error which no procmail command --- sendmail.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sendmail.spec b/sendmail.spec index 00d7679..40d6df8 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -1,6 +1,6 @@ Name: sendmail Version: 8.16.1 -Release: 6 +Release: 7 Summary: A classic mail transfer agent from the Unix world License: Sendmail URL: http://www.sendmail.org/ @@ -24,6 +24,7 @@ Source15: sendmail-etc-mail-trusted-users BuildRequires: openssl-devel openldap-devel libnsl2-devel BuildRequires: cyrus-sasl-devel groff ghostscript m4 systemd setup >= 2.5.31-1 Requires: bash >= 2.0 setup >= 2.5.31-1 %{_sbindir}/saslauthd +Requires: procmail Requires(pre): shadow-utils Requires(post): systemd systemd-sysv coreutils %{_sbindir}/alternatives openssl Requires(preun): systemd %{_sbindir}/alternatives @@ -468,6 +469,12 @@ exit 0 %changelog +* Thu Aug 04 2022 yanglu - 8.16.1-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add require procmail, Fix send mail error which no procmail command + * Tue Feb 15 2022 gaihuiying - 8.16.1-6 - Type:bugfix - ID:NA