diff options
-rw-r--r-- | SOURCES/Patchlist.changelog | 3 | ||||
-rw-r--r-- | SOURCES/patch-5.16-redhat.patch | 2 | ||||
-rwxr-xr-x | SPECS/kernel.spec | 22 |
3 files changed, 20 insertions, 7 deletions
diff --git a/SOURCES/Patchlist.changelog b/SOURCES/Patchlist.changelog index ab06ca6..8ca6c1e 100644 --- a/SOURCES/Patchlist.changelog +++ b/SOURCES/Patchlist.changelog @@ -1,3 +1,6 @@ +https://gitlab.com/cki-project/kernel-ark/-/commit/78d32feef05fdbc59daccda9b8b1cacf872a95ba + 78d32feef05fdbc59daccda9b8b1cacf872a95ba Revert "ath11k: add support for WCN6855 hw2.1" + https://gitlab.com/cki-project/kernel-ark/-/commit/cb99932837e78b1f5fd6b1befaf547022225baee cb99932837e78b1f5fd6b1befaf547022225baee ath11k: add support for WCN6855 hw2.1 diff --git a/SOURCES/patch-5.16-redhat.patch b/SOURCES/patch-5.16-redhat.patch index e0a88e2..f0be9cb 100644 --- a/SOURCES/patch-5.16-redhat.patch +++ b/SOURCES/patch-5.16-redhat.patch @@ -45,7 +45,7 @@ 44 files changed, 746 insertions(+), 191 deletions(-) diff --git a/Makefile b/Makefile -index 2f0e5c3d9e2a..d71b7646e438 100644 +index b642e5650c0b..0544885c2d08 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 68de6c3..fde00ee 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.5 +%define rpmversion 5.16.7 %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.5.tar.xz +Source0: linux-5.16.7.tar.xz Source1: Makefile.rhelver @@ -1395,8 +1395,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16.5 -c -mv linux-5.16.5 linux-%{KVERREL} +%setup -q -n kernel-5.16.7 -c +mv linux-5.16.7 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3004,8 +3004,18 @@ fi # # %changelog -* Sun Feb 06 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.16.5-201 -- Linux v5.16.5 fsync zen openrgb +* Fri Feb 11 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.16.7-201 +- Linux v5.16.7 futex2 zen openrgb + +* Sun Feb 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.7-200] +- Fix up Changelog for 5.16.7 (Justin M. Forbes) + +* Sun Feb 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.7-0] +- Linux v5.16.7 + +* Sat Feb 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.6-0] +- Revert "ath11k: add support for WCN6855 hw2.1" (Justin M. Forbes) +- Changelog updates for rebase (Justin M. Forbes) * Tue Feb 01 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.5-0] - Linux v5.16.5 rebase |