Remove rquota.[hx] headers which are provided by quota (bz 1537133)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
b7637ca267
commit
233ef5b950
@ -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 <steved@redhat.com> 1.3.1-2
|
||||
- Remove rquota.[hx] headers which are provided by quota (bz 1537133)
|
||||
|
||||
* Wed Jan 17 2018 Steve Dickson <steved@redhat.com> 1.3.1-1
|
||||
- Initial commit (bz 1532364)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user