SPECS (AC-branch): busybox.spec - introduce switch_root (be comapt...

adamg adamg at pld-linux.org
Sun Mar 23 22:10:24 CET 2008


Author: adamg                        Date: Sun Mar 23 21:10:24 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- introduce switch_root (be comaptible with recent recent busybox versions)
- use strerror(errno) instead of %m; see patch for more info
- release 4

---- Files affected:
SPECS:
   busybox.spec (1.102.2.1 -> 1.102.2.2) 

---- Diffs:

================================================================
Index: SPECS/busybox.spec
diff -u SPECS/busybox.spec:1.102.2.1 SPECS/busybox.spec:1.102.2.2
--- SPECS/busybox.spec:1.102.2.1	Fri Mar  9 14:33:40 2007
+++ SPECS/busybox.spec	Sun Mar 23 22:10:19 2008
@@ -35,7 +35,7 @@
 Summary(pt_BR):	BusyBox é um conjunto de utilitários UNIX em um único binário
 Name:		busybox
 Version:	1.00
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications
 Source0:	http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
@@ -55,6 +55,7 @@
 Patch9:		%{name}-dhcp.patch
 Patch10:	%{name}-switchroot.patch
 Patch11:	%{name}-fix_64_archs.patch
+Patch12:	%{name}-error.patch
 URL:		http://www.busybox.net/
 BuildRequires:	gcc >= 3.2
 %{?with_static:BuildRequires:	glibc-static}
@@ -150,6 +151,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 install %{SOURCE1} .config
@@ -252,6 +254,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102.2.2  2008-03-23 21:10:19  adamg
+- introduce switch_root (be comaptible with recent recent busybox versions)
+- use strerror(errno) instead of %m; see patch for more info
+- release 4
+
 Revision 1.102.2.1  2007-03-09 13:33:40  arekm
 - rel 3; enable DIRNAME/BASENAME applets
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/busybox.spec?r1=1.102.2.1&r2=1.102.2.2&f=u



More information about the pld-cvs-commit mailing list