From 13b0955ae3329c575480049d08c79c0ab26fdf97 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Jan 09 2018 17:55:11 +0000 Subject: Added rpcgen dependency (bz 1531540) Signed-off-by: Steve Dickson --- diff --git a/nfs-utils.spec b/nfs-utils.spec index b8c31ed..b38d020 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser Name: nfs-utils URL: http://linux-nfs.org/ Version: 2.3.1 -Release: 0%{?dist} +Release: 1%{?dist} Epoch: 1 # group all 32bit related archs @@ -47,6 +47,7 @@ BuildRequires: krb5-devel, libmount-devel BuildRequires: sqlite-devel BuildRequires: python3-devel BuildRequires: systemd +BuildRequires: rpcgen Requires(pre): shadow-utils >= 4.0.3-25 Requires(pre): util-linux Requires(pre): coreutils @@ -317,6 +318,9 @@ fi %{_libdir}/libnfsidmap.so %changelog +* Tue Jan 9 2018 Steve Dickson 2.3.1-1 +- Added rpcgen dependency (bz 1531540) + * Wed Dec 20 2017 Steve Dickson 2.3.1-0 - Updated to latest upstream release: 2.3.1 - Removed unnecessary chown rpcuser in %post