1
0
forked from rpms/rpcbind

Update to the latest upstream release: 0.2.1

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2013-08-19 12:05:56 -04:00
parent 1b4a96400f
commit 675b7af71c
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
rpcbind-0.2.0.tar.bz2
*.rpm
/rpcbind-0.2.1.tar.bz2

View File

@ -1,6 +1,6 @@
Name: rpcbind
Version: 0.2.0
Release: 22%{?dist}
Version: 0.2.1
Release: 0%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons
License: BSD
@ -12,8 +12,6 @@ Source1: rpcbind.service
Source2: rpcbind.socket
Source3: rpcbind.sysconfig
Patch001: rpcbind-0_2_1-rc4.patch
Requires: glibc-common setup
Conflicts: man-pages < 2.43-12
BuildRequires: automake, autoconf, libtool, systemd-units
@ -33,7 +31,6 @@ RPC calls on a server on that machine.
%prep
%setup -q
%patch001 -p1
%build
%ifarch s390 s390x
@ -133,6 +130,9 @@ fi
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
%changelog
* Mon Aug 19 2013 Steve Dickson <steved@redhat.com> - 0.2.1-0
- Update to the latest upstream release: 0.2.1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

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