Skip to content

Commit 0fd7f7f

Browse files
committed
Merge pull request #393 from jpoimboe/0.2.1
0.2.1 release
2 parents d0606ae + 24d8e96 commit 0fd7f7f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

contrib/kpatch.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: kpatch
22
Summary: Dynamic kernel patching
3-
Version: 0.2.0
3+
Version: 0.2.1
44
License: GPLv2
55
Group: System Environment/Kernel
66
URL: http://github.com/dynup/kpatch
@@ -95,6 +95,9 @@ rm -rf %{buildroot}
9595
%{_mandir}/man1/kpatch-build.1*
9696

9797
%changelog
98+
* Tue Sep 2 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.1-1
99+
- rebased to current version
100+
98101
* Mon Jul 28 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.1.9-1
99102
- moved core module to /usr/lib/kpatch
100103
- rebased to current version

kpatch/kpatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
INSTALLDIR=/var/lib/kpatch
2727
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
28-
VERSION="0.2.0"
28+
VERSION="0.2.1"
2929

3030
usage_cmd() {
3131
printf ' %-20s\n %s\n' "$1" "$2" >&2

0 commit comments

Comments
 (0)