We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e00c94 + 2935ec3 commit 4e1a596Copy full SHA for 4e1a596
contrib/kpatch.spec
@@ -1,6 +1,6 @@
1
Name: kpatch
2
Summary: Dynamic kernel patching
3
-Version: 0.3.3
+Version: 0.3.4
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.3.3"
+VERSION="0.3.4"
29
30
usage_cmd() {
31
printf ' %-20s\n %s\n' "$1" "$2" >&2
0 commit comments