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:
parent
1b4a96400f
commit
675b7af71c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
rpcbind-0.2.0.tar.bz2
|
rpcbind-0.2.0.tar.bz2
|
||||||
*.rpm
|
*.rpm
|
||||||
|
/rpcbind-0.2.1.tar.bz2
|
||||||
|
10
rpcbind.spec
10
rpcbind.spec
@ -1,6 +1,6 @@
|
|||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 22%{?dist}
|
Release: 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
|
||||||
@ -12,8 +12,6 @@ Source1: rpcbind.service
|
|||||||
Source2: rpcbind.socket
|
Source2: rpcbind.socket
|
||||||
Source3: rpcbind.sysconfig
|
Source3: rpcbind.sysconfig
|
||||||
|
|
||||||
Patch001: rpcbind-0_2_1-rc4.patch
|
|
||||||
|
|
||||||
Requires: glibc-common setup
|
Requires: glibc-common setup
|
||||||
Conflicts: man-pages < 2.43-12
|
Conflicts: man-pages < 2.43-12
|
||||||
BuildRequires: automake, autoconf, libtool, systemd-units
|
BuildRequires: automake, autoconf, libtool, systemd-units
|
||||||
@ -33,7 +31,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
|
||||||
@ -133,6 +130,9 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user