Author: arekm Date: Sun Oct 8 11:06:21 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - support logs larger than 2GB on some systems
---- Files affected: SPECS: quagga.spec (1.25.2.8 -> 1.25.2.9) ---- Diffs: ================================================================ Index: SPECS/quagga.spec diff -u SPECS/quagga.spec:1.25.2.8 SPECS/quagga.spec:1.25.2.9 --- SPECS/quagga.spec:1.25.2.8 Sat Sep 9 03:34:29 2006 +++ SPECS/quagga.spec Sun Oct 8 13:06:16 2006 @@ -3,7 +3,7 @@ Summary(pl): Zestaw oprogramowania do routingu Name: quagga Version: 0.98.6 -Release: 2 +Release: 3 License: GPL Group: Networking/Daemons Source0: http://www.quagga.net/download/%{name}-%{version}.tar.gz @@ -34,6 +34,7 @@ Patch4: %{name}-ospfclient.patch Patch5: %{name}-vtysh-pam.patch Patch6: %{name}-blackhole.patch +Patch7: %{name}-largefile.patch URL: http://www.quagga.net/ BuildRequires: autoconf >= 2.53 BuildRequires: automake @@ -188,6 +189,7 @@ %patch4 -p0 %patch5 -p1 %patch6 -p1 +%patch7 -p1 %build %{__aclocal} @@ -442,6 +444,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25.2.9 2006/10/08 11:06:16 arekm +- support logs larger than 2GB on some systems + Revision 1.25.2.8 2006/09/09 01:34:29 glen - rel 2 (rebuild with fixed %useradd/%groupadd macros) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/quagga.spec?r1=1.25.2.8&r2=1.25.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
