diff --git a/sendmail.spec b/sendmail.spec index 07e818a2517d2ab26bdfdf71d3eafb71dedeb99b..a349184cc30a58ad2ac9a98084a31e35e5f88a86 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -1,6 +1,6 @@ Name: sendmail Version: 8.17.1 -Release: 7 +Release: 8 Summary: A classic mail transfer agent from the Unix world License: Sendmail URL: http://www.sendmail.org/ @@ -217,9 +217,10 @@ install -p -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/mail/mailertable install -p -m 644 %{SOURCE15} $RPM_BUILD_ROOT%{_sysconfdir}/mail/trusted-users sed -i -e 's|@@PATH@@|%{_datadir}/sendmail-cf|' $RPM_BUILD_ROOT%{_sysconfdir}/mail/sendmail.mc -sed -i -e 's|@@PATH@@|cf|' %{SOURCE9} -m4 %{SOURCE9} > $RPM_BUILD_ROOT%{_sysconfdir}/mail/sendmail.cf -chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/mail/sendmail.cf +cp $RPM_BUILD_ROOT%{_sysconfdir}/mail/sendmail.mc cf/cf/sendmail_tmp.mc +sed -i -e 's|%{_datadir}\/sendmail-cf|cf|' cf/cf/sendmail_tmp.mc +m4 cf/cf/sendmail_tmp.mc > cf/cf/sendmail.cf +install -m 644 cf/cf/sendmail.cf $RPM_BUILD_ROOT%{_sysconfdir}/mail/sendmail.cf for map in virtusertable access domaintable mailertable ; do touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/${map}.db @@ -467,6 +468,12 @@ exit 0 %changelog +* Wed May 22 2024 xinghe - 8.17.1-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix config changes + * Fri Mar 10 2023 xinghe - 8.17.1-7 - Type:bugfix - ID:NA