Summary: device mapper library Name: device-mapper Version: 1.00.17 Release: 3 License: GPL Group: System Environment/Base URL: http://sources.redhat.com/dm Source0: %{name}.%{version}.tgz Patch0: device-mapper-selinux_enabled.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %define _exec_prefix / %description This package contains the supporting userspace files (libdevmapper and dmsetup) for the device-mapper. %prep %setup -q -n %{name}.%{version} %patch0 -p1 -b .selinux_enabled %build %configure --enable-static_link --with-user= --with-group= make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING COPYING.LIB INSTALL INTRO README VERSION WHATS_NEW %{_libdir}/libdevmapper.so* %{_libdir}/libdevmapper.a* %{_sbindir}/dmsetup %{_sbindir}/dmsetup.static %{_mandir}/*/* %{_includedir}/libdevmapper.h %changelog * Tue Jun 15 2004 Elliot Lee - rebuilt * Wed May 26 2004 Alasdair Kergon - 1.00.17-2 - Fix is_selinux_enabled() test * Mon Apr 19 2004 Alasdair Kergon - 1.00.17-1 - Fix non-root build with current version of 'install'. - Incorporate last two selinux patches into tarball. * Fri Apr 16 2004 Bill Nottingham - 1.00.14-3 - fix linking against libselinux on x86-64 * Thu Apr 15 2004 Jeremy Katz - 1.00.14-2 - don't error out if we get ENOTSUP setting the context * Tue Apr 06 2004 Alasdair Kergon 1.00.14-1 - Fix static selinux build. * Tue Apr 06 2004 Alasdair Kergon 1.00.13-1 - Set selinux context when doing mknod. * Mon Apr 05 2004 Alasdair Kergon 1.00.11-1 - Cleanup build process. Add features: dmsetup targets, event_nr support. * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Fri Dec 5 2003 Jeremy Katz 1.00.07-2 - add static lib * Tue Dec 2 2003 Jeremy Katz 1.00.07-1 - Initial build.