rpms/rpcbind/devel .cvsignore, 1.2, 1.3 rpcbind.spec, 1.26, 1.27 sources, 1.2, 1.3 rpcbind-0.1.4-compile.patch, 1.1, NONE rpcbind-0.1.4-debug.patch, 1.1, NONE rpcbind-0.1.4-libwrap.patch, 1.1, NONE rpcbind-0.1.4-localaddr.patch, 1.1, NONE rpcbind-0.1.4-recvfrom-fix.patch, 1.1, NONE rpcbind-0.1.4-rpcuser.patch, 1.1, NONE rpcbind-0.1.4-warmstarts-cleanup.patch, 1.1, NONE rpcbind-0.1.4-warmstarts.patch, 1.2, NONE

Steve Dickson (steved) fedora-extras-commits at redhat.com
Mon Jun 23 15:27:34 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/rpcbind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19088

Modified Files:
	.cvsignore rpcbind.spec sources 
Removed Files:
	rpcbind-0.1.4-compile.patch rpcbind-0.1.4-debug.patch 
	rpcbind-0.1.4-libwrap.patch rpcbind-0.1.4-localaddr.patch 
	rpcbind-0.1.4-recvfrom-fix.patch rpcbind-0.1.4-rpcuser.patch 
	rpcbind-0.1.4-warmstarts-cleanup.patch 
	rpcbind-0.1.4-warmstarts.patch 
Log Message:
Updated to latest upstream release 0.1.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 Aug 2006 20:26:57 -0000	1.2
+++ .cvsignore	23 Jun 2008 15:26:48 -0000	1.3
@@ -1 +1,2 @@
 rpcbind-0.1.4.tar.bz2
+rpcbind-0.1.5.tar.bz2


Index: rpcbind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/rpcbind.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rpcbind.spec	11 Feb 2008 16:06:13 -0000	1.26
+++ rpcbind.spec	23 Jun 2008 15:26:48 -0000	1.27
@@ -1,15 +1,15 @@
 %{!?_initdir:%define _initdir /etc/rc.d/init.d}
 
 Name:           rpcbind
-Version:        0.1.4
-Release: 		14%{?dist}
+Version:        0.1.5
+Release: 		1%{?dist}
 Summary:        Universal Addresses to RPC Program Number Mapper
 Group:          System Environment/Daemons
 License:        GPL
 URL:            http://nfsv4.bullopensource.org
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
-Source0:        http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.4.tar.bz2
+Source0:        http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
 Source1: rpcbind.init
 
 Requires: glibc-common >= 2.5.90-20 
@@ -25,15 +25,7 @@
 Provides: portmap = %{version}-%{release}
 Obsoletes: portmap <= 4.0-65.3
 
-Patch1: rpcbind-0.1.4-compile.patch
-Patch2: rpcbind-0.1.4-debug.patch
-Patch3: rpcbind-0.1.4-warmstarts.patch
-Patch4: rpcbind-0.1.4-rpcuser.patch
-Patch5: rpcbind-0.1.4-iff_up.patch
-Patch6: rpcbind-0.1.4-libwrap.patch
-Patch7: rpcbind-0.1.4-localaddr.patch
-Patch8: rpcbind-0.1.4-recvfrom-fix.patch
-Patch9: rpcbind-0.1.4-warmstarts-cleanup.patch
+Patch1: rpcbind-0.1.4-iff_up.patch
 
 %description
 The rpcbind utility is a server that converts RPC program numbers into
@@ -44,19 +36,6 @@
 %setup -q
 
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-# 240873: rpcbind segfaults on startup - ipv6 related
-%patch5 -p1
-# 248284: rpcbind ignores libwrap files
-%patch6 -p1
-# 358621: rpcbind-0.1.4-8.fc7 breaks NFS
-%patch7 -p1
-# 244492: New rpcbind breaks connectivity with some NIS clients
-%patch8 -p1
-#428496: rpcbind-0.1.4-12.fc8.x86_64.rpm does not update properly
-%patch9 -p1
 
 %build
 %ifarch s390 s390x
@@ -136,6 +115,9 @@
 %dir %attr(700,rpc,rpc) /var/lib/rpcbind
 
 %changelog
+* Mon Jun 23 2008 Steve Dickson <steved at redhat.com> 0.1.5-1
+- Updated to latest upstream release 0.1.5
+
 * Mon Feb 11 2008 Steve Dickson <steved at redhat.com> 0.1.4-14
 - Fixed a warning in pmap_svc.c
 - Cleaned up warmstarts so uid are longer needed, also


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpcbind/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Aug 2006 20:26:57 -0000	1.2
+++ sources	23 Jun 2008 15:26:48 -0000	1.3
@@ -1 +1 @@
-280539aa1f8975b1318690cd903f858a  rpcbind-0.1.4.tar.bz2
+adcf17feb72d942f38f91a9a90205a74  rpcbind-0.1.5.tar.bz2


--- rpcbind-0.1.4-compile.patch DELETED ---


--- rpcbind-0.1.4-debug.patch DELETED ---


--- rpcbind-0.1.4-libwrap.patch DELETED ---


--- rpcbind-0.1.4-localaddr.patch DELETED ---


--- rpcbind-0.1.4-recvfrom-fix.patch DELETED ---


--- rpcbind-0.1.4-rpcuser.patch DELETED ---


--- rpcbind-0.1.4-warmstarts-cleanup.patch DELETED ---


--- rpcbind-0.1.4-warmstarts.patch DELETED ---




More information about the fedora-extras-commits mailing list