]> git.puffer.fish Git - mirror/frr.git/commitdiff
[rpm] some defaults for Fedora are way out of date
authorPaul Jakma <paul.jakma@sun.com>
Sat, 29 Nov 2008 16:42:04 +0000 (16:42 +0000)
committerPaul Jakma <paul@quagga.net>
Sat, 29 Nov 2008 16:42:04 +0000 (16:42 +0000)
* quagga.spec.in: No need to default to accomodate now ancient versions of
  Fedora

redhat/quagga.spec.in

index 0b2659fb669413de5b38c342c064a15b426c7297..a8c7fbf36f11369425d5e34f6ebddc5717d79820 100644 (file)
 %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
 ############################################################################