mirror of https://github.com/dynup/kpatch
commit
f817265c5a
|
@ -1,6 +1,6 @@
|
|||
Name: kpatch
|
||||
Summary: Dynamic kernel patching
|
||||
Version: 0.2.1
|
||||
Version: 0.2.2
|
||||
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
|
||||
* Wed Dec 3 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.2-1
|
||||
- rebased to current version
|
||||
|
||||
* Tue Sep 2 2014 Josh Poimboeuf <jpoimboe@redhat.com> - 0.2.1-1
|
||||
- rebased to current version
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
INSTALLDIR=/var/lib/kpatch
|
||||
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
|
||||
VERSION="0.2.1"
|
||||
VERSION="0.2.2"
|
||||
|
||||
usage_cmd() {
|
||||
printf ' %-20s\n %s\n' "$1" "$2" >&2
|
||||
|
|
Loading…
Reference in New Issue