We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c85bb50 + a24b13c commit 706b63aCopy full SHA for 706b63a
contrib/kpatch.spec
@@ -1,6 +1,6 @@
1
Name: kpatch
2
Summary: Dynamic kernel patching
3
-Version: 0.2.2
+Version: 0.3.2
4
License: GPLv2
5
Group: System Environment/Kernel
6
URL: http://github.com/dynup/kpatch
kpatch/kpatch
@@ -25,7 +25,7 @@
25
26
INSTALLDIR=/var/lib/kpatch
27
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
28
-VERSION="0.2.2"
+VERSION="0.3.2"
29
30
usage_cmd() {
31
printf ' %-20s\n %s\n' "$1" "$2" >&2
0 commit comments