File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 66
77Name: kpatch
88Summary: Dynamic kernel patching
9- Version: 0.9.7
9+ Version: 0.9.8
1010License: GPLv2
1111Group: System Environment/Kernel
1212URL: http://github.com/dynup/kpatch
@@ -104,6 +104,14 @@ rm -rf %{buildroot}
104104%{_mandir }/man1/kpatch-build.1*
105105
106106%changelog
107+ * Wed Mar 8 2023 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.8
108+ * Clang fix ups from Pete Swain
109+ * Support for gcc-12
110+ * Support for Linux 5.19
111+ * Added RHEL-8.7 and 9.1 integration tests
112+ * Fixed __UNIQUE_ID() variable correlation
113+ * Improved handling of unsupported static calls
114+
107115* Wed Sep 14 Yannick Cote <ycote@redhat.com> - 0.9.7
108116* S390x kpatch support
109117* Add support for openEuler + documentation (kpatch-build)
Original file line number Diff line number Diff line change 2525
2626INSTALLDIR=/var/lib/kpatch
2727SCRIPTDIR=" $( readlink -f " $( dirname " $( type -p " $0 " ) " ) " ) "
28- VERSION=" 0.9.7 "
28+ VERSION=" 0.9.8 "
2929POST_ENABLE_WAIT=15 # seconds
3030POST_SIGNAL_WAIT=60 # seconds
3131MODULE_REF_WAIT=15 # seconds
You can’t perform that action at this time.
0 commit comments