Version 1.5.8

- New lib symbols should go in a new library minor version.
This commit is contained in:
David Howells 2013-10-04 10:58:17 +01:00
parent b6b22a2dd6
commit 0a77729569
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/keyutils-1.5.7.tar.bz2
/keyutils-1.5.8.tar.bz2

View File

@ -1,10 +1,10 @@
%define vermajor 1
%define verminor 5.7
%define verminor 5.8
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
%define libapivermajor 1
%define libapiversion %{libapivermajor}.4
%define libapiversion %{libapivermajor}.5
# % define buildid .local
@ -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.

View File

@ -1 +1 @@
94eed05b7dad06e2e7e3ac079e9e76c5 keyutils-1.5.7.tar.bz2
3c7f463039b83833c12a9414c2fcb389 keyutils-1.5.8.tar.bz2