packages: busybox/busybox.spec - rel 2 - changed EXEC_PATH of initrd busybo...

baggins baggins at pld-linux.org
Thu Jan 21 14:50:38 CET 2010


Author: baggins                      Date: Thu Jan 21 13:50:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2
- changed EXEC_PATH of initrd busybox to /bin/busybox

---- Files affected:
packages/busybox:
   busybox.spec (1.174 -> 1.175) 

---- Diffs:

================================================================
Index: packages/busybox/busybox.spec
diff -u packages/busybox/busybox.spec:1.174 packages/busybox/busybox.spec:1.175
--- packages/busybox/busybox.spec:1.174	Sat Jan 16 17:38:27 2010
+++ packages/busybox/busybox.spec	Thu Jan 21 14:50:32 2010
@@ -36,7 +36,7 @@
 Name:		busybox
 # stable line only
 Version:	1.15.3
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications
 Source0:	http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
@@ -140,7 +140,7 @@
 Summary:	Static busybox for initrd
 Summary(pl.UTF-8):	Statycznie skonsolidowany busybox dla initrd
 Group:		Applications
-Conflicts:	geninitrd < 10000.10
+Conflicts:	geninitrd < 10000.20
 
 %description initrd
 Static busybox for initrd.
@@ -235,7 +235,7 @@
 %{?with_static:install built/busybox.static $RPM_BUILD_ROOT%{_bindir}}
 %if %{with initrd}
 install -d $RPM_BUILD_ROOT%{_libdir}/initrd
-install built/busybox.initrd $RPM_BUILD_ROOT%{_libdir}/initrd/initrd-busybox
+install built/busybox.initrd $RPM_BUILD_ROOT%{_libdir}/initrd/busybox
 %endif
 
 install busybox.links $RPM_BUILD_ROOT%{_libdir}/busybox
@@ -278,7 +278,7 @@
 %if %{with initrd}
 %files initrd
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/initrd/initrd-busybox
+%attr(755,root,root) %{_libdir}/initrd/busybox
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -287,6 +287,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.175  2010/01/21 13:50:32  baggins
+- rel 2
+- changed EXEC_PATH of initrd busybox to /bin/busybox
+
 Revision 1.174  2010/01/16 16:38:27  mmazur
 - up to 1.15.3; rel 1; stbr
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/busybox/busybox.spec?r1=1.174&r2=1.175&f=u



More information about the pld-cvs-commit mailing list