From 949f0153bf7331b3455d39a1b458400e4d982943 Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 14 Nov 2018 18:20:09 +0000 Subject: [PATCH] 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 --- redhat/kafs-client.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.49.0