Accepting request 631395 from Base:System
OBS-URL: https://build.opensuse.org/request/show/631395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=48
This commit is contained in:
commit
755ee08496
@ -259,7 +259,7 @@ CONFIG_FEATURE_STAT_FORMAT=y
|
|||||||
CONFIG_STTY=y
|
CONFIG_STTY=y
|
||||||
CONFIG_SUM=y
|
CONFIG_SUM=y
|
||||||
CONFIG_SYNC=y
|
CONFIG_SYNC=y
|
||||||
# CONFIG_TAC is not set
|
CONFIG_TAC=y
|
||||||
CONFIG_TAIL=y
|
CONFIG_TAIL=y
|
||||||
# CONFIG_FEATURE_FANCY_TAIL is not set
|
# CONFIG_FEATURE_FANCY_TAIL is not set
|
||||||
CONFIG_TEE=y
|
CONFIG_TEE=y
|
||||||
@ -483,7 +483,7 @@ CONFIG_LSMOD=y
|
|||||||
CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y
|
CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y
|
||||||
CONFIG_MODPROBE=y
|
CONFIG_MODPROBE=y
|
||||||
# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
|
# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
|
||||||
# CONFIG_DEPMOD is not set
|
CONFIG_DEPMOD=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Options common to multiple modutils
|
# Options common to multiple modutils
|
||||||
@ -959,7 +959,7 @@ CONFIG_CTTYHACK=y
|
|||||||
#
|
#
|
||||||
CONFIG_SYSLOGD=y
|
CONFIG_SYSLOGD=y
|
||||||
CONFIG_FEATURE_ROTATE_LOGFILE=y
|
CONFIG_FEATURE_ROTATE_LOGFILE=y
|
||||||
# CONFIG_FEATURE_REMOTE_LOG is not set
|
CONFIG_FEATURE_REMOTE_LOG=y
|
||||||
# CONFIG_FEATURE_SYSLOGD_DUP is not set
|
# CONFIG_FEATURE_SYSLOGD_DUP is not set
|
||||||
CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256
|
CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256
|
||||||
# CONFIG_FEATURE_IPC_SYSLOG is not set
|
# CONFIG_FEATURE_IPC_SYSLOG is not set
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 21:41:23 UTC 2018 - jjolly@suse.com
|
||||||
|
|
||||||
|
- Enabled functionality within busybox for warewulf compatibility
|
||||||
|
* CONFIG_FEATURE_REMOTE_LOG
|
||||||
|
* CONFIG_DEPMOD
|
||||||
|
* CONFIG_TAC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 18:36:03 CET 2017 - kukuk@suse.de
|
Fri Nov 10 18:36:03 CET 2017 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package busybox-static
|
# spec file for package busybox-static
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -260,7 +260,7 @@ CONFIG_FEATURE_STAT_FORMAT=y
|
|||||||
CONFIG_STTY=y
|
CONFIG_STTY=y
|
||||||
CONFIG_SUM=y
|
CONFIG_SUM=y
|
||||||
CONFIG_SYNC=y
|
CONFIG_SYNC=y
|
||||||
# CONFIG_TAC is not set
|
CONFIG_TAC=y
|
||||||
CONFIG_TAIL=y
|
CONFIG_TAIL=y
|
||||||
# CONFIG_FEATURE_FANCY_TAIL is not set
|
# CONFIG_FEATURE_FANCY_TAIL is not set
|
||||||
CONFIG_TEE=y
|
CONFIG_TEE=y
|
||||||
@ -484,7 +484,7 @@ CONFIG_LSMOD=y
|
|||||||
CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y
|
CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y
|
||||||
CONFIG_MODPROBE=y
|
CONFIG_MODPROBE=y
|
||||||
# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
|
# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
|
||||||
# CONFIG_DEPMOD is not set
|
CONFIG_DEPMOD=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Options common to multiple modutils
|
# Options common to multiple modutils
|
||||||
@ -960,7 +960,7 @@ CONFIG_CTTYHACK=y
|
|||||||
#
|
#
|
||||||
CONFIG_SYSLOGD=y
|
CONFIG_SYSLOGD=y
|
||||||
CONFIG_FEATURE_ROTATE_LOGFILE=y
|
CONFIG_FEATURE_ROTATE_LOGFILE=y
|
||||||
# CONFIG_FEATURE_REMOTE_LOG is not set
|
CONFIG_FEATURE_REMOTE_LOG=y
|
||||||
# CONFIG_FEATURE_SYSLOGD_DUP is not set
|
# CONFIG_FEATURE_SYSLOGD_DUP is not set
|
||||||
CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256
|
CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256
|
||||||
# CONFIG_FEATURE_IPC_SYSLOG is not set
|
# CONFIG_FEATURE_IPC_SYSLOG is not set
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 21:41:23 UTC 2018 - jjolly@suse.com
|
||||||
|
|
||||||
|
- Enabled functionality within busybox for warewulf compatibility
|
||||||
|
* CONFIG_FEATURE_REMOTE_LOG
|
||||||
|
* CONFIG_DEPMOD
|
||||||
|
* CONFIG_TAC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 16:16:48 CET 2017 - kukuk@suse.de
|
Fri Nov 10 16:16:48 CET 2017 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package busybox
|
# spec file for package busybox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user