From 3df4fefc1a6500a4a21eb3e399a49272050b4da0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 29 Sep 2022 14:04:06 -0500 Subject: kernel-6.0.0-0.rc7.20220929gitc3e0e1e23c70.50 * Thu Sep 29 2022 Fedora Kernel Team [6.0.0-0.rc7.c3e0e1e23c70.50] - Allow selftests to fail without killing the build (Justin M. Forbes) - redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) - redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) - redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) - redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) - common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) - Linux v6.0.0-0.rc7.c3e0e1e23c70 Resolves: Signed-off-by: Justin M. Forbes --- kernel.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d4b4c0021..c16d0af98 100755 --- a/kernel.spec +++ b/kernel.spec @@ -124,13 +124,13 @@ Summary: The Linux kernel # define buildid .local %define specversion 6.0.0 %define patchversion 6.0 -%define pkgrelease 0.rc7.20220928git49c13ed0316d.50 +%define pkgrelease 0.rc7.20220929gitc3e0e1e23c70.50 %define kversion 6 -%define tarfile_release 6.0-rc7-68-g49c13ed0316d +%define tarfile_release 6.0-rc7-81-gc3e0e1e23c70 # This is needed to do merge window version magic %define patchlevel 0 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc7.20220928git49c13ed0316d.50%{?buildid}%{?dist} +%define specrelease 0.rc7.20220929gitc3e0e1e23c70.50%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.0.0 @@ -3180,8 +3180,14 @@ fi # # %changelog -* Wed Sep 28 2022 Fedora Kernel Team [6.0.0-0.rc7.49c13ed0316d.50] +* Thu Sep 29 2022 Fedora Kernel Team [6.0.0-0.rc7.c3e0e1e23c70.50] - Allow selftests to fail without killing the build (Justin M. Forbes) +- redhat: Remove redhat/Makefile.rhpkg (Prarit Bhargava) +- redhat/Makefile: Move RHDISTGIT_CACHE and RHDISTGIT_TMP (Prarit Bhargava) +- redhat/Makefile.rhpkg: Remove RHDISTGIT_USER (Prarit Bhargava) +- redhat/Makefile: Move RHPKG_BIN to redhat/Makefile (Prarit Bhargava) +- common: clean up Android option with removal of CONFIG_ANDROID (Peter Robinson) +- Linux v6.0.0-0.rc7.c3e0e1e23c70 * Wed Sep 28 2022 Fedora Kernel Team [6.0.0-0.rc7.49c13ed0316d.49] - redhat/configs: Remove x86_64 from priority files (Prarit Bhargava) -- cgit