Updated to the latest upstream release: v1.4 (bz 1559181)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
640a0f5f08
commit
c7172b551a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
x86_64/
|
||||
/rpcsvc-proto-1.3.1.tar.gz
|
||||
rpcsvc-proto-1.3.1/
|
||||
/rpcsvc-proto-1.4.tar.xz
|
||||
rpcsvc-proto-1.4/
|
||||
|
@ -17,15 +17,12 @@
|
||||
|
||||
|
||||
Name: rpcsvc-proto
|
||||
Version: 1.3.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4
|
||||
Release: 0%{?dist}
|
||||
Summary: RPC protocol definitions
|
||||
License: BSD and LGPLv2+
|
||||
Url: https://github.com/thkukuk/rpcsvc-proto
|
||||
Source0: https://github.com/thkukuk/rpcsvc-proto/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Enable MT code as libtirpc supports it.
|
||||
Patch0: rpcsvc-proto-1.3.1-enable_MT_code.patch
|
||||
Source0: https://github.com/thkukuk/rpcsvc-proto/releases/v%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
Conflicts: glibc-headers < 2.26.9000-36
|
||||
Conflicts: glibc-common < 2.26.9000-36
|
||||
@ -58,7 +55,6 @@ The input to rpcgen is a language similar to C known as RPC Language
|
||||
%autosetup -p 1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -77,6 +73,9 @@ rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
|
||||
%{_mandir}/man1/rpcgen.1*
|
||||
|
||||
%changelog
|
||||
* Tue May 29 2018 Steve Dickson <steved@redhat.com> 1.4-0
|
||||
- Updated to the latest upstream release: v1.4 (bz 1559181)
|
||||
|
||||
* Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-4
|
||||
- Enable MT code as libtirpc supports it
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpcsvc-proto-1.3.1.tar.gz) = d687665ed51fd6fd66ab638813c5020f0c8b8491625b91937ac4b5ee4dd2357eae8e2909394e7651494e7aea77a6279ae907ba6354682ba446de7088b55f54ea
|
||||
SHA512 (rpcsvc-proto-1.4.tar.xz) = c3011d7d7ef97a4a751f6921df1a23e1dd8ac50fb0690c759d37010ed7be27968a2130e3b8872cb48d5914216f9d539096a424f1ec38a75f7ed899748151c6f4
|
||||
|
Loading…
Reference in New Issue
Block a user