forked from rpms/rpcbind
- change man-pages requires into a conflicts as we don't have to have
man-pages installed, but if we do, we need the newer version
This commit is contained in:
parent
b026e72c5c
commit
445e49e453
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 0.1.4
|
Version: 0.1.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -13,7 +13,7 @@ Source0: http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.4.t
|
|||||||
Source1: rpcbind.init
|
Source1: rpcbind.init
|
||||||
|
|
||||||
Requires: glibc-common >= 2.5.90-20
|
Requires: glibc-common >= 2.5.90-20
|
||||||
Requires: man-pages >= 2.43-12
|
Conflicts: man-pages < 2.43-12
|
||||||
BuildRequires: automake, autoconf, libtool
|
BuildRequires: automake, autoconf, libtool
|
||||||
BuildRequires: libtirpc-devel quota
|
BuildRequires: libtirpc-devel quota
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
@ -117,6 +117,10 @@ fi
|
|||||||
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 11 2007 Jeremy Katz <katzj@redhat.com> - 0.1.4-4
|
||||||
|
- change man-pages requires into a conflicts as we don't have to have
|
||||||
|
man-pages installed, but if we do, we need the newer version
|
||||||
|
|
||||||
* Fri Apr 6 2007 Steve Dickson <steved@redhat.com> 0.1.4-3
|
* Fri Apr 6 2007 Steve Dickson <steved@redhat.com> 0.1.4-3
|
||||||
- Fixed the Provides and Obsoletes statments to correctly
|
- Fixed the Provides and Obsoletes statments to correctly
|
||||||
obsolete the portmap package.
|
obsolete the portmap package.
|
||||||
|
Loading…
Reference in New Issue
Block a user