packages (Titanium): kernel-desktop/kernel-desktop.spec - add sreadahead bc...

shadzik shadzik at pld-linux.org
Fri Jul 10 19:09:00 CEST 2009


Author: shadzik                      Date: Fri Jul 10 17:09:00 2009 GMT
Module: packages                      Tag: Titanium
---- Log message:
- add sreadahead bcond (just to not forget it)

---- Files affected:
packages/kernel-desktop:
   kernel-desktop.spec (1.204.2.35 -> 1.204.2.36) 

---- Diffs:

================================================================
Index: packages/kernel-desktop/kernel-desktop.spec
diff -u packages/kernel-desktop/kernel-desktop.spec:1.204.2.35 packages/kernel-desktop/kernel-desktop.spec:1.204.2.36
--- packages/kernel-desktop/kernel-desktop.spec:1.204.2.35	Thu Jun 25 12:14:10 2009
+++ packages/kernel-desktop/kernel-desktop.spec	Fri Jul 10 19:08:55 2009
@@ -34,6 +34,7 @@
 %bcond_with	pae		# build PAE (HIGHMEM64G) support on uniprocessor
 %bcond_with	laptop		# build for laptops - 100Hz
 %bcond_with	grsec_minimal	# build wihout grsec_minimal
+%bcond_with	sreadahead	# uuooaaa, be frickin' fast at boot
 
 %{?debug:%define with_verbose 1}
 
@@ -95,6 +96,8 @@
 Patch1:		kernel-desktop-unionfs.patch
 Patch2:		kernel-desktop-small_fixes.patch
 Patch3:		kernel-desktop-grsec-minimal.patch
+# sreadahead - get it from http://code.google.com/p/sreadahead/source/browse/trunk/0001-kernel-trace-open.patch
+Patch4:		kernel-desktop-trace-open.patch
 
 #### End patches ##
 URL:		http://www.kernel.org/
@@ -431,6 +434,10 @@
 %if %{with grsec_minimal}
 %patch3 -p1
 %endif
+# sreadahead
+%if %{with sreadahead}
+%patch4 -p1
+%endif
 
 # Fix EXTRAVERSION in main Makefile
 sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}-%{alt_kernel}#g' Makefile
@@ -1040,6 +1047,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204.2.36  2009/07/10 17:08:55  shadzik
+- add sreadahead bcond (just to not forget it)
+
 Revision 1.204.2.35  2009/06/25 10:14:10  shadzik
 - rel 1
 - all crucial patches apply
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop.spec?r1=1.204.2.35&r2=1.204.2.36&f=u



More information about the pld-cvs-commit mailing list