aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-03-11 01:00:30 +0000
committerDavid Howells <dhowells@redhat.com>2011-03-11 01:00:30 +0000
commitfaabd7c8464502becd01972b1a76ab1dfa1906cc (patch)
tree6cb8bd55476f831db0a62ffb20e19fa4818ea1ef
parent6388ba5becf6c7aadea13c7b13ca29e10251c968 (diff)
downloadkeyutils-faabd7c8464502becd01972b1a76ab1dfa1906cc.tar.gz
Move to version 1.5
Move to version 1.5. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--keyutils.spec20
1 files changed, 18 insertions, 2 deletions
diff --git a/keyutils.spec b/keyutils.spec
index a34f5cf..abc00f2 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -1,5 +1,5 @@
%define vermajor 1
-%define verminor 4
+%define verminor 5
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@@ -9,7 +9,7 @@
Summary: Linux Key Management Utilities
Name: keyutils
Version: %{version}
-Release: 4.dev%{?dist}
+Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Base
ExclusiveOS: Linux
@@ -92,6 +92,22 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Thu Mar 10 2011 David Howells <dhowells@redhat.com> - 1.5-1
+- Disable RPATH setting in Makefile.
+- Add -I. to build to get this keyutils.h.
+- Make CFLAGS override on make command line work right.
+- Make specfile UTF-8.
+- Support KEYCTL_REJECT.
+- Support KEYCTL_INSTANTIATE_IOV.
+- Add AFSDB DNS lookup program from Wang Lei.
+- Generalise DNS lookup program.
+- Add recursive scan utility function.
+- Add bad key reap command to keyctl.
+- Add multi-unlink variant to keyctl unlink command.
+- Add multi key purger command to keyctl.
+- Handle multi-line commands in keyctl command table.
+- Move the package to version to 1.5.
+
* Tue Mar 1 2011 David Howells <dhowells@redhat.com> - 1.4-4
- Make build guess at default libdirs and word size.
- Make program build depend on library in Makefile.