[quagga/f18] ospfd: disable ospfapi and ospfclient

Michal Sekletar msekleta at fedoraproject.org
Fri Jul 26 15:39:58 UTC 2013


commit 9fc5d7c3ec904df12ab683189b430dd6f6abe7df
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Tue Jul 23 14:47:05 2013 +0200

    ospfd: disable ospfapi and ospfclient

 quagga.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <msekleta at redhat.com> - 0.99.21-5
+- disable ospfapi and ospfclient
+
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list