mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-02-03 07:17: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
|
# 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user