From f292720814900b618745f2beb302149eac421317 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 18 Aug 2021 14:49:28 -0400 Subject: [PATCH] spec: Fix dependency problems with nfsdclnts (bz 1924708) Signed-off-by: Steve Dickson Resolves: bz1924708 --- nfs-utils.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index b2e65c0..8081d96 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -62,7 +62,7 @@ Requires: libnfsidmap libevent Requires: libtirpc >= 0.2.3-1 libblkid libcap libmount Requires: gssproxy => 0.7.0-3 Requires: rpcbind, sed, gawk, grep -Requires: kmod, keyutils, quota +Requires: kmod, keyutils, quota, python3-pyyaml %{?systemd_requires} %package -n nfs-utils-coreos @@ -443,6 +443,7 @@ fi %changelog * Wed Aug 18 2021 Steve Dickson 2.5.4-3 - mount.nfs: insert 'sloppy' at beginning of the options (bz 1987070) +- spec: Fix dependency problems with nfsdclnts (bz 1924708) * Mon Aug 16 2021 Steve Dickson 2.5.4-2 - Remove nfsconvert command (bz 1937811)