From: Donald Sharp Date: Mon, 13 Jun 2016 16:54:39 +0000 (-0400) Subject: redhat: V6 compilation is on by default X-Git-Tag: frr-2.0-rc1~465^2~14 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fb8211bbae660361bd57bdf97e9f4deb0af5ceb9;p=mirror%2Ffrr.git redhat: V6 compilation is on by default Let's not call it out as a separate item anymore. Signed-off-by: Donald Sharp (cherry picked from commit 341969b3db27bd384dc453ec0e6b4a9a6513ab8f) --- diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index c20b5597b0..0e689b420a 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -74,7 +74,7 @@ %define daemon_watchquagga "" %endif -%define all_daemons %{daemon_list} %{daemonv6_list} %{daemon_watchquagga} +%define all_daemons %{daemon_list} %{daemon_watchquagga} # allow build dir to be kept %{!?keep_build: %global keep_build 0 }