rpms/busybox/devel busybox-1.2.2-ash.patch, NONE, 1.1 busybox.spec, 1.50, 1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 11 11:36:27 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/busybox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27889

Modified Files:
	busybox.spec 
Added Files:
	busybox-1.2.2-ash.patch 
Log Message:
- enable ash 


busybox-1.2.2-ash.patch:
 Config.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE busybox-1.2.2-ash.patch ---
--- busybox-1.2.2/shell/Config.in.pom	2006-07-01 00:42:05.000000000 +0200
+++ busybox-1.2.2/shell/Config.in	2006-12-08 14:18:03.000000000 +0100
@@ -35,7 +35,7 @@
 
 config CONFIG_ASH
 	bool "ash"
-	default n
+	default y
 	select CONFIG_TEST
 	help
 	  Tha 'ash' shell adds about 60k in the default configuration and is
@@ -56,7 +56,7 @@
 
 config CONFIG_ASH_READ_NCHARS
 	bool "'read -n N' and 'read -s' support"
-	default n
+	default y
 	depends on CONFIG_ASH
 	help
 	  'read -n N' will return a value after N characters have been read.
@@ -64,7 +64,7 @@
 
 config CONFIG_ASH_READ_TIMEOUT
 	bool "'read -t S' support."
-	default n
+	default y
 	depends on CONFIG_ASH
 	help
 	  'read -t S' will return a value after S seconds have passed.


Index: busybox.spec
===================================================================
RCS file: /cvs/dist/rpms/busybox/devel/busybox.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- busybox.spec	16 Nov 2006 07:33:13 -0000	1.50
+++ busybox.spec	11 Dec 2006 11:36:25 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPL
 Group: System Environment/Shells
@@ -14,6 +14,7 @@
 Patch7: busybox-1.2.0-id_ps.patch
 Patch8: busybox-1.2.0-gcc41.patch
 Patch9: busybox-1.2.0-tar.patch
+Patch10: busybox-1.2.2-ash.patch
 URL: http://www.busybox.net
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: libselinux-devel >= 1.27.7-2
@@ -48,6 +49,7 @@
 %patch7 -b .id_ps -p1
 %patch8 -b .gcc111 -p1
 %patch9 -b .tar -p1
+%patch10 -b .ash -p1
 
 %build
 make defconfig
@@ -86,6 +88,9 @@
 /sbin/busybox.anaconda
 
 %changelog
+* Mon Dec 10 2006 Ivana Varekova <varekova at redhat.com> - 1:1.2.2-2
+- enable ash 
+
 * Thu Nov 16 2006 Ivana Varekova <varekova at redhat.com> - 1:1.2.2-1
 - update to 1.2.2
 




More information about the fedora-cvs-commits mailing list