From 1a97488006436189b268b031d5cb678eb8b477d9 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Mar 03 2016 14:23:28 +0000 Subject: Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon --- diff --git a/quota.spec b/quota.spec index 570a61e..8dcd0c9 100644 --- a/quota.spec +++ b/quota.spec @@ -4,7 +4,7 @@ Name: quota Epoch: 1 Version: 4.02 -Release: 2%{?dist} +Release: 3%{?dist} Summary: System administration tools for monitoring users' disk usage # quota_nld.c, quotaio_xfs.h: GPLv2 # bylabel.c copied from util-linux: GPLv2+ @@ -34,6 +34,7 @@ BuildRequires: systemd BuildRequires: tcp_wrappers-devel Requires: tcp_wrappers Requires: quota-nls = %{epoch}:%{version}-%{release} +Requires: rpcbind Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -210,6 +211,9 @@ install -p -m644 -D %{SOURCE4} \ %changelog +* Thu Mar 03 2016 Petr Pisar - 1:4.02-3 +- Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon + * Thu Apr 02 2015 Petr Pisar - 1:4.02-2 - Add rpc-rquotad.service file which was known as nfs-rquotad.service in nfs-utils (bug #1206260)