From 9fc5d7c3ec904df12ab683189b430dd6f6abe7df Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Jul 23 2013 12:47:05 +0000 Subject: ospfd: disable ospfapi and ospfclient --- diff --git a/quagga.spec b/quagga.spec index 69fbb59..2d2d623 100644 --- a/quagga.spec +++ b/quagga.spec @@ -7,8 +7,8 @@ %define with_pam 0 %define with_ipv6 1 %define with_isisd 1 -%define with_ospfclient 1 -%define with_ospfapi 1 +%define with_ospfclient 0 +%define with_ospfapi 0 %define with_rtadv 1 %define with_multipath 64 %define quagga_uid 92 @@ -32,7 +32,7 @@ Summary: Routing daemon Name: quagga Version: 0.99.21 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Daemons Source0: http://www.quagga.net/download/%{name}-%{version}.tar.xz @@ -436,6 +436,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jul 23 2013 Michal Sekletar - 0.99.21-5 +- disable ospfapi and ospfclient + * Fri Jul 27 2012 Fedora Release Engineering - 0.99.21-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild