diff --git a/quota.spec b/quota.spec index 6e900c9..4eeed41 100644 --- a/quota.spec +++ b/quota.spec @@ -10,7 +10,7 @@ Name: quota Epoch: 1 Version: 4.04 -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+ @@ -69,8 +69,7 @@ BuildRequires: pkgconfig(libnl-3.0) >= 3.1 BuildRequires: pkgconfig(libnl-genl-3.0) %endif %if %{with quota_enables_rpc} -# glibc-common for rpcgen tool -BuildRequires: glibc-common +BuildRequires: rpcgen BuildRequires: pkgconfig(libtirpc) BuildRequires: systemd %if %{with quota_enables_tcpwrappers} @@ -315,6 +314,9 @@ make check %changelog +* Mon Feb 05 2018 Petr Pisar - 1:4.04-3 +- rpcgen tool split from glibc-common package + * Thu Nov 30 2017 Petr Pisar - 1:4.04-2 - Disable TCP wrappers (bug #1518778)