From fea603477a8834565335991020c66308aaf66dac Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 6 Dec 2024 09:02:04 +0100 Subject: [PATCH] post script: remove obsolete call to chkconfig [release 3.9.1-2mamba;Thu Dec 05 2024] --- postfix.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/postfix.spec b/postfix.spec index 67aae71..89a4064 100644 --- a/postfix.spec +++ b/postfix.spec @@ -9,7 +9,7 @@ Name: postfix Version: 3.9.1 -Release: 1mamba +Release: 2mamba Summary: A fast, easy to administer, and secure mail transfer agent Group: System/Servers Vendor: openmamba @@ -163,7 +163,6 @@ if [ $1 -ge 1 ]; then -s /bin/false nobody 2>/dev/null /usr/sbin/postmap /etc/postfix/transport - /sbin/chkconfig --add postfix postalias /etc/aliases @@ -196,10 +195,6 @@ fi %systemd_postun_with_restart postfix : -%posttrans -find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; -: - %pre virtualdomains-mysql /usr/sbin/groupadd vmail -g %{vmail_groupid} 2>/dev/null /usr/sbin/useradd -u %{vmail_userid} -c 'Virtual Mailboxes' -d /var/spool/maildirs -g vmail \ @@ -245,8 +240,7 @@ _EOF } fi - -exit 0 +: %files %defattr(-,root,root) @@ -321,6 +315,9 @@ exit 0 %attr(0771,vmail,vmail) %dir %{_localstatedir}/spool/deleted-maildirs %changelog +* Thu Dec 05 2024 Silvan Calarco 3.9.1-2mamba +- post script: remove obsolete call to chkconfig + * Thu Dec 05 2024 Automatic Build System 3.9.1-1mamba - automatic version update by autodist