rpms/busybox/devel busybox-1.2.2-ls.patch, NONE, 1.1 busybox.spec, 1.56, 1.57

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 2 10:39:10 UTC 2007


Author: varekova

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

Modified Files:
	busybox.spec 
Added Files:
	busybox-1.2.2-ls.patch 
Log Message:
- Resolves: 234769 
  busybox ls does not work without a tty


busybox-1.2.2-ls.patch:
 ls.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE busybox-1.2.2-ls.patch ---
--- busybox-1.2.2/coreutils/ls.c.pom	2006-07-01 00:42:07.000000000 +0200
+++ busybox-1.2.2/coreutils/ls.c	2007-04-02 12:25:55.000000000 +0200
@@ -477,6 +477,7 @@
 		putchar('\n');
 		column = 0;
 	}
+	fflush(stdout);
 }
 
 /*----------------------------------------------------------------------*/
@@ -520,6 +521,7 @@
 			}
 		}
 	}
+	fflush(stdout);
 }
 
 /*----------------------------------------------------------------------*/


Index: busybox.spec
===================================================================
RCS file: /cvs/dist/rpms/busybox/devel/busybox.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- busybox.spec	19 Feb 2007 15:22:28 -0000	1.56
+++ busybox.spec	2 Apr 2007 10:39:08 -0000	1.57
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.2.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 1
 License: GPL
 Group: System Environment/Shells
@@ -16,6 +16,7 @@
 Patch9: busybox-1.2.0-tar.patch
 Patch10: busybox-1.2.2-ash.patch
 Patch11: busybox-1.2.2-iptunnel.patch
+Patch12: busybox-1.2.2-ls.patch
 URL: http://www.busybox.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  
 BuildRequires: libselinux-devel >= 1.27.7-2
@@ -54,6 +55,7 @@
 %patch9 -b .tar -p1
 %patch10 -b .ash -p1
 %patch11 -b .iptunnel -p1
+%patch12 -b .ls -p1
 
 %build
 # create static busybox - the executable is kept as busybox-static
@@ -95,6 +97,10 @@
 /sbin/busybox.anaconda
 
 %changelog
+* Mon Apr  2 2007 Ivana Varekova <varekova at redhat.com> - 1:1.2.2-7
+- Resolves: 234769 
+  busybox ls does not work without a tty
+
 * Mon Feb 19 2007 Ivana Varekova <varekova at redhat.com> - 1:1.2.2-6
 - incorporate package review feedback
 




More information about the fedora-cvs-commits mailing list