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
|
Name: rpcbind
|
||||||
Version: 0.1.4
|
Version: 0.1.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Napper
|
Summary: Universal Addresses to RPC Program Number Napper
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
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
|
Source0: http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.4.tar.bz2
|
||||||
Source1: rpcbind.init
|
Source1: rpcbind.init
|
||||||
|
|
||||||
|
Requires: glibc-common >= 2.5.90-20
|
||||||
BuildRequires: automake, autoconf, libtool
|
BuildRequires: automake, autoconf, libtool
|
||||||
BuildRequires: libtirpc-devel quota
|
BuildRequires: libtirpc-devel quota
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
@ -81,12 +82,16 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog README
|
%doc AUTHORS ChangeLog README
|
||||||
%{_bindir}/rpcinfo
|
%{_sbindir}/rpcinfo
|
||||||
%{_bindir}/rpcbind
|
%{_bindir}/rpcbind
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%config %{_initdir}/rpcbind
|
%config %{_initdir}/rpcbind
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 0.1.4-1
|
||||||
- Initial commit
|
- Initial commit
|
||||||
- Spec reviewed (bz 228894)
|
- Spec reviewed (bz 228894)
|
||||||
|
Loading…
Reference in New Issue
Block a user