SPECS (LINUX_2_6): kernel.spec - _rel 0.2, - added ocfs2 support a...
cieciwa
cieciwa at pld-linux.org
Fri Jul 1 10:13:02 CEST 2005
Author: cieciwa Date: Fri Jul 1 08:13:02 2005 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- _rel 0.2,
- added ocfs2 support and config for this.
---- Files affected:
SPECS:
kernel.spec (1.441.2.1134 -> 1.441.2.1135)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1134 SPECS/kernel.spec:1.441.2.1135
--- SPECS/kernel.spec:1.441.2.1134 Sat Jun 25 09:12:18 2005
+++ SPECS/kernel.spec Fri Jul 1 10:12:56 2005
@@ -88,7 +88,7 @@
%define _procps_ver 3.2.0
%define _oprofile_ver 0.5.3
-%define _rel 0.1
+%define _rel 0.2
%define _netfilter_snap 20050622
@@ -146,6 +146,7 @@
Source93: kernel-vserver.config
Source94: kernel-em8300.config
Source95: kernel-linuxabi.config
+Source96: kernel-ocfs2.config
Patch0: 2.6.0-ksyms-add.patch
Patch1: linux-2.6-version.patch
@@ -248,6 +249,8 @@
## http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-05-devfs/devfs-die-die-die.patch
Patch500: devfs-die-die-die.patch
+Patch502: ocfs2-2005.06.17.patch
+
URL: http://www.kernel.org/
BuildRequires: binutils >= 2.14.90.0.7
BuildRequires: diffutils
@@ -668,6 +671,7 @@
# probably not needed
##%patch500 -p1
+%patch502 -p1
# Fix EXTRAVERSION in main Makefile
sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{_postver}#g' Makefile
@@ -771,6 +775,8 @@
%if %{with em8300}
cat %{SOURCE94} >> arch/%{_target_base_arch}/defconfig
%endif
+## ocfs2 config
+ cat %{SOURCE96} >> arch/%{_target_base_arch}/defconfig
ln -sf arch/%{_target_base_arch}/defconfig .config
install -d $KERNEL_INSTALL_DIR/usr/src/linux-%{version}/include/linux
@@ -1350,6 +1356,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1135 2005/07/01 08:12:56 cieciwa
+- _rel 0.2,
+- added ocfs2 support and config for this.
+
Revision 1.441.2.1134 2005/06/25 07:12:18 pluto
- snd-azx driver is moved to alsa-kernel tree.
now it's renamed to snd-hda-intel (to avoid the codename).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1134&r2=1.441.2.1135&f=u
More information about the pld-cvs-commit
mailing list