]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dmraid: Update to 1.0.0.rc16
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 21 Oct 2016 09:24:55 +0000 (11:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 10:18:13 +0000 (11:18 +0100)
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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
dmraid/dmraid.nm

index f3d6c31c125b9515a35b6c74733bdb7a8d2e8b76..5581d034402e78d5ccb68a889e9f0b067ce856b9 100644 (file)
@@ -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