From 26fb02810b30f3ac879d7600cc9c6374d4bf7e4b Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Mon, 19 Sep 2022 17:44:42 +0800 Subject: [PATCH] fix postfix conflict sendmail start server error --- postfix.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/postfix.spec b/postfix.spec index e07d628..3ae97e0 100644 --- a/postfix.spec +++ b/postfix.spec @@ -23,7 +23,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.7.2 -Release: 2 +Release: 3 Epoch: 2 URL: http://www.postfix.org License: (IPL-1.0 and GPLv2+) or (EPL-2.0 and GPLv2+) @@ -58,6 +58,7 @@ Requires: diffutils findutils Provides: MTA smtpd smtpdaemon server(smtp) Provides: %{name}-mysql %{name}-sqlite %{name}-ldap %{name}-pcre Obsoletes: %{name}-mysql %{name}-sqlite %{name}-ldap %{name}-pcre +Conflicts: sendmail %description Postfix is a Mail Transport Agent (MTA). @@ -551,6 +552,9 @@ fi %{postfix_doc_dir}/README_FILES/* %changelog +* Mon Sep 19 2022 yangchenguang - 2:3.7.2-3 +- fix postfix conflicts sendmail server start error + * Tue Sep 13 2022 xingwei - 2:3.7.2-2 - Type:bugfix - ID:NA -- Gitee