|
@@ -40,7 +40,7 @@
|
|
# adding some text to the end of the version number.
|
|
# adding some text to the end of the version number.
|
|
#
|
|
#
|
|
%define sublevel 10
|
|
%define sublevel 10
|
|
-%define patchlevel 140
|
|
+%define patchlevel 142
|
|
%define kversion 5.%{sublevel}
|
|
%define kversion 5.%{sublevel}
|
|
%define rpmversion 5.%{sublevel}.%{patchlevel}
|
|
%define rpmversion 5.%{sublevel}.%{patchlevel}
|
|
%define release 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
%define release 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
@@ -281,6 +281,13 @@ Patch2301: linux-2.6.23-VMWare5-fix-LSI_emulation.patch
|
|
Patch10000: linux-5.10-LINUX_COMPILER-LANG_C.patch
|
|
Patch10000: linux-5.10-LINUX_COMPILER-LANG_C.patch
|
|
Patch10010: linux-5.4_tmon_Makefile.patch
|
|
Patch10010: linux-5.4_tmon_Makefile.patch
|
|
|
|
|
|
|
|
+# https://github.com/gregkh/linux/commit/a45b3d6926231c3d024ea0de4f7bd967f83709ee
|
|
|
|
+Patch10020: libbfd1.patch
|
|
|
|
+# https://github.com/gregkh/linux/commit/600b7b26c07a070d0153daa76b3806c1e52c9e00
|
|
|
|
+Patch10021: libbfd2.patch
|
|
|
|
+# https://github.com/gregkh/linux/commit/cfd59ca91467056bb2c36907b2fa67b8e1af9952
|
|
|
|
+Patch10022: libbfd3.patch
|
|
|
|
+
|
|
# Security fix patches
|
|
# Security fix patches
|
|
|
|
|
|
# END OF PATCH DEFINITIONS
|
|
# END OF PATCH DEFINITIONS
|
|
@@ -556,6 +563,11 @@ cd linux-%{kversion}
|
|
|
|
|
|
%patch10010 -p1
|
|
%patch10010 -p1
|
|
|
|
|
|
|
|
+# for binutils-2.39
|
|
|
|
+%patch10020 -p1
|
|
|
|
+%patch10021 -p1
|
|
|
|
+%patch10022 -p1
|
|
|
|
+
|
|
# security fix
|
|
# security fix
|
|
|
|
|
|
|
|
|
|
@@ -1194,6 +1206,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.142-1
|
|
|
|
+- updated to 5.10.142.
|
|
|
|
+
|
|
* Thu Sep 01 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.140-1
|
|
* Thu Sep 01 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.140-1
|
|
- updated to 5.10.140.
|
|
- updated to 5.10.140.
|
|
|
|
|