Author: arekm Date: Tue Nov 23 21:27:17 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 4; skip symbol checking for some broken libs
---- Files affected: packages/quagga: quagga.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: packages/quagga/quagga.spec diff -u packages/quagga/quagga.spec:1.74 packages/quagga/quagga.spec:1.75 --- packages/quagga/quagga.spec:1.74 Tue Nov 23 06:49:14 2010 +++ packages/quagga/quagga.spec Tue Nov 23 22:27:11 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Zestaw oprogramowania do routingu Name: quagga Version: 0.99.17 -Release: 3 +Release: 4 License: GPL v2+ Group: Networking/Daemons Source0: http://www.quagga.net/download/%{name}-%{version}.tar.gz @@ -75,6 +75,9 @@ %define _includedir %{_prefix}/include/%{name} %define _localstatedir %{_var}/run/%{name} +# better fix by proper linking +%define skip_post_check_so lib(zebra|ospf|ospfapiclient)\.so.* + %description Quagga is a routing software suite, providing implementations of OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms, @@ -491,6 +494,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2010/11/23 21:27:11 arekm +- rel 4; skip symbol checking for some broken libs + Revision 1.74 2010/11/23 05:49:14 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/quagga/quagga.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
