rpms/busybox/F-8 busybox-1.6.1-gc-section.patch, NONE, 1.1 busybox.spec, 1.64, 1.65

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Mon Dec 17 09:16:57 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/busybox/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20190

Modified Files:
	busybox.spec 
Added Files:
	busybox-1.6.1-gc-section.patch 
Log Message:
- fix #423011 - busybox cut command suppresses redirected output


busybox-1.6.1-gc-section.patch:

--- NEW FILE busybox-1.6.1-gc-section.patch ---
diff -up busybox-1.6.1/Makefilepom busybox-1.6.1/Makefile
--- busybox-1.6.1/Makefilepom	2007-12-17 09:58:43.000000000 +0100
+++ busybox-1.6.1/Makefile	2007-12-17 09:59:05.000000000 +0100
@@ -568,7 +568,7 @@ busybox-all  := $(core-y) $(libs-y)
 quiet_cmd_busybox__ ?= LINK    $@
       cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \
       -o $@ -Wl,-M \
-      -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
+      -Wl,--warn-common -Wl,--sort-common \
       -Wl,--start-group $(busybox-all) -Wl,--end-group \
       $(LDLIBS)
 


Index: busybox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/F-8/busybox.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- busybox.spec	4 Sep 2007 12:42:17 -0000	1.64
+++ busybox.spec	17 Dec 2007 09:16:19 -0000	1.65
@@ -1,7 +1,7 @@
 Summary: Statically linked binary providing simplified versions of system commands
 Name: busybox
 Version: 1.6.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Shells
@@ -16,6 +16,7 @@
 Patch13: busybox-1.5.1-clean.patch
 Patch14: busybox-1.5.1-msh.patch
 Patch15: busybox-1.6.1-st_err.patch
+Patch16: busybox-1.6.1-gc-section.patch
 URL: http://www.busybox.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  
 BuildRequires: libselinux-devel >= 1.27.7-2
@@ -60,6 +61,7 @@
 %patch12 -b .ls -p1
 %patch14 -b .msh -p1
 %patch15 -b .st_err -p1
+%patch16 -b .gc-s -p1
 
 %build
 # create static busybox - the executable is kept as busybox-static
@@ -112,6 +114,9 @@
 /sbin/busybox.petitboot
 
 %changelog
+* Mon Dec 17 2007 Ivana Varekova <varekova at redhat.com> - 1:1.6.1-3
+- fix #423011 - busybox cut command suppresses redirected output
+
 * Tue Sep  4 2007 Ivana Varekova <varekova at redhat.com> - 1:1.6.1-2
 - spec file cleanup
 




More information about the fedora-extras-commits mailing list