From 102090b92a7faa613286907bc231e1ab6c89ef24dc0cc77b79fb811f8c423fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jan 2018 18:11:13 +0000 Subject: [PATCH] - Drop commented out selinux line that is not needed in current buildsystem OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=63 --- dpkg.changes | 6 ++++++ dpkg.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dpkg.changes b/dpkg.changes index 9acd866..95999f0 100644 --- a/dpkg.changes +++ b/dpkg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 22 18:10:46 UTC 2018 - tchvatal@suse.com + +- Drop commented out selinux line that is not needed in current + buildsystem + ------------------------------------------------------------------- Tue Jan 16 10:56:50 UTC 2018 - tchvatal@suse.com diff --git a/dpkg.spec b/dpkg.spec index 8a8a9b7..db9cd0b 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -91,7 +91,6 @@ Libraries and header files for dpkg. %build autoreconf -fvi export CFLAGS="%{optflags}" -#export SELINUX_LIBS="-lselinux" %configure \ --disable-silent-rules \ --with-libselinux \