Source: rpm Version: 4.11.1-3 Severity: wishlist Tags: patch Hi,
Is there any reasons, the selinux support in rpm package has been disabled? If no, could you please reenable it? Cheers Laurent Bigonville -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru rpm-4.11.1/debian/control rpm-4.11.1/debian/control --- rpm-4.11.1/debian/control 2013-09-10 10:20:41.000000000 +0200 +++ rpm-4.11.1/debian/control 2013-10-04 13:22:07.000000000 +0200 @@ -29,7 +29,9 @@ libelf-dev, libdw-dev, libdb-dev, - liblua5.2-dev + liblua5.2-dev, + libselinux-dev [linux-any], + libsemanage-dev [linux-any] Maintainer: Michal Čihař <ni...@debian.org> Uploaders: Loic Minier <l...@dooz.org> X-Python-Version: >= 2.6 diff -Nru rpm-4.11.1/debian/rules rpm-4.11.1/debian/rules --- rpm-4.11.1/debian/rules 2013-09-10 10:20:41.000000000 +0200 +++ rpm-4.11.1/debian/rules 2013-10-04 13:19:12.000000000 +0200 @@ -12,7 +12,7 @@ CPPFLAGS+=$(shell pkg-config --cflags nss) ifeq (linux,$(DEB_HOST_ARCH_OS)) - configure_flags +=--with-cap + configure_flags +=--with-cap --with-selinux endif configure_flags += \