Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon

This commit is contained in:
Petr Písař 2016-03-03 14:51:58 +01:00
parent 774297a4e8
commit e0c2c8b523

View File

@ -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 <ppisar@redhat.com> - 1:4.03-4
- Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon
* Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-3
- Query kernel for next quota on XFS or file system with hidden quota files
(bug #1306195)