* [PATCH] dmraid: Update to 1.0.0.rc16
@ 2016-10-21 9:24 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-10-21 9:24 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]
This is a minor update to the latest available version of dmraid.
* Drop SELinux support.
Fixes #11204.
Signed-off-by: Stefan Schantl <stefan.schantl(a)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
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-21 9:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 9:24 [PATCH] dmraid: Update to 1.0.0.rc16 Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox