|
@@ -39,8 +39,8 @@
|
|
|
# that the kernel isn't the stock distribution kernel, for example by
|
|
|
# adding some text to the end of the version number.
|
|
|
#
|
|
|
-%define sublevel 4
|
|
|
-%define patchlevel 116
|
|
|
+%define sublevel 10
|
|
|
+%define patchlevel 36
|
|
|
%define kversion 5.%{sublevel}
|
|
|
%define rpmversion 5.%{sublevel}.%{patchlevel}
|
|
|
%define release 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
@@ -278,7 +278,7 @@ Patch2301: linux-2.6.23-VMWare5-fix-LSI_emulation.patch
|
|
|
# amount of drivers they touch. But only these should go here.
|
|
|
# Not patches you're too lazy for to put in the proper place.
|
|
|
#
|
|
|
-Patch10000: linux-5.4-LINUX_COMPILER-LANG_C.patch
|
|
|
+Patch10000: linux-5.10-LINUX_COMPILER-LANG_C.patch
|
|
|
Patch10010: linux-5.4_tmon_Makefile.patch
|
|
|
|
|
|
# Security fix patches
|
|
@@ -551,7 +551,8 @@ cd linux-%{kversion}
|
|
|
# final stuff
|
|
|
#
|
|
|
# do not include localized version string in /proc/version
|
|
|
-%patch10000 -p1
|
|
|
+# recent gcc doesn't need this
|
|
|
+#patch10000 -p1
|
|
|
|
|
|
%patch10010 -p1
|
|
|
|
|
@@ -1172,6 +1173,10 @@ rm -f /lib/modules/"%{KVERREL}pae"/modules.{alias{,.bin},builtin.bin,dep{,.bin},
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed May 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.36-1
|
|
|
+- updated to 5.10.36.
|
|
|
+- updated but disabled Patch10000: not needed for recent gcc.
|
|
|
+
|
|
|
* Thu May 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.116-1
|
|
|
- updated to 5.4.116.
|
|
|
|