From d8b7392fd8337ed42b13bbe1ef86f4c8a0a758df Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 23 Dec 2021 12:54:23 -0600 Subject: kernel-5.16-0.rc6.20211223gitbc491fb12513.44 * Thu Dec 23 2021 Justin M. Forbes [5.16-0.rc6.20211223gitbc491fb12513.44] - Fedora configs for 5.16 pt 1 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 7c4607478..1b742d2ae 100755 --- a/kernel.spec +++ b/kernel.spec @@ -87,7 +87,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 0 -%global distro_build 0.rc6.20211222git2f47a9a4dfa3.43 +%global distro_build 0.rc6.20211223gitbc491fb12513.44 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -132,13 +132,13 @@ Summary: The Linux kernel %define rpmversion 5.16.0 %define patchversion 5.16 -%define pkgrelease 0.rc6.20211222git2f47a9a4dfa3.43 +%define pkgrelease 0.rc6.20211223gitbc491fb12513.44 # This is needed to do merge window version magic %define patchlevel 16 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc6.20211222git2f47a9a4dfa3.43%{?buildid}%{?dist} +%define specrelease 0.rc6.20211223gitbc491fb12513.44%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -689,7 +689,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.16-rc6-31-g2f47a9a4dfa3.tar.xz +Source0: linux-5.16-rc6-48-gbc491fb12513.tar.xz Source1: Makefile.rhelver @@ -1383,8 +1383,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16-rc6-31-g2f47a9a4dfa3 -c -mv linux-5.16-rc6-31-g2f47a9a4dfa3 linux-%{KVERREL} +%setup -q -n kernel-5.16-rc6-48-gbc491fb12513 -c +mv linux-5.16-rc6-48-gbc491fb12513 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2981,6 +2981,9 @@ fi # # %changelog +* Thu Dec 23 2021 Justin M. Forbes [5.16-0.rc6.20211223gitbc491fb12513.44] +- Fedora configs for 5.16 pt 1 (Justin M. Forbes) + * Tue Dec 21 2021 Fedora Kernel Team [5.16-0.rc6.20211221git59b3f9448833.42] - Update rebase-notes with dracut 5.17 information (Justin M. Forbes) -- cgit