[keyutils] Version 1.5.7

David Howells dhowells at fedoraproject.org
Wed Oct 2 15:39:05 UTC 2013


commit b6b22a2dd6f005b6ad692d25288cec07a634fa5d
Author: David Howells <dhowells at redhat.com>
Date:   Wed Oct 2 16:31:59 2013 +0100

    Version 1.5.7
    
    - 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.
    - Add per-UID get_persistent keyring function.
      - Fix lib versioning [BZ 1012043]

 .gitignore        |    9 +----
 get-persist.patch |  101 -----------------------------------------------------
 keyutils.spec     |   12 +++---
 sources           |    2 +-
 4 files changed, 8 insertions(+), 116 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 182aab3..51e11dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1 @@
-keyutils-1.1.tar.bz2
-keyutils-1.2.tar.bz2
-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
-/keyutils-1.5.6.tar.bz2
+/keyutils-1.5.7.tar.bz2
diff --git a/keyutils.spec b/keyutils.spec
index f836c0e..f1c9367 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
 %define vermajor 1
-%define verminor 5.6
+%define verminor 5.7
 %define version %{vermajor}.%{verminor}
 %define libdir /%{_lib}
 %define usrlibdir %{_prefix}/%{_lib}
@@ -11,14 +11,13 @@
 Summary: Linux Key Management Utilities
 Name: keyutils
 Version: %{version}
-Release: 2%{?buildid}%{?dist}
+Release: 1%{?buildid}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Base
 ExclusiveOS: Linux
 Url: http://people.redhat.com/~dhowells/keyutils/
 
 Source0: http://people.redhat.com/~dhowells/keyutils/keyutils-%{version}.tar.bz2
-Patch1: get-persist.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-kernheaders >= 2.4-9.1.92
@@ -47,7 +46,6 @@ This package provides headers and libraries for building key utilities.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 make \
@@ -97,8 +95,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
-* Mon Sep 23 2013 David Howells <dhowells at redhat.com> - 1.5.6-2
-- Add provisional support for persistent keyrings.
+* Wed Oct 2 2013 David Howells <dhowells at 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.
+- Add per-UID get_persistent keyring function.
 
 * Thu Aug 29 2013 David Howells <dhowells at redhat.com> - 1.5.6-1
 - Fix the request-key.conf.5 manpage.
diff --git a/sources b/sources
index 9527e9e..2e4d83f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a459462c7ebdff0ce2eb398b92ced9c  keyutils-1.5.6.tar.bz2
+94eed05b7dad06e2e7e3ac079e9e76c5  keyutils-1.5.7.tar.bz2


More information about the scm-commits mailing list