diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-02-27 17:07:46 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-02-27 17:07:46 +0100 |
commit | 8694f598ffabe1d721953a8a4c8305a7214153b2 (patch) | |
tree | a15102297aa07a40013e635215e15ac885c91a38 /SPECS/kernel.spec | |
parent | e2f40c917d0c4f55656e5aa8d6eba5aaaa9f6df5 (diff) | |
download | kernel-fsync-8694f598ffabe1d721953a8a4c8305a7214153b2.tar.gz kernel-fsync-8694f598ffabe1d721953a8a4c8305a7214153b2.zip |
kernel 5.16.11
Diffstat (limited to 'SPECS/kernel.spec')
-rwxr-xr-x | SPECS/kernel.spec | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 664bfa5..675f6dd 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -130,7 +130,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.16 -%define rpmversion 5.16.10 +%define rpmversion 5.16.11 %define patchversion 5.16 %define pkgrelease 201 @@ -692,7 +692,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.16.10.tar.xz +Source0: linux-5.16.11.tar.xz Source1: Makefile.rhelver @@ -1395,8 +1395,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16.10 -c -mv linux-5.16.10 linux-%{KVERREL} +%setup -q -n kernel-5.16.11 -c +mv linux-5.16.11 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -1964,12 +1964,11 @@ BuildKernel() { # Clean up intermediate tools files find $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/tools \( -iname "*.o" -o -iname "*.cmd" \) -exec rm -f {} + - # Make sure the Makefile and version.h have a matching timestamp so that - # external modules can be built - touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/generated/uapi/linux/version.h - - # Copy .config to include/config/auto.conf so "make prepare" is unnecessary. - cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf + # Make sure the Makefile, version.h, and auto.conf have a matching + # timestamp so that external modules can be built + touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile \ + $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/generated/uapi/linux/version.h \ + $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf %if %{with_debuginfo} eu-readelf -n vmlinux | grep "Build ID" | awk '{print $NF}' > vmlinux.id @@ -3004,10 +3003,11 @@ fi # # %changelog -* Fri Feb 18 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.16.10-201 -- Linux v5.16.10 futex2 zen openrgb +* Sun Feb 27 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.16.11-201 +- Linux v5.16.11 futex2 zen openrgb -* Wed Feb 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.10-200] +* Wed Feb 23 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.11-0] +- spec: don't overwrite auto.conf with .config (Ondrej Mosnacek) - New configs for 5.16.10 (Justin M. Forbes) * Wed Feb 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.10-0] |