From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] dmraid: Update to 1.0.0.rc16 Date: Fri, 21 Oct 2016 11:24:55 +0200 Message-ID: <1477041895-26239-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0690024440228798096==" List-Id: --===============0690024440228798096== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a minor update to the latest available version of dmraid. * Drop SELinux support. Fixes #11204. Signed-off-by: Stefan Schantl --- 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 @@ ############################################################################= ### =20 name =3D dmraid -version =3D 1.0.0.rc15 -release =3D 5 +version =3D 1.0.0.rc16 +release =3D 1 =20 groups =3D System/Filesystems url =3D http://people.redhat.com/heinzm/sw/dmraid @@ -23,8 +23,7 @@ sources =3D %{thisapp}.tar.bz2 =20 build requires - libdevmapper-devel - libselinux-devel + libdevmapper-devel >=3D 2.02.166 end =20 DIR_APP =3D %{DIR_SRC}/%{name}/%{version} @@ -34,8 +33,7 @@ build =20 configure_options +=3D \ --disable-static \ - --disable-static_link \ - --enable-libselinux + --disable-static_link =20 # 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 =20 + test + # Package does not offer any kind of testsuite. + end + install_cmds # Install development headers. mkdir -pv %{BUILDROOT}%{includedir}/dmraid --=20 2.7.4 --===============0690024440228798096==--