- Don't list XX@.services even for sevice_del_preun
They cannot be stopped without an instance name, so there is no value in listing them, and it causes and error with "rpm -e mdadm --nodeps". (bsc#1093163) OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=182
This commit is contained in:
parent
2e35d7583b
commit
76fcedc045
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 03:52:47 UTC 2020 - Neil Brown <nfbrown@suse.com>
|
||||
|
||||
- Don't list XX@.services even for sevice_del_preun
|
||||
They cannot be stopped without an instance name,
|
||||
so there is no value in listing them, and it causes
|
||||
and error with "rpm -e mdadm --nodeps".
|
||||
(bsc#1093163)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 05:32:58 UTC 2020 - Coly Li <colyli@suse.com>
|
||||
|
||||
|
@ -212,7 +212,7 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcmdmonitor
|
||||
%fillup_only
|
||||
|
||||
%preun
|
||||
%service_del_preun %services mdmon@.service mdadm-last-resort@.service mdadm-grow-continue@.service
|
||||
%service_del_preun %services
|
||||
|
||||
%postun
|
||||
%service_del_postun %services
|
||||
|
Loading…
Reference in New Issue
Block a user