]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel.spec
- up to 5.2.13
[packages/kernel.git] / kernel.spec
index c096092291c2f12abe1b55e5d9952261a672bd67..ad5c2be1a938c1c6e2f76a02c8c773e570496f26 100644 (file)
@@ -68,8 +68,8 @@
 %endif
 
 %define                rel             1
-%define                basever         5.1
-%define                postver         .5
+%define                basever         5.2
+%define                postver         .13
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       %{nil}
@@ -120,10 +120,10 @@ Epoch:            3
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
-# Source0-md5: 15fbdff95ff98483069ac6e215b9f4f9
+# Source0-md5: ddf994de00d7b18395886dd9b30b9262
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  010a7425cb63f64c8122685d0c860f16
+# Patch0-md5:  3310549071f185161b8b605ac43d3dd0
 %endif
 Source1:       kernel.sysconfig
 
@@ -193,18 +193,18 @@ Patch85:  kernel-hostap.patch
 Patch100:      kernel-vserver-2.3.patch
 Patch101:      kernel-vserver-fixes.patch
 
-# git://github.com/sfjro/aufs4-standalone.git, read README
+# git://github.com/sfjro/aufs5-standalone.git, read README
 # Patch creation:
-# git clone git://github.com/sfjro/aufs4-standalone.git
-# cd aufs4-standalone
-# git checkout -b aufs4.17 origin/aufs4.17
-# cat aufs4-kbuild.patch aufs4-base.patch aufs4-mmap.patch aufs4-standalone.patch > ~/rpm/packages/kernel/kernel-aufs4.patch
+# git clone git://github.com/sfjro/aufs5-standalone.git
+# cd aufs5-standalone
+# git checkout -b aufs5.2 origin/aufs5.2
+# cat aufs5-kbuild.patch aufs5-base.patch aufs5-mmap.patch aufs5-standalone.patch > ~/rpm/packages/kernel/kernel-aufs5.patch
 # rm -rf linux && mkdir linux; cp -a Documentation fs include linux
-# diff -urN /usr/share/empty linux | filterdiff -x linux/include/uapi/linux/Kbuild >> ~/rpm/packages/kernel/kernel-aufs4.patch
-# cat aufs4-loopback.patch >> ~/rpm/packages/kernel/kernel-aufs4.patch
+# diff -urN /usr/share/empty linux | filterdiff -x linux/include/uapi/linux/Kbuild >> ~/rpm/packages/kernel/kernel-aufs5.patch
+# cat aufs5-loopback.patch >> ~/rpm/packages/kernel/kernel-aufs5.patch
 #
-Patch145:      kernel-aufs4.patch
-Patch146:      kernel-aufs4+vserver.patch
+Patch145:      kernel-aufs5.patch
+Patch146:      kernel-aufs+vserver.patch
 
 # Show normal colors in menuconfig with ncurses ABI 6
 Patch250:      kernel-fix_256colors_menuconfig.patch
@@ -217,6 +217,7 @@ Patch2000:  kernel-small_fixes.patch
 Patch2001:     kernel-pwc-uncompress.patch
 Patch2003:     kernel-regressions.patch
 Patch2004:     xfs-reclaim-hack.patch
+Patch2005:     bz204119.patch
 
 # for rescuecd
 # based on ftp://ftp.leg.uct.ac.za/pub/linux/rip/tmpfs_root-2.6.30.diff.gz
@@ -246,7 +247,7 @@ BuildRequires:      libstdc++-devel
 BuildRequires: openssl-devel
 BuildRequires: perl-base
 BuildRequires: rpm-build >= 4.5-24
-BuildRequires: rpmbuild(macros) >= 1.707
+BuildRequires: rpmbuild(macros) >= 1.743
 %ifarch ppc
 BuildRequires: uboot-mkimage
 %endif
@@ -693,6 +694,7 @@ rm -f localversion-rt
 %patch2001 -p1
 #%patch2003 -p1
 %patch2004 -p1
+%patch2005 -p1
 
 # Do not remove this, please!
 #%%patch50000 -p1
This page took 0.054422 seconds and 4 git commands to generate.