diff --git a/apparmor.changes b/apparmor.changes index da662f7..643d158 100644 --- a/apparmor.changes +++ b/apparmor.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 11 15:32:37 UTC 2020 - Franck Bui + +- Make use of %service_del_postun_without_restart + + And stop using DISABLE_RESTART_ON_UPDATE as this interface is + obsolete. + ------------------------------------------------------------------- Thu Sep 3 19:40:32 UTC 2020 - James Fehlig diff --git a/apparmor.spec b/apparmor.spec index 06956a9..371500f 100644 --- a/apparmor.spec +++ b/apparmor.spec @@ -762,8 +762,7 @@ fi %postun parser # don't call try-restart, see bnc#853019 -export DISABLE_RESTART_ON_UPDATE="yes" -%service_del_postun apparmor.service +%service_del_postun_without_restart apparmor.service %post abstractions # workaround for bnc#904620#c8 / lp#1392042