Reintroduce fix for dangling systemd symlink for mdmonitor-takeover.service
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
parent
b1a4d82044
commit
fe785fe1f6
@ -1,7 +1,7 @@
|
|||||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 3.2.6
|
Version: 3.2.6
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
|
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
Source2: raid-check
|
Source2: raid-check
|
||||||
@ -120,7 +120,7 @@ rm -rf %{buildroot}
|
|||||||
%systemd_post mdmonitor.service
|
%systemd_post mdmonitor.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun mdmonitor.service
|
%systemd_preun mdmonitor.service mdmonitor-takeover.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun_with_restart mdmonitor.service
|
%systemd_postun_with_restart mdmonitor.service
|
||||||
@ -158,6 +158,11 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 7 2013 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.6-9
|
||||||
|
- Reintroduce fix for removing dangling symlink of
|
||||||
|
mdmonitor-takeover.service which got lost in the fix introduced in
|
||||||
|
3.2.6-8
|
||||||
|
|
||||||
* Fri Jan 4 2013 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.6-8
|
* Fri Jan 4 2013 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.6-8
|
||||||
- mdmonitor-takeover.service is obsolete with the --offroot support,
|
- mdmonitor-takeover.service is obsolete with the --offroot support,
|
||||||
and it is harmful as of 3.2.6
|
and it is harmful as of 3.2.6
|
||||||
|
Loading…
Reference in New Issue
Block a user