mirror of https://github.com/dynup/kpatch
Bump to version v0.9.8
Updates of interest: v0.9.8: - Clang fix ups from Pete Swain - Support for gcc-12 - Support for Linux 5.19 - Added RHEL-8.7 and 9.1 integration tests - Fixed __UNIQUE_ID() variable correlation - Improved handling of unsupported static calls Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
parent
8ddfc5d25e
commit
2db193eb8b
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Name: kpatch
|
Name: kpatch
|
||||||
Summary: Dynamic kernel patching
|
Summary: Dynamic kernel patching
|
||||||
Version: 0.9.7
|
Version: 0.9.8
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
URL: http://github.com/dynup/kpatch
|
URL: http://github.com/dynup/kpatch
|
||||||
|
@ -104,6 +104,14 @@ rm -rf %{buildroot}
|
||||||
%{_mandir}/man1/kpatch-build.1*
|
%{_mandir}/man1/kpatch-build.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 8 2023 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.8
|
||||||
|
* Clang fix ups from Pete Swain
|
||||||
|
* Support for gcc-12
|
||||||
|
* Support for Linux 5.19
|
||||||
|
* Added RHEL-8.7 and 9.1 integration tests
|
||||||
|
* Fixed __UNIQUE_ID() variable correlation
|
||||||
|
* Improved handling of unsupported static calls
|
||||||
|
|
||||||
* Wed Sep 14 Yannick Cote <ycote@redhat.com> - 0.9.7
|
* Wed Sep 14 Yannick Cote <ycote@redhat.com> - 0.9.7
|
||||||
* S390x kpatch support
|
* S390x kpatch support
|
||||||
* Add support for openEuler + documentation (kpatch-build)
|
* Add support for openEuler + documentation (kpatch-build)
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
INSTALLDIR=/var/lib/kpatch
|
INSTALLDIR=/var/lib/kpatch
|
||||||
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
||||||
VERSION="0.9.7"
|
VERSION="0.9.8"
|
||||||
POST_ENABLE_WAIT=15 # seconds
|
POST_ENABLE_WAIT=15 # seconds
|
||||||
POST_SIGNAL_WAIT=60 # seconds
|
POST_SIGNAL_WAIT=60 # seconds
|
||||||
MODULE_REF_WAIT=15 # seconds
|
MODULE_REF_WAIT=15 # seconds
|
||||||
|
|
Loading…
Reference in New Issue