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:
parent
85aff8c513
commit
82de804ec0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user