Updated to the latest upstream release: rpcbind-0_2_1-rc3
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
bec76d5835
commit
3dd7e69778
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,2 @@
|
|||||||
rpcbind-0.1.4.tar.bz2
|
|
||||||
rpcbind-0.1.5.tar.bz2
|
|
||||||
rpcbind-1.0.6.tar.bz2
|
|
||||||
rpcbind-0.1.6.tar.bz2
|
|
||||||
rpcbind-0.1.7.tar.bz2
|
|
||||||
rpcbind-0.2.0.tar.bz2
|
rpcbind-0.2.0.tar.bz2
|
||||||
|
*.rpm
|
||||||
|
1054
rpcbind-0_2_1-rc3.patch
Normal file
1054
rpcbind-0_2_1-rc3.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.2.0
|
Version: 0.2.0
|
||||||
Release: 10%{?dist}
|
Release: 11%{?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,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
|||||||
Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
|
||||||
Source1: rpcbind.init
|
Source1: rpcbind.init
|
||||||
|
|
||||||
Patch001: rpcbind-0.2.1-rc2.patch
|
Patch001: rpcbind-0_2_1-rc3.patch
|
||||||
|
|
||||||
Requires: glibc-common setup
|
Requires: glibc-common setup
|
||||||
Conflicts: man-pages < 2.43-12
|
Conflicts: man-pages < 2.43-12
|
||||||
@ -58,7 +58,6 @@ autoreconf -fisv
|
|||||||
|
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
mkdir -p %{buildroot}/sbin
|
mkdir -p %{buildroot}/sbin
|
||||||
@ -119,6 +118,9 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 17 2011 Steve Dickson <steved@redhat.com> - 0.2.0-11
|
||||||
|
- Updated to the latest upstream release: rpcbind-0_2_1-rc3
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-10
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user