OBS User unknown 2008-08-22 22:08:11 +00:00 committed by Git OBS Bridge
parent a2129f7429
commit 582fbf9ba2
3 changed files with 19 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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