summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 6db2f0e6f..0b624c132 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -138,7 +138,7 @@ Summary: The Linux kernel
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 225%{?buildid}%{?dist}
# This defines the kabi tarball version
-%define kabiversion 6.1.1
+%define kabiversion 6.1.2
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@@ -3184,6 +3184,12 @@ fi
#
#
%changelog
+* Sat Dec 31 2022 Justin M. Forbes <jforbes@fedoraproject.org> [6.1.2-0]
+- Configs fix up for 6.1.2 (Justin M. Forbes)
+- disable enum64 BTF in fedora rawhide (Jiri Olsa)
+- Turn on CONFIG_SC_GPUCC_8280XP (Justin M. Forbes)
+- Linux v6.1.2
+
* Wed Dec 21 2022 Justin M. Forbes <jforbes@fedoraproject.org> [6.1.1-0]
- ovl: update ->f_iocb_flags when ovl_change_flags() modifies ->f_flags (Al Viro)
- Updates for building stable Fedora (Justin M. Forbes)