Browse Source

kernel-5.4.106-1

Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
1288d4bdef

File diff suppressed because it is too large
+ 208 - 159
k/kernel/configs/kernel-5.4-i686-pae.config


File diff suppressed because it is too large
+ 210 - 150
k/kernel/configs/kernel-5.4-i686.config


File diff suppressed because it is too large
+ 183 - 127
k/kernel/configs/kernel-5.4-x86_64.config


+ 12 - 8
k/kernel/kernel-vl.spec

@@ -14,9 +14,8 @@
 %global mkinitrd_version 6.0.93
 %endif
 
-
-Summary: The Linux kernel (the core of the Linux operating system)
-Summary(ja): Linux カーネル (Linux オペレーティングシステムの心臓部分)
+# kernel packages are duplicatable
+%global _docdir_fmt %%{name}-%%{version}
 
 # What parts do we want to build?  We must build at least one kernel.
 # These are the kernels that are built IF the architecture allows it.
@@ -40,7 +39,7 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 # adding some text to the end of the version number.
 #
 %define sublevel 4
-%define patchlevel 104
+%define patchlevel 106
 %define kversion 5.%{sublevel}
 %define rpmversion 5.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
@@ -184,12 +183,14 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 #
 
 Name: kernel
+Summary: The Linux kernel (the core of the Linux operating system)
+Summary(ja): Linux カーネル (Linux オペレーティングシステムの心臓部分)
 Version: %{rpmversion}
 Release: %{release}
 Group: system
-Vendor:		Project Vine
-Distribution:	Vine Linux
-Packager:	daisuke, shaolin, iwamoto
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke, shaolin, iwamoto
 
 License: GPLv2
 
@@ -1203,10 +1204,13 @@ fi
 
 
 %changelog
+* Sat Mar 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.106-1
+- updated to 5.4.106.
+
 * Thu Mar 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.104-1
 - updated to 5.4.104.
 - fixed kernel config for i686.
-- compressed kernel modules.
+- xz-compressed kernel modules.
 
 * Sat Jan 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.93-1
 - updated to 5.4.93.

Some files were not shown because too many files changed in this diff