Updated to latest upstream release: libtirpc-0-3-2
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
7372e77629
commit
8be3c1bcf0
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@ cscope*
|
||||
x86_64/
|
||||
libtirpc-0.3.1
|
||||
/libtirpc-0.3.1.tar.bz2
|
||||
libtirpc-0.3.2
|
||||
/libtirpc-0.3.2.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define _root_libdir /%{_lib}
|
||||
|
||||
Name: libtirpc
|
||||
Version: 0.3.1
|
||||
Version: 0.3.2
|
||||
Release: 0.0%{?dist}
|
||||
Summary: Transport Independent RPC Library
|
||||
Group: System Environment/Libraries
|
||||
@ -96,13 +96,16 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/libtirpc.pc
|
||||
%{_includedir}/tirpc/netconfig.h
|
||||
%{_includedir}/tirpc/rpc/auth.h
|
||||
%{_includedir}/tirpc/rpc/auth_des.h
|
||||
%{_includedir}/tirpc/rpc/auth_gss.h
|
||||
%{_includedir}/tirpc/rpc/auth_kerb.h
|
||||
%{_includedir}/tirpc/rpc/auth_unix.h
|
||||
%{_includedir}/tirpc/rpc/des.h
|
||||
%{_includedir}/tirpc/rpc/des_crypt.h
|
||||
%{_includedir}/tirpc/rpc/rpcsec_gss.h
|
||||
%{_includedir}/tirpc/rpc/clnt.h
|
||||
%{_includedir}/tirpc/rpc/clnt_soc.h
|
||||
%{_includedir}/tirpc/rpc/clnt_stat.h
|
||||
%{_includedir}/tirpc/rpc/key_prot.h
|
||||
%{_includedir}/tirpc/rpc/nettype.h
|
||||
%{_includedir}/tirpc/rpc/pmap_clnt.h
|
||||
%{_includedir}/tirpc/rpc/pmap_prot.h
|
||||
@ -127,6 +130,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 12 2015 Steve Dickson <steved@redhat.com> 0.3.2-0.0
|
||||
- Updated to latest upstream release: libtirpc-0-3-2
|
||||
|
||||
* Mon Jun 1 2015 Steve Dickson <steved@redhat.com> 0.3.1-0.0
|
||||
- Updated to latest upstream release: libtirpc-0-3-1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user