aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-10-04 10:48:56 +0100
committerDavid Howells <dhowells@redhat.com>2013-10-04 10:50:21 +0100
commitdd64114721edca5808872190e7e2e927ee2e994c (patch)
tree6a1977f386565a23da4faf40cb1b5e8d562da203
parent425a74309737a8c96cdd8bb9189bb3dbb6a92a8d (diff)
downloadkeyutils-dd64114721edca5808872190e7e2e927ee2e994c.tar.gz
Move to version 1.5.8v1.5.8
-rw-r--r--keyutils.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 1ac5598..b1ba3e8 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 5.7
+%define verminor 5.8
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Fri Oct 4 2013 David Howells <dhowells@redhat.com> - 1.5.8-1
+- New lib symbols should go in a new library minor version.
+
* Wed Oct 2 2013 David Howells <dhowells@redhat.com> - 1.5.7-1
- Provide a utility function to find a key by type and name.
- Allow keyctl commands to take a type+name arg instead of a key-id arg.