spec: Fix dependency problems with nfsdclnts (bz 1924708)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: bz1924708
This commit is contained in:
Steve Dickson 2021-08-18 14:49:28 -04:00
parent 78e3eab31b
commit f292720814
1 changed files with 2 additions and 1 deletions

View File

@ -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 <steved@redhat.com> 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 <steved@redhat.com> 2.5.4-2
- Remove nfsconvert command (bz 1937811)