packages (Titanium): kernel-desktop/kernel-desktop.spec - unionfs bcond
shadzik
shadzik at pld-linux.org
Tue Aug 10 11:22:19 CEST 2010
Author: shadzik Date: Tue Aug 10 09:22:19 2010 GMT
Module: packages Tag: Titanium
---- Log message:
- unionfs bcond
---- Files affected:
packages/kernel-desktop:
kernel-desktop.spec (1.204.2.121 -> 1.204.2.122)
---- Diffs:
================================================================
Index: packages/kernel-desktop/kernel-desktop.spec
diff -u packages/kernel-desktop/kernel-desktop.spec:1.204.2.121 packages/kernel-desktop/kernel-desktop.spec:1.204.2.122
--- packages/kernel-desktop/kernel-desktop.spec:1.204.2.121 Tue Aug 10 11:20:28 2010
+++ packages/kernel-desktop/kernel-desktop.spec Tue Aug 10 11:22:13 2010
@@ -37,6 +37,7 @@
%bcond_with sreadahead # uuooaaa, be frickin' fast at boot
%bcond_with bfs # Brain Fuck Scheduler - could be good only for desktops/laptops/eeePC
%bcond_without tuxonice # build without tuxonice support
+%bcond_without unionfs # build without unionfs support
%{?debug:%define with_verbose 1}
@@ -89,6 +90,7 @@
Source11: kernel-desktop-x86_64.config
Source12: kernel-desktop-grsec_minimal.config
Source13: kernel-desktop-tuxonice.config
+Source14: kernel-desktop-unionfs.config
#### Patches ######
#Source100: http://www.tuxonice.net/downloads/all/tuxonice-3.1.1.1-for-2.6.34.patch.bz2
@@ -414,7 +416,7 @@
# kernel-desktop-bootsplash.patch
%patch0 -p1
-# unionfs - need update
+# unionfs
%patch1 -p1
# TuxOnIce
%if %{with tuxonice}
@@ -518,6 +520,10 @@
cat %{SOURCE12} >> %{defconfig}
%endif
+%if %{with unionfs}
+cat %{SOURCE14} >> %{defconfig}
+%endif
+
%if %{with sreadahead}
#%__sed -i "s:# CONFIG_OPEN_TRACER is not set:CONFIG_OPEN_TRACER=y:" %{defconfig}
echo "CONFIG_OPEN_TRACER=y" >> %{defconfig}
@@ -955,6 +961,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.204.2.122 2010/08/10 09:22:13 shadzik
+- unionfs bcond
+
Revision 1.204.2.121 2010/08/10 09:20:28 shadzik
- apply unionfs-patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop.spec?r1=1.204.2.121&r2=1.204.2.122&f=u
More information about the pld-cvs-commit
mailing list