SPECS: geninitrd.spec - force romfs as default in Titanium if not specified...

hawk hawk at pld-linux.org
Mon Mar 16 23:21:22 CET 2009


Author: hawk                         Date: Mon Mar 16 22:21:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- force romfs as default in Titanium if not specified otherwise

---- Files affected:
SPECS:
   geninitrd.spec (2.136 -> 2.137) 

---- Diffs:

================================================================
Index: SPECS/geninitrd.spec
diff -u SPECS/geninitrd.spec:2.136 SPECS/geninitrd.spec:2.137
--- SPECS/geninitrd.spec:2.136	Sat Mar 14 14:08:11 2009
+++ SPECS/geninitrd.spec	Mon Mar 16 23:21:16 2009
@@ -4,11 +4,12 @@
 Name:		geninitrd
 Version:	10000.3
 # leave rel 1 for ac
-Release:	2
+Release:	3
 License:	GPL
 Group:		Applications/System
 Source0:	%{name}-%{version}.tar.gz
 # Source0-md5:	1fbd532c853eace59865ebf11dc79bb3
+Patch0:		%{name}-romfs.patch
 BuildRequires:	xmlto >= 0:0.0.18-1
 Requires:	awk
 Requires:	busybox-initrd >= 1.00-0.rc3.2
@@ -64,6 +65,9 @@
 
 %prep
 %setup -q
+%if "%{pld_release}" == "ti"
+%patch0 -p1
+%endif
 
 %build
 %{__make}
@@ -94,6 +98,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 2.137  2009/03/16 22:21:16  hawk
+- force romfs as default in Titanium if not specified otherwise
+
 Revision 2.136  2009/03/14 13:08:11  glen
 - update to 10000.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/geninitrd.spec?r1=2.136&r2=2.137&f=u



More information about the pld-cvs-commit mailing list