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.
1 parent c85bb50 commit a24b13cCopy full SHA for a24b13c
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