diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-08-01 12:23:30 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-08-01 12:23:30 +0200 |
commit | 68beadfdb1951791edb3190ad19a98dd5a007494 (patch) | |
tree | e2663d01d8fbf95eac188f2ecb36b220102a0cb1 /SPECS | |
parent | 07dd9e0c355844722f3d7aa963a0d95b70160b24 (diff) | |
download | kernel-fsync-68beadfdb1951791edb3190ad19a98dd5a007494.tar.gz kernel-fsync-68beadfdb1951791edb3190ad19a98dd5a007494.zip |
kernel 5.13.5
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 403b8ac..b592e39 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -116,7 +116,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.13 -%define rpmversion 5.13.4 +%define rpmversion 5.13.5 %define stableversion 5.13 %define pkgrelease 201 @@ -646,7 +646,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.13.4.tar.xz +Source0: linux-5.13.5.tar.xz Source1: Makefile.rhelver @@ -801,8 +801,6 @@ Source4001: rpminspect.yaml %if !%{nopatches} Patch1: patch-%{stableversion}-redhat.patch -Patch2: usb-renesas-xhci-fix-handling-of-unknown-rom-state.patch - # linux-fsync patches Patch200: zen.patch Patch201: futex2.patch @@ -1322,8 +1320,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.13.4 -c -mv linux-5.13.4 linux-%{KVERREL} +%setup -q -n kernel-5.13.5 -c +mv linux-5.13.5 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -1331,8 +1329,6 @@ cp -a %{SOURCE1} . %if !%{nopatches} ApplyOptionalPatch patch-%{stableversion}-redhat.patch -ApplyOptionalPatch usb-renesas-xhci-fix-handling-of-unknown-rom-state.patch - # linux-fsync patches ApplyOptionalPatch zen.patch ApplyOptionalPatch futex2.patch @@ -2900,10 +2896,23 @@ fi # # %changelog -* Wed Jul 21 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.13.4-201.fsync -- Linux v5.13.4 futex2 zen openrgb +* Sun Aug 01 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.13.5-201.fsync +- Linux v5.13.5 futex2 zen openrgb + +* Sun Jul 25 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.5-200] +- kernel-5.13.5-0 (Justin M. Forbes) +- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes) +- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes) +- RHEL configs need this too (Justin M. Forbes) +- kernel-5.13.4-0 (Justin M. Forbes) +- Config update for 5.13.4 (Justin M. Forbes) +- kernel-5.13.3-0 (Justin M. Forbes) +- Don't tag a release as [redhat] (Justin M. Forbes) +- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) -* Tue Jul 20 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.4-200] +* Sun Jul 25 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.5-0] +- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes) +- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes) - RHEL configs need this too (Justin M. Forbes) - kernel-5.13.4-0 (Justin M. Forbes) - Config update for 5.13.4 (Justin M. Forbes) |