dmraid: Update to 1.0.0.rc16

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>
This commit is contained in:
Stefan Schantl 2016-10-21 11:24:55 +02:00 committed by Michael Tremer
parent 42861d427b
commit bcebefae07
1 changed files with 8 additions and 6 deletions

View 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