rebuilt with systemd 2:248 (flat libdir) [release 0.8.6-2mamba;Wed Apr 21 2021]
This commit is contained in:
parent
6ed0843e0a
commit
856434af09
@ -1,19 +1,18 @@
|
|||||||
Name: multipath-tools
|
Name: multipath-tools
|
||||||
Version: 0.8.5
|
Version: 0.8.6
|
||||||
Release: 2mamba
|
Release: 2mamba
|
||||||
Summary: Tools for multipath connectivity
|
Summary: Tools for multipath connectivity
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://christophe.varoqui.free.fr/
|
URL: https://christophe.varoqui.free.fr/
|
||||||
Source: https://github.com/opensvc/multipath-tools.git/%{version}/multipath-tools-%{version}.tar.bz2
|
Source: https://github.com/opensvc/multipath-tools.git/%{version}/multipath-tools-%{version}.tar.bz2
|
||||||
Patch0: multipath-tools-0.5.0-readline-link-with-termcap.patch
|
Patch0: multipath-tools-0.5.0-readline-link-with-termcap.patch
|
||||||
Patch1: multipath-tools-0.5.0-systemd-230.patch
|
Patch1: multipath-tools-0.5.0-systemd-230.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: libdevmapper-devel
|
BuildRequires: libdevmapper-devel
|
||||||
BuildRequires: libjson-c-devel
|
BuildRequires: libjson-c-devel
|
||||||
@ -22,7 +21,7 @@ BuildRequires: libsystemd-devel
|
|||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: liburcu-devel
|
BuildRequires: liburcu-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libsystemd-devel >= 230-1mamba
|
BuildRequires: libsystemd-devel >= 2:248
|
||||||
Requires(post): systemd-core
|
Requires(post): systemd-core
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
@ -58,7 +57,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
man3dir=%{_mandir}/man3 \
|
man3dir=%{_mandir}/man3 \
|
||||||
man5dir=%{_mandir}/man5 \
|
man5dir=%{_mandir}/man5 \
|
||||||
man8dir=%{_mandir}/man8 \
|
man8dir=%{_mandir}/man8 \
|
||||||
libudevdir=/lib/udev \
|
libudevdir=%{_prefix}/lib/udev/ \
|
||||||
unitdir=%{_unitdir}
|
unitdir=%{_unitdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -69,7 +68,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
man3dir=%{_mandir}/man3 \
|
man3dir=%{_mandir}/man3 \
|
||||||
man5dir=%{_mandir}/man5 \
|
man5dir=%{_mandir}/man5 \
|
||||||
man8dir=%{_mandir}/man8 \
|
man8dir=%{_mandir}/man8 \
|
||||||
libudevdir=/lib/udev \
|
libudevdir=%{_prefix}/lib/udev/ \
|
||||||
unitdir=%{_unitdir}
|
unitdir=%{_unitdir}
|
||||||
|
|
||||||
## broken symlink
|
## broken symlink
|
||||||
@ -100,7 +99,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_sbindir}/mpathpersist
|
%{_sbindir}/mpathpersist
|
||||||
%{_sbindir}/multipath
|
%{_sbindir}/multipath
|
||||||
%{_sbindir}/multipathd
|
%{_sbindir}/multipathd
|
||||||
/lib/udev/kpartx_id
|
%{_prefix}/lib/udev/kpartx_id
|
||||||
%{_udevrulesdir}/*.rules
|
%{_udevrulesdir}/*.rules
|
||||||
%{_unitdir}/multipathd.service
|
%{_unitdir}/multipathd.service
|
||||||
%{_unitdir}/multipathd.socket
|
%{_unitdir}/multipathd.socket
|
||||||
@ -118,25 +117,32 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libmultipath.so.*
|
%{_libdir}/libmultipath.so.*
|
||||||
%{_libdir}/libdmmp.so.*
|
%{_libdir}/libdmmp.so.*
|
||||||
%{_libdir}/libmpathcmd.so.*
|
%{_libdir}/libmpathcmd.so.*
|
||||||
|
%{_libdir}/libmpathvalid.so.*
|
||||||
%dir %{_libdir}/multipath
|
%dir %{_libdir}/multipath
|
||||||
%{_libdir}/multipath/*.so
|
%{_libdir}/multipath/*.so
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_includedir}/mpath_*.h
|
||||||
|
%dir %{_includedir}/libdmmp
|
||||||
|
%{_includedir}/libdmmp/libdmmp.h
|
||||||
%{_libdir}/libdmmp.so
|
%{_libdir}/libdmmp.so
|
||||||
%{_libdir}/libmpathcmd.so
|
%{_libdir}/libmpathcmd.so
|
||||||
%{_libdir}/libmultipath.so
|
%{_libdir}/libmultipath.so
|
||||||
%{_libdir}/libmpathpersist.so
|
%{_libdir}/libmpathpersist.so
|
||||||
%{_includedir}/mpath_persist.h
|
%{_libdir}/libmpathvalid.so
|
||||||
%{_includedir}/mpath_cmd.h
|
|
||||||
%dir %{_includedir}/libdmmp
|
|
||||||
%{_includedir}/libdmmp/libdmmp.h
|
|
||||||
%{_libdir}/pkgconfig/libdmmp.pc
|
%{_libdir}/pkgconfig/libdmmp.pc
|
||||||
%{_mandir}/man3/dmmp_*.3*
|
%{_mandir}/man3/dmmp_*.3*
|
||||||
%{_mandir}/man3/libdmmp.h.3*
|
%{_mandir}/man3/libdmmp.h.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.6-2mamba
|
||||||
|
- rebuilt with systemd 2:248 (flat libdir)
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Automatic Build System <autodist@mambasoft.it> 0.8.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Mar 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.5-2mamba
|
* Mon Mar 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.5-2mamba
|
||||||
- rebuilt under %_prefix
|
- rebuilt under %_prefix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user