This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 6ef6281c6c1432aefe17d3b9886da57c92203ed1 (commit) from 10ae0bfa546c861ebcda815aca96bd681cbc1892 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6ef6281c6c1432aefe17d3b9886da57c92203ed1 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Wed Oct 26 10:40:28 2016 +0200
net-tools: Drop SELinux support.
Fixes #11217.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: net-tools/config.make | 2 +- net-tools/net-tools.nm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/net-tools/config.make b/net-tools/config.make index 5cde36b..18907a5 100644 --- a/net-tools/config.make +++ b/net-tools/config.make @@ -34,4 +34,4 @@ HAVE_HWIB=1 HAVE_FW_MASQUERADE=1 HAVE_IP_TOOLS=1 HAVE_MII=1 -HAVE_SELINUX=1 +HAVE_SELINUX=0 diff --git a/net-tools/net-tools.nm b/net-tools/net-tools.nm index fa61d05..24ae372 100644 --- a/net-tools/net-tools.nm +++ b/net-tools/net-tools.nm @@ -6,7 +6,7 @@ name = net-tools version = 2.0 git_rev = e5f1be13 -release = 1.%{git_rev} +release = 2.%{git_rev}
groups = System/Base url = http://net-tools.berlios.de/ @@ -24,7 +24,6 @@ sources = %{thisapp}-%{git_rev}.tar.xz build requires gettext - libselinux-devel end
prepare_cmds
hooks/post-receive -- IPFire 3.x development tree