]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- patch patch instead of modifying tar: fix Source9 md5 and make distfiles happy
authorankry <ankry@pld-linux.org>
Mon, 16 Jun 2003 14:09:15 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel.spec -> 1.421

kernel.spec

index e339b6fc04cf34572f07fa7fc6108e4d006a10a6..d87c86438a73e5f4f9141f64c5fa0fd71376ce8b 100644 (file)
@@ -29,7 +29,7 @@ Summary(fr):  Le Kernel-Linux (La partie centrale du systeme)
 Summary(pl):   JĀ±dro Linuksa
 Name:          kernel
 Version:       2.4.21
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Base/Kernel
 Source0:       ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-%{version}.tar.bz2
@@ -49,7 +49,7 @@ Source7:      http://www10.software.ibm.com/developer/opensource/jfs/project/pub/jfs-
 Source8:       http://www.xfree86.org/~alanh/linux-drm-%{drm_xfree_version}-kernelsource.tar.gz
 # Source8-md5: 34515784c7b67f6cc9169aa9eed982c7
 Source9:       http://hostap.epitest.fi/releases/hostap-%{hostap_version}.tar.gz
-# Source9-md5: 4d5dd3fef2f5537ee07e64cdd1378e80
+# Source9-md5: f5170147792a591120437dd33dbb106d
 Source10:      linux-2.4.20-aacraid.tar.bz2
 # Source10-md5:        3da1f4b229685766cb4f2f5ce242c0d2
 Source20:      %{name}-ia32.config
@@ -119,6 +119,9 @@ Patch65:    squashfs1.2-2.4.21-patch
 #from http://sci.felk.cvut.cz/nwd/linux/nwd-patch-2.4.19
 Patch75:       nwd-2.4.21.patch
 
+# patch for patch in Source9 
+Patch90:       hostap-2.4.19-rc3-patch.patch
+
 # Networking
 
 # new version of netfilter.
@@ -536,6 +539,9 @@ Pakiet zawiera dokumentacj
 
 %prep
 %setup -q -a3 -a6 -a8 -a9 -n linux-%{version}
+cd hostap-2002-10-12
+%patch90 -p1  
+cd ..
 # JFS 1.1.1
 rm -fr fs/jfs
 gzip -dc %{SOURCE7} | tar -xf -
This page took 0.069031 seconds and 4 git commands to generate.