Updated to the latest upstream release: 0.2.2 (bz 747363)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
d0c9a6a89a
commit
3d4f9a436d
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||||
|
11
rpcbind.spec
11
rpcbind.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user