kernel-5.18.9-100

* Sat Jul 02 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.9-0]
- Revert "smb3: fix empty netname context on secondary channels" (Justin M. Forbes)
- Revert "smb3: use netname when available on secondary channels" (Justin M. Forbes)
- fedora: arm: enable a couple of QCom drivers (Peter Robinson)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2022-07-02 10:31:40 -05:00
commit e65b3217d2
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
6 changed files with 66 additions and 9 deletions

View file

@ -122,11 +122,11 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specversion 5.18.8
%define specversion 5.18.9
%define patchversion 5.18
%define pkgrelease 100
%define kversion 5
%define tarfile_release 5.18.8
%define tarfile_release 5.18.9
# This is needed to do merge window version magic
%define patchlevel 18
# allow pkg_release to have configurable %%{?dist} tag
@ -3034,6 +3034,11 @@ fi
#
#
%changelog
* Sat Jul 02 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.9-0]
- Revert "smb3: fix empty netname context on secondary channels" (Justin M. Forbes)
- Revert "smb3: use netname when available on secondary channels" (Justin M. Forbes)
- fedora: arm: enable a couple of QCom drivers (Peter Robinson)
* Wed Jun 29 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.18.8-0]
- Remove RHJOBS define from fedora-stable-release.sh (Justin M. Forbes)