summaryrefslogtreecommitdiff
path: root/keyutils.spec
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-11-15 20:45:11 +0000
committerDavid Howells <dhowells@redhat.com>2011-11-15 20:45:11 +0000
commitd9f9beeaca6882563bf5085650d6d9ce6ca81398 (patch)
tree41d5102f5d21e17de211fdab20f42b2f79740fed /keyutils.spec
parent38604366dbe30f9ab3a57112c4b143df2dbd04a5 (diff)
downloadkeyutils-d9f9beeaca6882563bf5085650d6d9ce6ca81398.tar.gz
Make it possible to provide keytype-specific request key configs
Make it possible to provide keytype-specific request key configs in userspace as /etc/request-key.d/<keytype>.conf. If present, this will be used in preference to /etc/request-key.conf. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Steve Dickson <steved@redhat.com> Acked-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'keyutils.spec')
-rw-r--r--keyutils.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 6033af1..6dd8aea 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Tue Nov 15 2011 David Howells <dhowells@redhat.com>
+- Allow /sbin/request-key to have multiple config files.
+
* Wed Aug 14 2011 David Howells <dhowells@redhat.com>
- Adjust the manual page for 'keyctl unlink' to show keyring is optional.
- Add --version support for the keyutils version and build date.