diff --git a/rpcsvc-proto.spec b/rpcsvc-proto.spec index a9f1aa5..14cc76b 100644 --- a/rpcsvc-proto.spec +++ b/rpcsvc-proto.spec @@ -18,7 +18,7 @@ Name: rpcsvc-proto Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPC protocol definitions License: BSD and LGPLv2+ Url: https://github.com/thkukuk/rpcsvc-proto @@ -61,6 +61,9 @@ The input to rpcgen is a language similar to C known as RPC Language %install %make_install +# rquota.x and rquota.h are provided by quota +rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx] + %files devel %license COPYING %{_includedir}/rpcsvc/ @@ -70,6 +73,9 @@ The input to rpcgen is a language similar to C known as RPC Language %{_mandir}/man1/rpcgen.1* %changelog +* Tue Jan 23 2018 Steve Dickson 1.3.1-2 +- Remove rquota.[hx] headers which are provided by quota (bz 1537133) + * Wed Jan 17 2018 Steve Dickson 1.3.1-1 - Initial commit (bz 1532364)