parent
36b0ac07c4
commit
543b6564b9
@ -1,6 +1,6 @@
|
|||||||
Name: device-mapper-multipath
|
Name: device-mapper-multipath
|
||||||
Version: 0.8.6
|
Version: 0.8.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools to manage multipath devices using device-mapper
|
Summary: Tools to manage multipath devices using device-mapper
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://christophe.varoqui.free.fr/
|
URL: http://christophe.varoqui.free.fr/
|
||||||
@ -109,6 +109,7 @@ cp %{SOURCE1} .
|
|||||||
%build
|
%build
|
||||||
%define _sbindir /usr/sbin
|
%define _sbindir /usr/sbin
|
||||||
%define _libdir /usr/%{_lib}
|
%define _libdir /usr/%{_lib}
|
||||||
|
%define _udevdir /usr/lib/udev
|
||||||
%define _libmpathdir %{_libdir}/multipath
|
%define _libmpathdir %{_libdir}/multipath
|
||||||
%define _pkgconfdir %{_libdir}/pkgconfig
|
%define _pkgconfdir %{_libdir}/pkgconfig
|
||||||
%make_build LIB=%{_lib}
|
%make_build LIB=%{_lib}
|
||||||
@ -159,8 +160,8 @@ fi
|
|||||||
%{_mandir}/man8/multipathd.8.gz
|
%{_mandir}/man8/multipathd.8.gz
|
||||||
%{_mandir}/man8/mpathconf.8.gz
|
%{_mandir}/man8/mpathconf.8.gz
|
||||||
%{_mandir}/man8/mpathpersist.8.gz
|
%{_mandir}/man8/mpathpersist.8.gz
|
||||||
%config /usr/lib/udev/rules.d/62-multipath.rules
|
%config %{_udevrulesdir}/62-multipath.rules
|
||||||
%config /usr/lib/udev/rules.d/11-dm-mpath.rules
|
%config %{_udevrulesdir}/11-dm-mpath.rules
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%doc README.alua
|
%doc README.alua
|
||||||
%doc multipath.conf
|
%doc multipath.conf
|
||||||
@ -194,11 +195,11 @@ fi
|
|||||||
%license LICENSES/GPL-2.0
|
%license LICENSES/GPL-2.0
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_sbindir}/kpartx
|
%{_sbindir}/kpartx
|
||||||
/usr/lib/udev/kpartx_id
|
%{_udevdir}/kpartx_id
|
||||||
%{_mandir}/man8/kpartx.8.gz
|
%{_mandir}/man8/kpartx.8.gz
|
||||||
%config /usr/lib/udev/rules.d/11-dm-parts.rules
|
%config %{_udevrulesdir}/11-dm-parts.rules
|
||||||
%config /usr/lib/udev/rules.d/66-kpartx.rules
|
%config %{_udevrulesdir}/66-kpartx.rules
|
||||||
%config /usr/lib/udev/rules.d/68-del-part-nodes.rules
|
%config %{_udevrulesdir}/68-del-part-nodes.rules
|
||||||
|
|
||||||
%files -n libdmmp
|
%files -n libdmmp
|
||||||
%license LICENSES/GPL-3.0
|
%license LICENSES/GPL-3.0
|
||||||
@ -217,6 +218,11 @@ fi
|
|||||||
%{_pkgconfdir}/libdmmp.pc
|
%{_pkgconfdir}/libdmmp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 21 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.6-2
|
||||||
|
- Update spec file
|
||||||
|
- Related: bz #1951336
|
||||||
|
|
||||||
|
|
||||||
* Mon Apr 19 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.6-1
|
* Mon Apr 19 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.6-1
|
||||||
- Update Source to upstream version 0.8.6
|
- Update Source to upstream version 0.8.6
|
||||||
* Previous patches 0001-0123 are included in the commit
|
* Previous patches 0001-0123 are included in the commit
|
||||||
|
Loading…
Reference in New Issue
Block a user