diff --git a/firewalld.changes b/firewalld.changes index 9573c2d..60a97ba 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 11 18:05:42 UTC 2020 - Franck Bui + +- Make use of %service_del_postun_without_restart + + And stop using DISABLE_RESTART_ON_UPDATE as this interface is + obsolete. + ------------------------------------------------------------------- Wed Sep 9 14:47:20 UTC 2020 - MichaƂ Rostecki diff --git a/firewalld.spec b/firewalld.spec index cd95631..11d62c1 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -170,8 +170,7 @@ ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcfirewalld # made it permanent yet so restarting the service could be # dangerous. It's safer to not touch the firewall ourselves but # Let the user restart it whenever he feels like it. -export DISABLE_RESTART_ON_UPDATE=yes -%service_del_postun firewalld.service +%service_del_postun_without_restart firewalld.service %post -n firewall-applet /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :