From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] dmraid: Update to 1.0.0.rc16
Date: Fri, 21 Oct 2016 11:24:55 +0200 [thread overview]
Message-ID: <1477041895-26239-1-git-send-email-stefan.schantl@ipfire.org> (raw)
[-- 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
reply other threads:[~2016-10-21 9:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477041895-26239-1-git-send-email-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox