Updated to the latest upstream release: 0.2.2 (bz 747363)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2014-11-26 08:09:11 -05:00
parent d0c9a6a89a
commit 3d4f9a436d
3 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ rpcbind-0.2.0.tar.bz2
/rpcbind-0.2.1.tar.bz2 /rpcbind-0.2.1.tar.bz2
rpcbind-0.2.0 rpcbind-0.2.0
rpcbind-0.2.1 rpcbind-0.2.1
/rpcbind-0.2.2.tar.bz2
rpcbind-0.2.2

View File

@ -1,6 +1,6 @@
Name: rpcbind Name: rpcbind
Version: 0.2.1 Version: 0.2.2
Release: 4.0%{?dist} Release: 0.0%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons Group: System Environment/Daemons
License: BSD License: BSD
@ -24,8 +24,6 @@ Requires(postun): systemd coreutils
Provides: portmap = %{version}-%{release} Provides: portmap = %{version}-%{release}
Obsoletes: portmap <= 4.0-65.3 Obsoletes: portmap <= 4.0-65.3
Patch001: rpcbind-0.2.2-rc3.patch
%description %description
The rpcbind utility is a server that converts RPC program numbers into 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 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 %prep
%setup -q %setup -q
%patch001 -p1
%build %build
%ifarch s390 s390x %ifarch s390 s390x
PIE="-fPIE" PIE="-fPIE"
@ -126,6 +122,9 @@ fi
%dir %attr(700,rpc,rpc) /var/lib/rpcbind %dir %attr(700,rpc,rpc) /var/lib/rpcbind
%changelog %changelog
* Wed Nov 26 2014 Steve Dickson <steved@redhat.com> - 0.2.2-0.0
- Updated to the latest upstream release: 0.2.2 (bz 747363)
* Mon Nov 10 2014 Steve Dickson <steved@redhat.com> - 0.2.1-4.0 * Mon Nov 10 2014 Steve Dickson <steved@redhat.com> - 0.2.1-4.0
- Updated to the latest rc release: rpcbind-0_2_2-rc3 - Updated to the latest rc release: rpcbind-0_2_2-rc3

View File

@ -1,2 +1 @@
1a77ddb1aaea8099ab19c351eeb26316 rpcbind-0.2.0.tar.bz2 8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2
0a5f9c2142af814c55d957aaab3bcc68 rpcbind-0.2.1.tar.bz2