We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fed248 + 874c438 commit f817265Copy full SHA for f817265
contrib/kpatch.spec
@@ -1,6 +1,6 @@
1
Name: kpatch
2
Summary: Dynamic kernel patching
3
-Version: 0.2.1
+Version: 0.2.2
4
License: GPLv2
5
Group: System Environment/Kernel
6
URL: http://github.com/dynup/kpatch
@@ -95,6 +95,9 @@ rm -rf %{buildroot}
95
%{_mandir}/man1/kpatch-build.1*
96
97
%changelog
98
+* Wed Dec 3 2014 Josh Poimboeuf <[email protected]> - 0.2.2-1
99
+- rebased to current version
100
+
101
* Tue Sep 2 2014 Josh Poimboeuf <[email protected]> - 0.2.1-1
102
- rebased to current version
103
kpatch/kpatch
@@ -25,7 +25,7 @@
25
26
INSTALLDIR=/var/lib/kpatch
27
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
28
-VERSION="0.2.1"
+VERSION="0.2.2"
29
30
usage_cmd() {
31
printf ' %-20s\n %s\n' "$1" "$2" >&2
0 commit comments