diff --git a/mdadm.changes b/mdadm.changes index 3a730e1..83066d4 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 27 03:52:47 UTC 2020 - Neil Brown + +- 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 diff --git a/mdadm.spec b/mdadm.spec index c7e3e08..e598841 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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