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 - 1.5.5-1 +- Fix a Makefile error. + * Tue Nov 30 2011 David Howells - 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