Update to 6.1.24

This commit is contained in:
YellowJacketLinux 2023-04-14 19:24:06 -07:00
parent 85dff34388
commit 10393be7ba
2 changed files with 4870 additions and 24 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,17 @@
# no stripping # no stripping
%define debug_package %{nil} %global debug_package %{nil}
%define __strip /bin/true %global __strip /bin/true
# kernel tags # kernel tags
%define kseries 6.1 %global kseries 6.1
%define krel 23 %global krel 24
%define localktag genesis.1 %global localktag genesis.1
Name: kernel Name: kernel
Version: %{kseries}.%{krel} Version: %{kseries}.%{krel}
Release: %{?repo}%{localktag}%{?dist} Release: %{?repo}%{localktag}%{?dist}
Summary: The Linux kernel Summary: The Linux kernel
Group: System Environment/Core Group: System Environment/Kernel
License: GPLv2 License: GPLv2
URL: https://www.kernel.org URL: https://www.kernel.org
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{version}.tar.xz Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{version}.tar.xz
@ -22,8 +22,8 @@ Provides: linux-kernel = %{kseries}
#Requires: #Requires:
%description %description
This package contains the Linux kernel. You can not boot GNU/Linux without a This package contains the Linux kernel. You can not boot GNU/Linux
kernel. without a kernel.
%package modules %package modules
Summary: Linux Kernel Modules Summary: Linux Kernel Modules
@ -87,6 +87,9 @@ cp -r Documentation %{buildroot}%{_datadir}/doc/linux-%{version}
%changelog %changelog
* Fri Apr 14 2023 Michael A. Peters <anymouseprohet@gmail.com> - 6.1.24-genesis.1
- Update to 6.1.24
* Thu Apr 06 2023 Michael A. Peters <anymouseprohet@gmail.com> - 6.1.23-genesis.1 * Thu Apr 06 2023 Michael A. Peters <anymouseprohet@gmail.com> - 6.1.23-genesis.1
- Update to 6.1.23 - Update to 6.1.23