mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-02-02 23:07:14 +08:00
Update to 6.1.24
This commit is contained in:
parent
85dff34388
commit
10393be7ba
4843
SOURCES/config-6.1.24-genesis.1
Normal file
4843
SOURCES/config-6.1.24-genesis.1
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,17 +1,17 @@
|
||||
# no stripping
|
||||
%define debug_package %{nil}
|
||||
%define __strip /bin/true
|
||||
%global debug_package %{nil}
|
||||
%global __strip /bin/true
|
||||
# kernel tags
|
||||
%define kseries 6.1
|
||||
%define krel 23
|
||||
%define localktag genesis.1
|
||||
%global kseries 6.1
|
||||
%global krel 24
|
||||
%global localktag genesis.1
|
||||
|
||||
Name: kernel
|
||||
Version: %{kseries}.%{krel}
|
||||
Release: %{?repo}%{localktag}%{?dist}
|
||||
Summary: The Linux kernel
|
||||
|
||||
Group: System Environment/Core
|
||||
Group: System Environment/Kernel
|
||||
License: GPLv2
|
||||
URL: https://www.kernel.org
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{version}.tar.xz
|
||||
@ -22,8 +22,8 @@ Provides: linux-kernel = %{kseries}
|
||||
#Requires:
|
||||
|
||||
%description
|
||||
This package contains the Linux kernel. You can not boot GNU/Linux without a
|
||||
kernel.
|
||||
This package contains the Linux kernel. You can not boot GNU/Linux
|
||||
without a kernel.
|
||||
|
||||
%package modules
|
||||
Summary: Linux Kernel Modules
|
||||
@ -87,6 +87,9 @@ cp -r Documentation %{buildroot}%{_datadir}/doc/linux-%{version}
|
||||
|
||||
|
||||
%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
|
||||
- Update to 6.1.23
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user