kernel-5.19.17-100

* Mon Oct 24 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.17-1]
- Linux v5.19.17
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2022-10-24 09:38:14 -05:00
commit 6723b25030
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
12 changed files with 29 additions and 177 deletions

View file

@ -122,17 +122,17 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specversion 5.19.16
%define specversion 5.19.17
%define patchversion 5.19
%define pkgrelease 101
%define pkgrelease 100
%define kversion 5
%define tarfile_release 5.19.16
%define tarfile_release 5.19.17
# This is needed to do merge window version magic
%define patchlevel 19
# 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 5.19.16
%define kabiversion 5.19.17
#
# End of genspec.sh variables
@ -3138,6 +3138,12 @@ fi
#
#
%changelog
* Mon Oct 24 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.17-100]
- Reset release (Justin M. Forbes)
* Mon Oct 24 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.17-1]
- Linux v5.19.17
* Fri Oct 21 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.16-1]
- Bump for build (Justin M. Forbes)
- drm/vc4: hdmi: Fix HSM clock too low on Pi4 (maxime@cerno.tech)