Version 1.5.5

- Fix a Makefile error.
This commit is contained in:
David Howells 2011-11-30 15:31:23 +00:00
parent 61cc7351b5
commit 885b79cc94
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ keyutils-1.5.tar.bz2
/keyutils-1.5.1.tar.bz2
/keyutils-1.5.2.tar.bz2
/keyutils-1.5.4.tar.bz2
/keyutils-1.5.5.tar.bz2

View File

@ -1,5 +1,5 @@
%define vermajor 1
%define verminor 5.4
%define verminor 5.5
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.5-1
- Fix a Makefile error.
* Tue Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.4-1
- Fix the keyctl padd command and similar to handle binary input.
- Make keyctl show able to take a keyring to dump.

View File

@ -1 +1 @@
2f6ae44171c40b901b907a016f3ec7d1 keyutils-1.5.4.tar.bz2
9e8ab5164bc8f84be148761cc89e9d6f keyutils-1.5.5.tar.bz2