This is a minor update to the latest available version of dmraid.
* Drop SELinux support.
Fixes #11204.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- dmraid/dmraid.nm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/dmraid/dmraid.nm b/dmraid/dmraid.nm index f3d6c31..5581d03 100644 --- a/dmraid/dmraid.nm +++ b/dmraid/dmraid.nm @@ -4,8 +4,8 @@ ###############################################################################
name = dmraid -version = 1.0.0.rc15 -release = 5 +version = 1.0.0.rc16 +release = 1
groups = System/Filesystems url = http://people.redhat.com/heinzm/sw/dmraid @@ -23,8 +23,7 @@ sources = %{thisapp}.tar.bz2
build requires - libdevmapper-devel - libselinux-devel + libdevmapper-devel >= 2.02.166 end
DIR_APP = %{DIR_SRC}/%{name}/%{version} @@ -34,8 +33,7 @@ build
configure_options += \ --disable-static \ - --disable-static_link \ - --enable-libselinux + --disable-static_link
# Dmraid doesn't automatically build and install a versioned library # so we do it on or own. @@ -43,6 +41,10 @@ build make -C lib libdmraid.so end
+ test + # Package does not offer any kind of testsuite. + end + install_cmds # Install development headers. mkdir -pv %{BUILDROOT}%{includedir}/dmraid