aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-08-29 21:50:40 +0100
committerDavid Howells <dhowells@redhat.com>2013-08-29 23:05:30 +0100
commitb59512468561ffc3f85d1e808b5d2ae6a6313276 (patch)
tree920b837bf4e235845f005569c6f98890a613623b
parent14300bef617cae946cf3456908f02fb54d043a34 (diff)
downloadkeyutils-b59512468561ffc3f85d1e808b5d2ae6a6313276.tar.gz
Move to version 1.5.6v1.5.6
-rw-r--r--keyutils.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/keyutils.spec b/keyutils.spec
index c0c7738..4d616fe 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.5
+%define verminor 5.6
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@@ -11,7 +11,7 @@
Summary: Linux Key Management Utilities
Name: keyutils
Version: %{version}
-Release: 1%{?dist}%{?buildid}
+Release: 1%{?buildid}%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
ExclusiveOS: Linux
@@ -95,6 +95,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Thu Aug 29 2013 David Howells <dhowells@redhat.com> - 1.5.6-1
+- Fix the request-key.conf.5 manpage.
+- Fix the max depth of key tree dump (keyctl show).
+- The input buffer size for keyctl padd and pinstantiate should be larger.
+- Add keyctl_invalidate.3 manpage.
+
* Wed Nov 30 2011 David Howells <dhowells@redhat.com> - 1.5.5-1
- Fix a Makefile error.