Author: arekm Date: Wed Feb 13 12:25:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 5; disable broken ipv6
---- Files affected: SPECS: rpcbind.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/rpcbind.spec diff -u SPECS/rpcbind.spec:1.7 SPECS/rpcbind.spec:1.8 --- SPECS/rpcbind.spec:1.7 Thu Jul 5 15:36:33 2007 +++ SPECS/rpcbind.spec Wed Feb 13 13:25:37 2008 @@ -1,9 +1,10 @@ # $Revision$, $Date$ +%bcond_with ipv6 # broken, rpcinfo tries for example to create v6 socket on v4-only host Summary: Universal addresses to RPC program number mapper Summary(pl.UTF-8): Demon odwzorowujący adresy uniwersalne na numery programów RPC Name: rpcbind Version: 0.1.4 -Release: 3 +Release: 4 License: GPL Group: Daemons Source0: http://nfsv4.bullopensource.org/tarballs/rpcbind/%{name}-%{version}.tar.bz2 @@ -57,6 +58,8 @@ %patch6 -p1 %patch7 -p1 +%{!?with_ipv6:sed -i -e 's#-DINET6##g' Makefile*} + %build %{__aclocal} %{__autoheader} @@ -119,7 +122,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.7 2007-07-05 13:36:33 baggins +Revision 1.8 2008-02-13 12:25:37 arekm +- rel 5; disable broken ipv6 + +Revision 1.7 2007/07/05 13:36:33 baggins - rel 3 - fix ipv6 related crash ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpcbind.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
