summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:15:34 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2015-02-04 06:15:34 +0100
commit1b47764f50cc074ba795d2b4477a3bc2372a8d9b (patch)
treece30e22767a19f0ee9a9a999b225e3e8b15176f3
parent85385f7eeee14d529065db7b863478c3ba455dd4 (diff)
downloadquagga-1b47764f50cc074ba795d2b4477a3bc2372a8d9b.tar.bz2
quagga-1b47764f50cc074ba795d2b4477a3bc2372a8d9b.tar.xz
redhat: revert non-pim changes in .spec
No idea what weird Fedora magic this does... if it's needed, it can be pushed separately from pimd. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
-rw-r--r--redhat/quagga.spec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in
index 35d691ba..75835bbe 100644
--- a/redhat/quagga.spec.in
+++ b/redhat/quagga.spec.in
@@ -48,16 +48,16 @@
%define quagga_buildreqs %{quagga_buildreqs} patch libcap-devel
# FC4 and 5 split texi2html out of tetex package.
-%if "%dist" == "fc4" || "%dist" == "fc5"
+%if "%dist" != "fc2" || "%dist" != "fc3"
%define quagga_buildreqs %{quagga_buildreqs} texi2html
%endif
# pam_stack is deprecated in FC5
# default to pam_stack, default should be changed later.
-%if "%dist" == "fc5"
-%define quagga_pam_source quagga.pam
-%else
+%if "%dist" == "fc4" || "%dist" == "fc3"
%define quagga_pam_source quagga.pam.stack
+%else
+%define quagga_pam_source quagga.pam
%endif
############################################################################