diff options
-rw-r--r-- | SOURCES/patch-5.17-redhat.patch | 2 | ||||
-rwxr-xr-x | SPECS/kernel.spec | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/SOURCES/patch-5.17-redhat.patch b/SOURCES/patch-5.17-redhat.patch index 358dea7..539c634 100644 --- a/SOURCES/patch-5.17-redhat.patch +++ b/SOURCES/patch-5.17-redhat.patch @@ -109,7 +109,7 @@ index 000000000000..733a26bd887a + +endmenu diff --git a/Makefile b/Makefile -index 25c44dda0ef3..5af0d61c0782 100644 +index d38228d336bf..5afb968d0add 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 14a5faf..458cee1 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.17 -%define rpmversion 5.17.12 +%define rpmversion 5.17.13 %define patchversion 5.17 %define pkgrelease 301 @@ -695,7 +695,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.17.12.tar.xz +Source0: linux-5.17.13.tar.xz Source1: Makefile.rhelver @@ -1401,8 +1401,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.17.12 -c -mv linux-5.17.12 linux-%{KVERREL} +%setup -q -n kernel-5.17.13 -c +mv linux-5.17.13 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3042,8 +3042,12 @@ fi # # %changelog -* Wed Jun 01 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.17.12-301.fsync -- Linux v5.17.12 futex2 zen openrgb +* Wed Jun 08 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.17.13-301.fsync +- Linux v5.17.13 futex2 zen openrgb + +* Mon Jun 06 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.13-0] +- Drop F34 from release targets (Justin M. Forbes) +- Add the fedora-stable-release.sh script to generate stable dist-git (Justin M. Forbes) * Mon May 30 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.12-0] - Revert "crypto: rng - Override drivers/char/random in FIPS mode" (Justin M. Forbes) |