0.2.1 release

This commit is contained in:
Josh Poimboeuf 2014-09-02 11:11:14 -05:00
parent d0606ae91d
commit 24d8e961ea
2 changed files with 5 additions and 2 deletions

View File

@ -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
@ -95,6 +95,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*
%changelog
* Tue Sep 2 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.1-1
- rebased to current version
* Mon Jul 28 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.1.9-1
- moved core module to /usr/lib/kpatch
- rebased to current version

View File

@ -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