diff --git a/.gitignore b/.gitignore index d6a7155..1d1304d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ rpcbind-0.2.0.tar.bz2 /rpcbind-0.2.1.tar.bz2 rpcbind-0.2.0 rpcbind-0.2.1 +/rpcbind-0.2.2.tar.bz2 +rpcbind-0.2.2 diff --git a/rpcbind.spec b/rpcbind.spec index 01a0232..6c5df7f 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -1,6 +1,6 @@ Name: rpcbind -Version: 0.2.1 -Release: 4.0%{?dist} +Version: 0.2.2 +Release: 0.0%{?dist} Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: BSD @@ -24,8 +24,6 @@ Requires(postun): systemd coreutils Provides: portmap = %{version}-%{release} Obsoletes: portmap <= 4.0-65.3 -Patch001: rpcbind-0.2.2-rc3.patch - %description The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make @@ -34,8 +32,6 @@ RPC calls on a server on that machine. %prep %setup -q -%patch001 -p1 - %build %ifarch s390 s390x PIE="-fPIE" @@ -126,6 +122,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Wed Nov 26 2014 Steve Dickson - 0.2.2-0.0 +- Updated to the latest upstream release: 0.2.2 (bz 747363) + * Mon Nov 10 2014 Steve Dickson - 0.2.1-4.0 - Updated to the latest rc release: rpcbind-0_2_2-rc3 diff --git a/sources b/sources index 31049c5..87b1391 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1a77ddb1aaea8099ab19c351eeb26316 rpcbind-0.2.0.tar.bz2 -0a5f9c2142af814c55d957aaab3bcc68 rpcbind-0.2.1.tar.bz2 +8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2