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)