Author: thomas
Date: Mon Feb 19 18:55:17 2007
New Revision: 122863

Added:
   packages/cooker/kernel-linus/current/SOURCES/README.kernel-linus.urpmi
Removed:
   
packages/cooker/kernel-linus/current/SOURCES/01_fix-missing-critical-phys_to_virt-in-lib_swiotlb.patch
   
packages/cooker/kernel-linus/current/SOURCES/02_ieee1394-video1394-DMA-fix.patch
   
packages/cooker/kernel-linus/current/SOURCES/03_ieee1394-fix-host-device-registering-when-nodemgr-disabled.patch
   
packages/cooker/kernel-linus/current/SOURCES/04_fix-oops-in-xfrm_audit_log.patch
   packages/cooker/kernel-linus/current/SOURCES/05_md-raid5-fix-crash.patch
   
packages/cooker/kernel-linus/current/SOURCES/06_md-raid5-fix-export-blk_recount_segments.patch
Modified:
   packages/cooker/kernel-linus/current/SPECS/kernel-linus.spec

Log:
- add README.urpmi with info specific for this kernel set
- drop all patches, this kernel _has_ to stay unpatched, as it's
  a precompiled kernel.org reference kernel



Added: packages/cooker/kernel-linus/current/SOURCES/README.kernel-linus.urpmi
==============================================================================
--- (empty file)
+++ packages/cooker/kernel-linus/current/SOURCES/README.kernel-linus.urpmi      
Mon Feb 19 18:55:17 2007
@@ -0,0 +1,19 @@
+
+ Beginning from 2.6.20-2mdv the autoconf stuff has been reworked:
+ - we dont rely on /etc/init.d/kheader and /boot/kernel.h anymore
+ - dropped all of the old autoconf hacks
+ - dropped kernel-linus-source-stripped(-latest) rpms
+ - introduced kernel-linus(-smp)-headers(-latest) rpms to build 3rdparty
+   drivers against (survives test: make mrproper oldconfig prepare scripts)
+ - kernel-linus-source does not include any autoconf stuff anymore
+
+ If you find a bug in this kernel (oops, lockdep, ...) report it to LKML,
+ as it's the correct (and only) way to get fixes to this kernel set.
+ 
+ If you have problems with dkms or other 3rdparty drivers building against
+ this kernel, report the bug against them, as they must be adapted to build
+ against 2.6.20+ kernels.
+ 
+ If you find a packaging bug, report it on qa.mandriva.com against this
+ kernel.
+ 
\ No newline at end of file

Modified: packages/cooker/kernel-linus/current/SPECS/kernel-linus.spec
==============================================================================
--- packages/cooker/kernel-linus/current/SPECS/kernel-linus.spec        
(original)
+++ packages/cooker/kernel-linus/current/SPECS/kernel-linus.spec        Mon Feb 
19 18:55:17 2007
@@ -27,7 +27,7 @@
 %define kstable                0
 
 # this is the releaseversion
-%define mdvrelease     2
+%define mdvrelease     3
 
 # This is only to make life easier for people that creates derivated kernels
 # a.k.a name it kernel-tmb :)
@@ -138,6 +138,8 @@
 Source4:  README.kernel-sources
 Source5:  README.MandrivaLinux
 
+Source10: README.kernel-linus.urpmi
+
 Source20: i386.config
 Source21: i386-smp.config
 Source22: x86_64.config
@@ -165,15 +167,6 @@
 Source10:       
ftp://ftp.kernel.org/pub/linux/kernel/v%{kernelversion}.%{patchlevel}/patch-%{kversion}.bz2.sign
 %endif
 
-### Patches from upcoming 2.6.20.1, will be removed when that version is out...
-Patch101:      01_fix-missing-critical-phys_to_virt-in-lib_swiotlb.patch
-Patch102:      02_ieee1394-video1394-DMA-fix.patch
-Patch103:      
03_ieee1394-fix-host-device-registering-when-nodemgr-disabled.patch
-Patch104:      04_fix-oops-in-xfrm_audit_log.patch
-Patch105:      05_md-raid5-fix-crash.patch
-Patch106:      06_md-raid5-fix-export-blk_recount_segments.patch
-               
-
 #END
 ####################################################################
 
@@ -482,15 +475,6 @@
 %if %kstable
 %patch1 -p1
 %endif
-
-### Patches from upcoming 2.6.20.1, will be removed when that version is out...
-%patch101 -p1
-%patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
-%patch106 -p1
-
 popd
 
 # PATCH END
@@ -616,6 +600,7 @@
        echo "%{_modulesdir}/${kernversion}/modules.*" >> $output
        echo "%doc README.kernel-sources" >> $output
        echo "%doc README.MandrivaLinux" >> $output
+       echo "%doc README.urpmi" >> $output
 }
 
 
@@ -682,6 +667,7 @@
 %install
 install -m 644 %{SOURCE4}  .
 install -m 644 %{SOURCE5}  .
+install -m 644 %{SOURCE10}  README.urpmi
 
 cd %src_dir
 # Directories definition needed for installing
@@ -909,6 +895,7 @@
 %{_kerneldir}/usr
 %doc README.kernel-sources
 %doc README.MandrivaLinux
+%doc README.urpmi
 %endif
 
 %if %build_headers
@@ -970,6 +957,7 @@
 %{_up_headersdir}/usr
 %doc README.kernel-sources
 %doc README.MandrivaLinux
+%doc README.urpmi
 
 # kernel-smp-headers
 %files -n %{kname}-smp-headers-%{buildrel}
@@ -1029,6 +1017,7 @@
 %{_smp_headersdir}/usr
 %doc README.kernel-sources
 %doc README.MandrivaLinux
+%doc README.urpmi
 #endif %build_headers
 %endif
 
@@ -1069,6 +1058,11 @@
 
 
 %changelog
+* Mon Feb 19 2007 Thomas Backlund <[EMAIL PROTECTED]> 2.6.20-3mdv
+- add README.urpmi with info specific for this kernel set
+- drop all patches, this kernel _has_ to stay unpatched, as it's
+  a precompiled kernel.org reference kernel
+
 * Sat Feb 17 2007 Thomas Backlund <[EMAIL PROTECTED]> 2.6.20-2mdv
 - fix RC versioning
 - enable KVM support (requested by ahasenack)

Reply via email to