mirror of https://github.com/dynup/kpatch
Merge branch 'master' into kpatch-delay
This commit is contained in:
commit
58ae6bd6ff
|
@ -1,6 +1,6 @@
|
|||
Name: kpatch
|
||||
Summary: Dynamic kernel patching
|
||||
Version: 0.5.0
|
||||
Version: 0.6.0
|
||||
License: GPLv2
|
||||
Group: System Environment/Kernel
|
||||
URL: http://github.com/dynup/kpatch
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
INSTALLDIR=/var/lib/kpatch
|
||||
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
||||
VERSION="0.5.0"
|
||||
VERSION="0.6.0"
|
||||
POST_ENABLE_WAIT=15 # seconds
|
||||
POST_SIGNAL_WAIT=60 # seconds
|
||||
|
||||
|
|
Loading…
Reference in New Issue