diff --git a/device-mapper.spec b/device-mapper.spec index 1553f53..96e9c2b 100644 --- a/device-mapper.spec +++ b/device-mapper.spec @@ -1,13 +1,14 @@ Summary: device mapper library Name: device-mapper Version: 1.01.05 -Release: 1.0 +Release: 2.0 License: GPL Group: System Environment/Base URL: http://sources.redhat.com/dm Source0: %{name}.%{version}.tgz +Patch: device-mapper-selinux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: libselinux-devel +BuildRequires: libselinux-devel, libsepol-devel %define _exec_prefix / @@ -17,6 +18,7 @@ dmsetup) for the device-mapper. %prep %setup -q -n %{name}.%{version} +%patch -p1 %build %configure --enable-static_link --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 @@ -45,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 13 2005 Florian La Roche +- add linking against -lsepol + * Mon Sep 26 2005 Alasdair Kergon - 1.01.05-1.0 - Dynamically extend libdevmapper ioctl buffer if data doesn't fit.