Added new release 6.12.1 (#1)

https://elrepo.org/linux/kernel/el9/SRPMS/

Updating the kernel version to 6.12.1

Reviewed-on: #1
Co-authored-by: ebasov <eduard.basov@softline.com>
Co-committed-by: ebasov <eduard.basov@softline.com>
i9
ebasov 3 weeks ago committed by Arkady L. Shane
parent 4c2f7e91a5
commit 160940ae4b

2
.gitignore vendored

@ -1 +1 @@
SOURCES/linux-6.10.4.tar.xz SOURCES/linux-6.12.1.tar.xz

@ -1 +1 @@
b0a7bdfc9b1d2398a011daab1091f88c18df1864 SOURCES/linux-6.10.4.tar.xz 3cb9a1a5d0c53d6a5fc5cd9438a36330151b4e5f SOURCES/linux-6.12.1.tar.xz

@ -24,7 +24,7 @@
%global _binary_payload w3T.xzdio %global _binary_payload w3T.xzdio
# Define the version of the Linux Kernel Archive tarball. # Define the version of the Linux Kernel Archive tarball.
%global LKAver 6.10.4 %global LKAver 6.12.1
# Define the buildid, if required. # Define the buildid, if required.
#global buildid .local #global buildid .local
@ -333,6 +333,12 @@ Obsoletes: cpufrequtils < 1:009-0.6.p1
Provides: cpufrequtils = 1:009-0.6.p1 Provides: cpufrequtils = 1:009-0.6.p1
Obsoletes: cpuspeed < 1:1.5-16 Obsoletes: cpuspeed < 1:1.5-16
Requires: %{name}-tools-libs = %{version}-%{release} Requires: %{name}-tools-libs = %{version}-%{release}
%if "%{name}" == "kernel-ml"
Conflicts: kernel-lt-tools
%else
# it's kernel-lt
Conflicts: kernel-ml-tools
%endif
%define __requires_exclude ^%{_bindir}/python %define __requires_exclude ^%{_bindir}/python
%description -n %{name}-tools %description -n %{name}-tools
This package contains the tools/ directory from the Linux kernel This package contains the tools/ directory from the Linux kernel
@ -343,6 +349,12 @@ Summary: Libraries for the %{name}-tools.
License: GPLv2 License: GPLv2
Obsoletes: kernel-tools-libs < %{version} Obsoletes: kernel-tools-libs < %{version}
Provides: kernel-tools-libs = %{version}-%{release} Provides: kernel-tools-libs = %{version}-%{release}
%if "%{name}" == "kernel-ml"
Conflicts: kernel-lt-tools-libs
%else
# it's kernel-lt
Conflicts: kernel-ml-tools-libs
%endif
%description -n %{name}-tools-libs %description -n %{name}-tools-libs
This package contains the libraries built from the tools/ directory This package contains the libraries built from the tools/ directory
of the Linux kernel source. of the Linux kernel source.
@ -357,6 +369,12 @@ Provides: cpupowerutils-devel = 1:009-0.6.p1
Provides: %{name}-tools-devel Provides: %{name}-tools-devel
Requires: %{name}-tools-libs = %{version}-%{release} Requires: %{name}-tools-libs = %{version}-%{release}
Requires: %{name}-tools = %{version}-%{release} Requires: %{name}-tools = %{version}-%{release}
%if "%{name}" == "kernel-ml"
Conflicts: kernel-lt-tools-libs-devel
%else
# it's kernel-lt
Conflicts: kernel-ml-tools-libs-devel
%endif
%description -n %{name}-tools-libs-devel %description -n %{name}-tools-libs-devel
This package contains the development files for the tools/ directory This package contains the development files for the tools/ directory
of the Linux kernel source. of the Linux kernel source.
@ -1494,6 +1512,10 @@ fi
%kernel_ml_variant_files %{_use_vdso} %{with_std} %kernel_ml_variant_files %{_use_vdso} %{with_std}
%changelog %changelog
* Tue Dec 3 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 6.12.1-1.inferit
- Rebuild for MSVSphere 9.5
- Update to 6.12.1
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.10.4-1.inferit * Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.10.4-1.inferit
- Update to 6.10.4 - Update to 6.10.4
Loading…
Cancel
Save