Accepting request 835136 from home:fbui:branches:security:apparmor

- Make use of %service_del_postun_without_restart
  And stop using DISABLE_RESTART_ON_UPDATE as this interface is
  obsolete.

OBS-URL: https://build.opensuse.org/request/show/835136
OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=274
This commit is contained in:
Christian Boltz 2020-09-29 19:13:52 +00:00 committed by Git OBS Bridge
parent 98bfbb94e5
commit 7de39802e7
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 11 15:32:37 UTC 2020 - Franck Bui <fbui@suse.com>
- 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 <jfehlig@suse.com> Thu Sep 3 19:40:32 UTC 2020 - James Fehlig <jfehlig@suse.com>

View File

@ -762,8 +762,7 @@ fi
%postun parser %postun parser
# don't call try-restart, see bnc#853019 # don't call try-restart, see bnc#853019
export DISABLE_RESTART_ON_UPDATE="yes" %service_del_postun_without_restart apparmor.service
%service_del_postun apparmor.service
%post abstractions %post abstractions
# workaround for bnc#904620#c8 / lp#1392042 # workaround for bnc#904620#c8 / lp#1392042