diff --git a/0001-Fix-typo-in-doc-ipv6.texi.patch b/0001-Fix-typo-in-doc-ipv6.texi.patch new file mode 100644 index 0000000..bd2e600 --- /dev/null +++ b/0001-Fix-typo-in-doc-ipv6.texi.patch @@ -0,0 +1,28 @@ +From 7d3f7adc273f6d60005ee91760245c4fc847bbee Mon Sep 17 00:00:00 2001 +From: Adam Tkac +Date: Tue, 26 Mar 2013 13:33:20 +0100 +Subject: [PATCH] Fix typo in doc/ipv6.texi + +Signed-off-by: Adam Tkac +--- + doc/ipv6.texi | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/doc/ipv6.texi b/doc/ipv6.texi +index b6cc437..2482c1c 100644 +--- a/doc/ipv6.texi ++++ b/doc/ipv6.texi +@@ -136,8 +136,8 @@ for the lowest preference possible. + Default: 0 + @end deffn + +-+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {} +-+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {} ++@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {} ++@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {} + The value to be placed in Home Agent Option, when Home Agent config flag is set, + which indicates to hosts Home Agent Lifetime. The default value of 0 means to + place the current Router Lifetime value. +-- +1.8.1.4 + diff --git a/quagga.spec b/quagga.spec index d1ffef1..5c096d4 100644 --- a/quagga.spec +++ b/quagga.spec @@ -32,7 +32,7 @@ Summary: Routing daemon Name: quagga Version: 0.99.22 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Daemons Source0: http://www.quagga.net/download/%{name}-%{version}.tar.xz @@ -70,6 +70,8 @@ Requires(postun): systemd-units Provides: routingdaemon = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: 0001-Fix-typo-in-doc-ipv6.texi.patch + %description Quagga is free software that operates TCP/IP-based routing protocols. It takes a multi-server and multi-threaded approach to resolving the current complexity @@ -112,6 +114,7 @@ developing OSPF-API and quagga applications. %prep %setup -q +%patch0 -p1 %build # FC5+ automatic -fstack-protector-all switch @@ -432,6 +435,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Mar 26 2013 Adam Tkac - 0.99.22-2 +- fix typo in ipv6.texi documentation + * Wed Feb 20 2013 Adam Tkac - 0.99.22-1 - update to 0.99.22 - quagga-CVE-2012-1820.patch has been merged