diff --git a/0005-RH-don-t-start-without-a-config-file.patch b/0005-RH-don-t-start-without-a-config-file.patch index dbea77b..4e5fb6a 100644 --- a/0005-RH-don-t-start-without-a-config-file.patch +++ b/0005-RH-don-t-start-without-a-config-file.patch @@ -79,7 +79,7 @@ index 4d78b98..5753766 100644 KERNEL=="dm-*", GOTO="check_kpartx" ENV{DEVTYPE}!="partition", GOTO="test_dev" diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8 -index 2615728..0875212 100644 +index 2615728..d64040f 100644 --- a/multipathd/multipathd.8 +++ b/multipathd/multipathd.8 @@ -39,6 +39,8 @@ map regains its maximum performance and redundancy. @@ -87,7 +87,7 @@ index 2615728..0875212 100644 In turn, the multipath tool signals the multipathd daemon when it is done with devmap reconfiguration, so that it can refresh its failed path list. + -+In this Linux distribution, multipathd does not run unless a /etc/multipath.conffile exists ++In this Linux distribution, multipathd does not run unless a /etc/multipath.conf file exists. . . .\" ---------------------------------------------------------------------------- diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index ffbcdbd..1bee720 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.7.1 -Release: 6.git847cc43%{?dist} +Release: 7.git847cc43%{?dist} License: GPL+ Group: System Environment/Base URL: http://christophe.varoqui.free.fr/ @@ -228,6 +228,10 @@ fi %{_pkgconfdir}/libdmmp.pc %changelog +* Wed Aug 2 2017 Benjamin Marzinski 0.7.1-7.git847cc43 +- Modify 0005-RH-don-t-start-without-a-config-file.patch + * Fix man page typos + * Mon Jul 31 2017 Troy Dawson - 0.7.1-6.git847cc43 - Clean spec file - remove pre-fedora 23 cruft