summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2015-08-13 16:01:17 -0500
committerBenjamin Marzinski <bmarzins@redhat.com>2015-08-13 17:02:22 -0500
commitfcd859f47141292abb2033af4f264de20582b5e7 (patch)
tree328de471288fa2662aa1f0de64688055579bbc02
parent8c4232d3f96d19052b9de4ccb7b86e993843e7c3 (diff)
downloaddevice-mapper-multipath-fcd859f47141292abb2033af4f264de20582b5e7.tar.gz
device-mapper-multipath-fcd859f47141292abb2033af4f264de20582b5e7.tar.xz
device-mapper-multipath-fcd859f47141292abb2033af4f264de20582b5e7.zip
device-mapper-multipath-0.4.9-78
fix triggerun issue and updated requires in spec file.
-rw-r--r--device-mapper-multipath.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index f317b88..1c6d478 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper
Name: device-mapper-multipath
Version: 0.4.9
-Release: 77%{?dist}
+Release: 78%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -141,7 +141,7 @@ Patch0129: 0129-RHBZ-1241774-sun-partition-numbering.patch
# runtime
Requires: %{name}-libs = %{version}-%{release}
Requires: kpartx = %{version}-%{release}
-Requires: device-mapper >= 1.02.82-2
+Requires: device-mapper >= 1.02.96
Requires: initscripts
Requires(post): systemd-units systemd-sysv chkconfig
Requires(preun): systemd-units
@@ -366,12 +366,6 @@ fi
# section in multipathd.service from multi-user.target to sysinit.target
/bin/systemctl --quiet is-enabled multipathd.service >/dev/null 2>&1 && /bin/systemctl reenable multipathd.service ||:
-%triggerun -- %{name} < 0.4.9-16
-%{_bindir}/systemd-sysv-convert --save multipathd >/dev/null 2>&1 ||:
-bin/systemctl --no-reload enable multipathd.service >/dev/null 2>&1 ||:
-/sbin/chkconfig --del multipathd >/dev/null 2>&1 || :
-/bin/systemctl try-restart multipathd.service >/dev/null 2>&1 || :
-
%if 0%{?fedora} < 23
%triggerpostun -n %{name}-sysvinit -- %{name} < 0.4.9-16
/sbin/chkconfig --add mdmonitor >/dev/null 2>&1 || :
@@ -426,6 +420,9 @@ bin/systemctl --no-reload enable multipathd.service >/dev/null 2>&1 ||:
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Thu Aug 13 2015 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-78
+- fix triggerun issue and updated requires in spec file.
+
* Fri Aug 7 2015 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-77
- Modify 0104-RHBZ-631009-deferred-remove.patch
* add man page info