Accepting request 840334 from home:cboltz
- %service_del_postun_without_restart only works for Tumbleweed, keep using DISABLE_RESTART_ON_UPDATE for Leap 15.x OBS-URL: https://build.opensuse.org/request/show/840334 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=276
This commit is contained in:
parent
7de39802e7
commit
13d781e542
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 8 20:56:45 UTC 2020 - Christian Boltz <suse-beta@cboltz.de>
|
||||||
|
|
||||||
|
- %service_del_postun_without_restart only works for Tumbleweed,
|
||||||
|
keep using DISABLE_RESTART_ON_UPDATE for Leap 15.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 11 15:32:37 UTC 2020 - Franck Bui <fbui@suse.com>
|
Fri Sep 11 15:32:37 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -762,7 +762,12 @@ fi
|
|||||||
|
|
||||||
%postun parser
|
%postun parser
|
||||||
# don't call try-restart, see bnc#853019
|
# don't call try-restart, see bnc#853019
|
||||||
|
%if 0%{?suse_version} <= 1500
|
||||||
|
export DISABLE_RESTART_ON_UPDATE="yes"
|
||||||
|
%service_del_postun apparmor.service
|
||||||
|
%else
|
||||||
%service_del_postun_without_restart apparmor.service
|
%service_del_postun_without_restart apparmor.service
|
||||||
|
%endif
|
||||||
|
|
||||||
%post abstractions
|
%post abstractions
|
||||||
# workaround for bnc#904620#c8 / lp#1392042
|
# workaround for bnc#904620#c8 / lp#1392042
|
||||||
|
Loading…
x
Reference in New Issue
Block a user