From 6e6b5143a175c0c1e2b2b02350cd60d0f1d8b3c5 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Mon, 10 Sep 2012 10:05:43 +0200 Subject: [PATCH] Switch to new systemd macros for F18+ Resolves bz850202 Signed-off-by: Jes Sorensen --- mdadm.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/mdadm.spec b/mdadm.spec index e19bafa..4356743 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,7 +1,7 @@ Summary: The mdadm program controls Linux md devices (software RAID arrays) Name: mdadm Version: 3.2.5 -Release: 7%{?dist} +Release: 8%{?dist} Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz Source1: mdmonitor.init Source2: raid-check @@ -87,21 +87,13 @@ install -d -m 0710 %{buildroot}%{_localstatedir}/run/%{name}/ rm -rf %{buildroot} %post -if [ $1 -eq 1 ] ; then - /bin/systemctl enable mdmonitor.service mdmonitor-takeover.service >/dev/null 2>&1 || : -fi +%systemd_post mdmonitor.service mdmonitor-takeover.service %preun -if [ $1 = 0 ]; then - /bin/systemctl --no-reload disable mdmonitor.service mdmonitor-takeover.service > /dev/null 2>&1 || : - /bin/systemctl stop mdmonitor.service mdmonitor-takeover.service > /dev/null 2>&1 || : -fi +%systemd_preun mdmonitor.service mdmonitor-takeover.service %postun -/bin/systemctl daemon-reload >/dev/null 2>&1 || : -if [ $1 -ge 1 ] ; then - /bin/systemctl try-restart mdmonitor.service >/dev/null 2>&1 || : -fi +%systemd_postun_with_restart mdmonitor.service %triggerun -- %{name} < 3.2.2-3 %{_bindir}/systemd-sysv-convert --save mdmonitor >/dev/null 2>&1 || : @@ -130,6 +122,10 @@ fi %{_initrddir}/* %changelog +* Mon Sep 10 2012 Jes Sorensen - 3.2.5-8 +- Switch to using new systemd macros for F18+ +- Resolves bz850202 + * Thu Aug 2 2012 Jes Sorensen - 3.2.5-7 - Remove bogus rogue patch applied in 3.2.5-5 with justification and without following the structure of the mdadm package.