From: David Howells Date: Wed, 14 Nov 2018 18:20:09 +0000 (+0000) Subject: Depend on keyutils-1.6 X-Git-Tag: v0.3~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=949f0153bf7331b3455d39a1b458400e4d982943;p=users%2Fdhowells%2Fkafs-client.git Depend on keyutils-1.6 Set a dependency on keyutils-1.6 so that the DNS record lookup can be overridden specifically for AFSDB record requests (including AFS SRV lookups). Signed-off-by: David Howells --- diff --git a/redhat/kafs-client.spec b/redhat/kafs-client.spec index db77f6d..79aec9f 100644 --- a/redhat/kafs-client.spec +++ b/redhat/kafs-client.spec @@ -20,8 +20,9 @@ BuildRequires: openssl-devel # /etc/kafs/cellservdb.conf # %global datadir %{_datarootdir}/kafs -Requires: keyutils -# >= 1.5.11 + +# keyutils-1.6 request-key allows us to override AFSDB DNS lookups. +Requires: keyutils >= 1.6 BuildRequires: systemd-units Requires(post): systemd-units