Skip to content

Commit

Permalink
Merge pull request #858 from joe-lawrence/release-v0.6.1
Browse files Browse the repository at this point in the history
Patch release v0.6.1
  • Loading branch information
joe-lawrence authored Jun 21, 2018
2 parents 2639b84 + 57def40 commit 7f550f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion contrib/kpatch.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -93,6 +93,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Tue May 29 2018 Joe Lawrence <[email protected]> - 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 <[email protected]> - 0.6.0
- Support and converted to livepatch-style hooks.
- Lots of misc bugfixes and cleanups
Expand Down
2 changes: 1 addition & 1 deletion kpatch/kpatch
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f550f0

Please sign in to comment.