forked from rpms/rpcbind
- Added dependency on glibc-common which allows the rpcinfo command to be
installed in the correct place.
This commit is contained in:
parent
ca3cc0fa38
commit
8a2c049cab
@ -2,7 +2,7 @@
|
||||
|
||||
Name: rpcbind
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Universal Addresses to RPC Program Number Napper
|
||||
Group: System Environment/Daemons
|
||||
License: GPL
|
||||
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||
Source0: http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.4.tar.bz2
|
||||
Source1: rpcbind.init
|
||||
|
||||
Requires: glibc-common >= 2.5.90-20
|
||||
BuildRequires: automake, autoconf, libtool
|
||||
BuildRequires: libtirpc-devel quota
|
||||
Requires(post): /sbin/chkconfig
|
||||
@ -81,12 +82,16 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_bindir}/rpcinfo
|
||||
%{_sbindir}/rpcinfo
|
||||
%{_bindir}/rpcbind
|
||||
%{_mandir}/man8/*
|
||||
%config %{_initdir}/rpcbind
|
||||
|
||||
%changelog
|
||||
* Mon Apr 2 2007 Steve Dickson <steved@redhat.com> 0.1.4-2
|
||||
- Added dependency on glibc-common which allows the
|
||||
rpcinfo command to be installed in the correct place.
|
||||
|
||||
* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 0.1.4-1
|
||||
- Initial commit
|
||||
- Spec reviewed (bz 228894)
|
||||
|
Loading…
Reference in New Issue
Block a user