Skip to content

Commit

Permalink
Merge pull request #393 from jpoimboe/0.2.1
Browse files Browse the repository at this point in the history
0.2.1 release
  • Loading branch information
jpoimboe committed Sep 2, 2014
2 parents d0606ae + 24d8e96 commit 0fd7f7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion contrib/kpatch.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.2.0
Version: 0.2.1
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Expand Down Expand Up @@ -95,6 +95,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Tue Sep 2 2014 Josh Poimboeuf <[email protected]> - 0.2.1-1
- rebased to current version

* Mon Jul 28 2014 Josh Poimboeuf <[email protected]> - 0.1.9-1
- moved core module to /usr/lib/kpatch
- rebased to current version
Expand Down
2 changes: 1 addition & 1 deletion kpatch/kpatch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

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

0 comments on commit 0fd7f7f

Please sign in to comment.