File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Name: kpatch
22Summary: Dynamic kernel patching
3- Version: 0.2.1
3+ Version: 0.2.2
44License: GPLv2
55Group: System Environment/Kernel
66URL: http://github.com/dynup/kpatch
@@ -95,6 +95,9 @@ rm -rf %{buildroot}
9595%{_mandir }/man1/kpatch-build.1*
9696
9797%changelog
98+ * Wed Dec 3 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.2-1
99+ - rebased to current version
100+
98101* Tue Sep 2 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.1-1
99102- rebased to current version
100103
Original file line number Diff line number Diff line change 2525
2626INSTALLDIR=/var/lib/kpatch
2727SCRIPTDIR=" $( readlink -f $( dirname $( type -p $0 ) ) ) "
28- VERSION=" 0.2.1 "
28+ VERSION=" 0.2.2 "
2929
3030usage_cmd () {
3131 printf ' %-20s\n %s\n' " $1 " " $2 " >&2
You can’t perform that action at this time.
0 commit comments