mirror of
https://github.com/dynup/kpatch
synced 2025-03-21 10:26:39 +00:00
Merge pull request #858 from joe-lawrence/release-v0.6.1
Patch release v0.6.1
This commit is contained in:
commit
7f550f01bd
@ -1,6 +1,6 @@
|
||||
Name: kpatch
|
||||
Summary: Dynamic kernel patching
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
License: GPLv2
|
||||
Group: System Environment/Kernel
|
||||
URL: http://github.com/dynup/kpatch
|
||||
@ -93,6 +93,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/kpatch-build.1*
|
||||
|
||||
%changelog
|
||||
* Tue May 29 2018 Joe Lawrence <joe.lawrence@redhat.com> - 0.6.1
|
||||
- Increase the transition timeout, helpful for large CPU count systems
|
||||
- Miscellaneous unit testing, ppc64, etc. fixes
|
||||
|
||||
* Mon Apr 22 2018 Josh Poimboeuf <jpoimboe@redhat.com> - 0.6.0
|
||||
- Support and converted to livepatch-style hooks.
|
||||
- Lots of misc bugfixes and cleanups
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
INSTALLDIR=/var/lib/kpatch
|
||||
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.6.1"
|
||||
POST_ENABLE_WAIT=15 # seconds
|
||||
POST_SIGNAL_WAIT=60 # seconds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user