diff --git a/am-utils.spec b/am-utils.spec index 1758da3..7a2ca91 100644 --- a/am-utils.spec +++ b/am-utils.spec @@ -2,7 +2,7 @@ Summary: Automount utilities including an updated version of Amd Name: am-utils Version: 6.2.0 %define upstream_version 6.2 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Epoch: 5 Group: System Environment/Daemons @@ -28,7 +28,7 @@ BuildRequires: texinfo BuildRequires: gcc BuildRequires: m4 -Requires: portmap +Requires: rpcbind Requires: grep Requires: gawk Requires: findutils @@ -190,6 +190,9 @@ fi %{_libdir}/libamu.so* %changelog +* Tue Feb 2 2016 Ian Kent - 5:6.2.0-9 +- Update Requires: portmap to Requires: rpcbind. + * Tue Feb 2 2016 Ian Kent - 5:6.2.0-8 - fix systemd unit dependencies.