[keyutils] Version 1.5.5

David Howells dhowells at fedoraproject.org
Wed Nov 30 15:32:18 UTC 2011


commit 885b79cc946977f0c004a2c256d138840d9fd833
Author: David Howells <dhowells at redhat.com>
Date:   Wed Nov 30 15:31:23 2011 +0000

    Version 1.5.5
    
     - Fix a Makefile error.

 .gitignore    |    1 +
 keyutils.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f9edae..352339b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/keyutils.spec b/keyutils.spec
index 7a13bbb..44b2c27 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -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 at redhat.com> - 1.5.5-1
+- Fix a Makefile error.
+
 * Tue Nov 30 2011 David Howells <dhowells at 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.
diff --git a/sources b/sources
index d6b4c29..4022af7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f6ae44171c40b901b907a016f3ec7d1  keyutils-1.5.4.tar.bz2
+9e8ab5164bc8f84be148761cc89e9d6f  keyutils-1.5.5.tar.bz2


More information about the scm-commits mailing list