From e0c2c8b52310886773ea96c987613815ceab2e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 3 Mar 2016 14:51:58 +0100 Subject: [PATCH] Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon --- quota.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quota.spec b/quota.spec index 2c9b401..d34f495 100644 --- a/quota.spec +++ b/quota.spec @@ -4,7 +4,7 @@ Name: quota Epoch: 1 Version: 4.03 -Release: 3%{?dist} +Release: 4%{?dist} Summary: System administration tools for monitoring users' disk usage # quota_nld.c, quotaio_xfs.h: GPLv2 # bylabel.c copied from util-linux: GPLv2+ @@ -94,6 +94,7 @@ a dialog) and writing them to the terminal user has last accessed. Group: System Environment/Daemons Summary: RPC quota daemon Requires: quota-nls = %{epoch}:%{version}-%{release} +Requires: rpcbind Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -273,6 +274,9 @@ make check %changelog +* Thu Mar 03 2016 Petr Pisar - 1:4.03-4 +- Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon + * Mon Feb 22 2016 Petr Pisar - 1:4.03-3 - Query kernel for next quota on XFS or file system with hidden quota files (bug #1306195)