kernel-6.3.5-100

* Tue May 30 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.5-0]
- Drop rhelver for 6.3.5 (Justin M. Forbes)
- Linux v6.3.5
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2023-05-30 10:04:07 -05:00
commit db0dbac37d
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
4 changed files with 17 additions and 26 deletions

View file

@ -142,18 +142,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.3.4
%define specversion 6.3.4
%define specrpmversion 6.3.5
%define specversion 6.3.5
%define patchversion 6.3
%define pkgrelease 101
%define pkgrelease 100
%define kversion 6
%define tarfile_release 6.3.4
%define tarfile_release 6.3.5
# This is needed to do merge window version magic
%define patchlevel 3
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 101%{?buildid}%{?dist}
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.3.4
%define kabiversion 6.3.5
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -3406,6 +3406,10 @@ fi
#
#
%changelog
* Tue May 30 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.5-0]
- Drop rhelver for 6.3.5 (Justin M. Forbes)
- Linux v6.3.5
* Sat May 27 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.4-1]
- Bump rhelver for build with xfs fix (Justin M. Forbes)
- xfs: fix livelock in delayed allocation at ENOSPC (Dave Chinner)