From 582fbf9ba240917fbcdd240ed1124b940eee8741e4a38f658ad9b9d802762112 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Aug 2008 22:08:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=9 --- busybox.SuSE.config | 2 +- busybox.changes | 5 +++++ busybox.spec | 16 +++++++++++++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/busybox.SuSE.config b/busybox.SuSE.config index d037b18..3cec383 100644 --- a/busybox.SuSE.config +++ b/busybox.SuSE.config @@ -29,7 +29,7 @@ CONFIG_FEATURE_PIDFILE=y CONFIG_FEATURE_SUID=y # CONFIG_FEATURE_SUID_CONFIG is not set # CONFIG_FEATURE_SUID_CONFIG_QUIET is not set -# CONFIG_SELINUX is not set +CONFIG_SELINUX=y # CONFIG_FEATURE_PREFER_APPLETS is not set CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" CONFIG_FEATURE_SYSLOG=y diff --git a/busybox.changes b/busybox.changes index 12a0ab1..028d844 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 22 16:55:24 CEST 2008 - prusnak@suse.cz + +- enabled SELinux support [Fate#303662] + ------------------------------------------------------------------- Wed Jul 23 15:16:30 CEST 2008 - hare@suse.de diff --git a/busybox.spec b/busybox.spec index beffdc7..8e18a48 100644 --- a/busybox.spec +++ b/busybox.spec @@ -2,9 +2,16 @@ # spec file for package busybox (Version 1.8.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,9 +20,10 @@ Name: busybox BuildRequires: dietlibc +BuildRequires: libselinux-devel Url: http://www.busybox.net/ Version: 1.8.2 -Release: 31 +Release: 44 Summary: The Swiss Army Knife of Embedded Linux License: GPL v2 or later Group: System/Base @@ -96,6 +104,8 @@ install -m 755 %{S:4} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-busybox.sh /lib/mkinitrd/scripts/boot-busybox.sh %changelog +* Fri Aug 22 2008 prusnak@suse.cz +- enabled SELinux support [Fate#303662] * Wed Jul 23 2008 hare@suse.de - Include mkinitrd scriptlets. * Thu Jan 17 2008 sassmann@suse.de