Don't restart services after package update

There's no point in restarting iptables/ip6tables services if
iptables-services package is updated. On the other hand, doing so
potentially breaks VMs in OpenStack since they drop temporary rules.
This commit is contained in:
Phil Sutter 2018-02-28 08:39:09 +01:00
parent 85aff8c513
commit 82de804ec0

View File

@ -209,7 +209,7 @@ done
%postun services
/sbin/ldconfig
%systemd_postun_with_restart iptables.service ip6tables.service
%systemd_postun iptables.service ip6tables.service
%files
%{!?_licensedir:%global license %%doc}