paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 1 | # configure options |
paul | b64d92a | 2005-04-25 15:13:42 +0000 | [diff] [blame] | 2 | # |
| 3 | # Some can be overriden on rpmbuild commandline with: |
| 4 | # rpmbuild --define 'variable value' |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 5 | # (use any value, ie 1 for flag "with_XXXX" definitions) |
paul | b64d92a | 2005-04-25 15:13:42 +0000 | [diff] [blame] | 6 | # |
Paul Jakma | 283d5d7 | 2016-02-11 13:54:23 +0000 | [diff] [blame] | 7 | # E.g. rpmbuild --define 'release_rev 02' may be useful if building |
| 8 | # rpms again and again on the same day, so the newer rpms can be installed. |
| 9 | # bumping the number each time. |
paul | b64d92a | 2005-04-25 15:13:42 +0000 | [diff] [blame] | 10 | |
paul | 1189075 | 2005-11-05 16:29:54 +0000 | [diff] [blame] | 11 | ####################### Quagga configure options ######################### |
| 12 | # with-feature options |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 13 | %{!?with_snmp: %global with_snmp 1 } |
| 14 | %{!?with_vtysh: %global with_vtysh 1 } |
| 15 | %{!?with_tcp_zebra: %global with_tcp_zebra 0 } |
| 16 | %{!?with_vtysh: %global with_vtysh 1 } |
| 17 | %{!?with_pam: %global with_pam 1 } |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 18 | %{!?with_ospfclient: %global with_ospfclient 1 } |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 19 | %{!?with_ospfapi: %global with_ospfapi 1 } |
| 20 | %{!?with_irdp: %global with_irdp 1 } |
| 21 | %{!?with_rtadv: %global with_rtadv 1 } |
| 22 | %{!?with_isisd: %global with_isisd 1 } |
| 23 | %{!?with_pimd: %global with_pimd 1 } |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 24 | %{!?with_nhrpd: %global with_nhrpd 1 } |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 25 | %{!?with_shared: %global with_shared 1 } |
| 26 | %{!?with_multipath: %global with_multipath 64 } |
| 27 | %{!?quagga_user: %global quagga_user quagga } |
| 28 | %{!?vty_group: %global vty_group quaggavt } |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 29 | %{!?with_fpm: %global with_fpm 0 } |
| 30 | %{!?with_watchquagga: %global with_watchquagga 1 } |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 31 | # whether to build doc/quagga.html - requires a lot of TeX packages |
| 32 | %{!?with_texi2html: %global with_texi2html 0 } |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 33 | |
| 34 | # path defines |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 35 | %define _sysconfdir /etc/quagga |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 36 | %define zeb_src %{_builddir}/%{name}-%{quaggaversion} |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 37 | %define zeb_rh_src %{zeb_src}/redhat |
| 38 | %define zeb_docs %{zeb_src}/doc |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 39 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 40 | # defines for configure |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 41 | %define _localstatedir /var/run/quagga |
paul | 1189075 | 2005-11-05 16:29:54 +0000 | [diff] [blame] | 42 | ############################################################################ |
| 43 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 44 | #### Version String tweak |
| 45 | # Remove invalid characters form version string and replace with _ |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 46 | %{expand: %%global rpmversion %(echo '@VERSION@' | tr [:blank:]- _ )} |
| 47 | %define quaggaversion @VERSION@ |
paul | 1189075 | 2005-11-05 16:29:54 +0000 | [diff] [blame] | 48 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 49 | #### Check version of texi2html |
| 50 | # Old versions don't support "--number-footnotes" option. |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 51 | %if %{with_texi2html} |
| 52 | %{expand: %%global texi2htmlversion %(type texi2html >/dev/null 2>&1 && (rpm -q --qf '%%{VERSION}' texi2html | cut -d. -f1) || echo 0 )} |
| 53 | %endif |
paul | 1189075 | 2005-11-05 16:29:54 +0000 | [diff] [blame] | 54 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 55 | #### Check for systemd or init.d (upstart) |
| 56 | # Check for init.d (upstart) as used in CentOS 6 or systemd (ie CentOS 7) |
| 57 | %{expand: %%global initsystem %(if [[ `/sbin/init --version 2> /dev/null` =~ upstart ]]; then echo upstart; elif [[ `systemctl` =~ -\.mount ]]; then echo systemd; fi)} |
| 58 | # |
| 59 | # If init system is systemd, then always disable watchquagga |
| 60 | # |
| 61 | %if "%{initsystem}" == "systemd" |
| 62 | # Note: For systems with systemd, watchquagga will NOT be built. Systemd |
| 63 | # takes over the role of restarting crashed processes. Value will |
| 64 | # be overwritten with 0 below for systemd independent on the setting here |
| 65 | %global with_watchquagga 0 |
| 66 | %endif |
paul | 1189075 | 2005-11-05 16:29:54 +0000 | [diff] [blame] | 67 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 68 | # if FPM is enabled, then enable tcp_zebra as well |
| 69 | # |
| 70 | %if %{with_fpm} |
| 71 | %global with_tcp_zebra 1 |
| 72 | %endif |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 73 | |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 74 | # misc internal defines |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 75 | %{!?quagga_uid: %global quagga_uid 92 } |
| 76 | %{!?quagga_gid: %global quagga_gid 92 } |
| 77 | %{!?vty_gid: %global vty_gid 85 } |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 78 | |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 79 | %define daemon_list zebra ripd ospfd bgpd |
paul | 0df63b5 | 2004-11-07 22:12:23 +0000 | [diff] [blame] | 80 | |
David Lamparter | 5460bae | 2015-05-19 00:35:04 +0200 | [diff] [blame] | 81 | %define daemonv6_list ripngd ospf6d |
paul | 0df63b5 | 2004-11-07 22:12:23 +0000 | [diff] [blame] | 82 | |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 83 | %if %{with_isisd} |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 84 | %define daemon_isisd isisd |
paul | 69f5d26 | 2004-10-07 16:23:36 +0000 | [diff] [blame] | 85 | %else |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 86 | %define daemon_isisd "" |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 87 | %endif |
| 88 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 89 | %if %{with_pimd} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 90 | %define daemon_pimd pimd |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 91 | %else |
| 92 | %define daemon_pimd "" |
| 93 | %endif |
| 94 | |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 95 | %if %{with_nhrpd} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 96 | %define daemon_nhrpd nhrpd |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 97 | %else |
| 98 | %define daemon_nhrpd "" |
| 99 | %endif |
| 100 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 101 | %if %{with_watchquagga} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 102 | %define daemon_watchquagga watchquagga |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 103 | %else |
| 104 | %define daemon_watchquagga "" |
| 105 | %endif |
| 106 | |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 107 | %define all_daemons %{daemon_list} %{daemonv6_list} %{daemon_isisd} %{daemon_pimd} %{daemon_nhrpd} %{daemon_watchquagga} |
ajs | b3324e2 | 2004-12-22 17:52:29 +0000 | [diff] [blame] | 108 | |
paul | b5f310c | 2004-09-13 13:15:25 +0000 | [diff] [blame] | 109 | # allow build dir to be kept |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 110 | %{!?keep_build: %global keep_build 0 } |
paul | b5f310c | 2004-09-13 13:15:25 +0000 | [diff] [blame] | 111 | |
paul | 4859e20 | 2005-11-20 02:09:32 +0000 | [diff] [blame] | 112 | #release sub-revision (the two digits after the CONFDATE) |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 113 | %{!?release_rev: %global release_rev 01 } |
paul | 4859e20 | 2005-11-20 02:09:32 +0000 | [diff] [blame] | 114 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 115 | Summary: Routing daemon |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 116 | Name: quagga |
| 117 | Version: %{rpmversion} |
| 118 | Release: @CONFDATE@%{release_rev}%{?dist} |
| 119 | License: GPLv2+ |
| 120 | Group: System Environment/Daemons |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 121 | Source0: https://download.savannah.gnu.org/releases/quagga/%{name}-%{quaggaversion}.tar.gz |
| 122 | URL: https://www.quagga.net |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 123 | Requires: ncurses |
| 124 | Requires(pre): /sbin/install-info |
| 125 | Requires(preun): /sbin/install-info |
| 126 | Requires(post): /sbin/install-info |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 127 | BuildRequires: autoconf patch libcap-devel groff |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 128 | BuildRequires: perl-generators pkgconfig |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 129 | %if %{with_texi2html} |
| 130 | BuildRequires: texi2html |
| 131 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 132 | %if %{with_snmp} |
paul | b63cef7 | 2004-08-19 03:36:13 +0000 | [diff] [blame] | 133 | BuildRequires: net-snmp-devel |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 134 | Requires: net-snmp |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 135 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 136 | %if %{with_vtysh} |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 137 | BuildRequires: readline readline-devel ncurses ncurses-devel |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 138 | Requires: ncurses |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 139 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 140 | %if %{with_pam} |
| 141 | BuildRequires: pam-devel |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 142 | Requires: pam |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 143 | %endif |
Paul Jakma | 4cdc030 | 2017-03-03 15:07:28 +0000 | [diff] [blame] | 144 | %if %{with_nhrpd} |
| 145 | BuildRequires: c-ares-devel |
| 146 | Requires: c-ares |
| 147 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 148 | %if "%{initsystem}" == "systemd" |
| 149 | BuildRequires: systemd |
| 150 | Requires(post): systemd |
| 151 | Requires(preun): systemd |
| 152 | Requires(postun): systemd |
| 153 | %else |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 154 | # Initscripts > 5.60 is required for IPv6 support |
Matti-Oskari Leppänen | fa75585 | 2013-02-15 10:12:55 +0000 | [diff] [blame] | 155 | Requires(pre): initscripts >= 5.60 |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 156 | %endif |
| 157 | Provides: routingdaemon = %{version}-%{release} |
| 158 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 159 | #Obsoletes: mrt zebra quagga-sysvinit |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 160 | |
| 161 | %define __perl_requires %{zeb_rh_src}/quagga-filter-perl-requires.sh |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 162 | |
| 163 | %description |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 164 | Quagga is a free software routing protocol suite. |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 165 | |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 166 | Quagga supports BGP, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM-SSM and NHRP. |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 167 | |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 168 | %package contrib |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 169 | Summary: contrib tools for quagga |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 170 | Group: System Environment/Daemons |
| 171 | |
| 172 | %description contrib |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 173 | Contributed/3rd party tools which may be of use with quagga. |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 174 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 175 | %package devel |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 176 | Summary: Header and object files for quagga development |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 177 | Group: System Environment/Daemons |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 178 | Requires: %{name} = %{version}-%{release} |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 179 | |
| 180 | %description devel |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 181 | The quagga-devel package contains the header and object files neccessary for |
| 182 | developing OSPF-API and quagga applications. |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 183 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 184 | %prep |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 185 | %setup -q -n quagga-%{quaggaversion} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 186 | |
| 187 | %build |
ajs | 7966b97 | 2004-11-10 22:02:05 +0000 | [diff] [blame] | 188 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 189 | %configure \ |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 190 | --sysconfdir=%{_sysconfdir} \ |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 191 | --libdir=%{_libdir}/quagga \ |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 192 | --libexecdir=%{_libexecdir} \ |
| 193 | --localstatedir=%{_localstatedir} \ |
| 194 | --disable-werror \ |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 195 | %if !%{with_shared} |
| 196 | --disable-shared \ |
| 197 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 198 | %if %{with_snmp} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 199 | --enable-snmp \ |
| 200 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 201 | %if %{with_multipath} |
| 202 | --enable-multipath=%{with_multipath} \ |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 203 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 204 | %if %{with_tcp_zebra} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 205 | --enable-tcp-zebra \ |
| 206 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 207 | %if %{with_vtysh} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 208 | --enable-vtysh \ |
| 209 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 210 | %if %{with_ospfclient} |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 211 | --enable-ospfclient=yes \ |
| 212 | %else |
| 213 | --enable-ospfclient=no\ |
| 214 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 215 | %if %{with_ospfapi} |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 216 | --enable-ospfapi=yes \ |
| 217 | %else |
| 218 | --enable-ospfapi=no \ |
| 219 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 220 | %if %{with_irdp} |
paul | 5b81926 | 2004-07-28 14:11:55 +0000 | [diff] [blame] | 221 | --enable-irdp=yes \ |
| 222 | %else |
| 223 | --enable-irdp=no \ |
| 224 | %endif |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 225 | %if %{with_rtadv} |
| 226 | --enable-rtadv=yes \ |
| 227 | %else |
| 228 | --enable-rtadv=no \ |
| 229 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 230 | %if %{with_isisd} |
| 231 | --enable-isisd \ |
| 232 | %else |
paul | 69f5d26 | 2004-10-07 16:23:36 +0000 | [diff] [blame] | 233 | --disable-isisd \ |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 234 | %endif |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 235 | %if %{with_nhrpd} |
| 236 | --enable-nhrpd \ |
| 237 | %else |
| 238 | --disable-nhrpd \ |
| 239 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 240 | %if %{with_pam} |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 241 | --with-libpam \ |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 242 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 243 | %if 0%{?quagga_user:1} |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 244 | --enable-user=%quagga_user \ |
| 245 | --enable-group=%quagga_user \ |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 246 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 247 | %if 0%{?vty_group:1} |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 248 | --enable-vty-group=%vty_group \ |
| 249 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 250 | %if %{with_fpm} |
| 251 | --enable-fpm \ |
| 252 | %else |
| 253 | --disable-fpm \ |
| 254 | %endif |
| 255 | %if %{with_watchquagga} |
| 256 | --enable-watchquagga \ |
| 257 | %else |
| 258 | --disable-watchquagga \ |
| 259 | %endif |
| 260 | --enable-gcc-rdynamic |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 261 | |
Paul Jakma | 3bc1273 | 2017-03-05 13:33:25 +0000 | [diff] [blame] | 262 | make %{?_smp_mflags} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 263 | |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 264 | %if %{with_texi2html} |
| 265 | pushd doc |
| 266 | %if %{texi2htmlversion} < 5 |
| 267 | texi2html --number-sections quagga.texi |
| 268 | %else |
| 269 | texi2html --number-footnotes --number-sections quagga.texi |
| 270 | %endif |
| 271 | popd |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 272 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 273 | |
| 274 | %install |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 275 | mkdir -p %{buildroot}/etc/{quagga,sysconfig,logrotate.d,pam.d} \ |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 276 | %{buildroot}/var/log/quagga %{buildroot}%{_infodir} |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 277 | make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" install |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 278 | |
paul | 9a344b7 | 2003-08-05 23:24:58 +0000 | [diff] [blame] | 279 | # Remove this file, as it is uninstalled and causes errors when building on RH9 |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 280 | rm -rf %{buildroot}/usr/share/info/dir |
paul | 9a344b7 | 2003-08-05 23:24:58 +0000 | [diff] [blame] | 281 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 282 | # install /etc sources |
| 283 | %if "%{initsystem}" == "systemd" |
| 284 | mkdir -p %{buildroot}%{_unitdir} |
| 285 | for daemon in %{all_daemons} ; do |
| 286 | if [ x"${daemon}" != x"" ] ; then |
| 287 | install %{zeb_rh_src}/${daemon}.service \ |
| 288 | %{buildroot}%{_unitdir}/${daemon}.service |
| 289 | fi |
| 290 | done |
| 291 | %else |
| 292 | mkdir -p %{buildroot}/etc/rc.d/init.d |
ajs | b3324e2 | 2004-12-22 17:52:29 +0000 | [diff] [blame] | 293 | for daemon in %{all_daemons} ; do |
paul | da29c6b | 2004-10-08 00:49:09 +0000 | [diff] [blame] | 294 | if [ x"${daemon}" != x"" ] ; then |
| 295 | install %{zeb_rh_src}/${daemon}.init \ |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 296 | %{buildroot}/etc/rc.d/init.d/${daemon} |
paul | da29c6b | 2004-10-08 00:49:09 +0000 | [diff] [blame] | 297 | fi |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 298 | done |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 299 | %endif |
| 300 | |
Paul Jakma | 283d5d7 | 2016-02-11 13:54:23 +0000 | [diff] [blame] | 301 | install -m644 %{zeb_rh_src}/quagga.pam \ |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 302 | %{buildroot}/etc/pam.d/quagga |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 303 | install -m644 %{zeb_rh_src}/quagga.logrotate \ |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 304 | %{buildroot}/etc/logrotate.d/quagga |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 305 | install -m644 %{zeb_rh_src}/quagga.sysconfig \ |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 306 | %{buildroot}/etc/sysconfig/quagga |
| 307 | install -d -m750 %{buildroot}/var/run/quagga |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 308 | |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 309 | |
| 310 | %if 0%{?_tmpfilesdir:1} |
| 311 | install -d -m 755 %{buildroot}/%{_tmpfilesdir} |
| 312 | install -p -m 644 %{zeb_rh_src}/quagga-tmpfs.conf \ |
| 313 | %{buildroot}/%{_tmpfilesdir}/quagga.conf |
| 314 | %endif |
| 315 | |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 316 | %pre |
| 317 | # add vty_group |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 318 | %if 0%{?vty_group:1} |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 319 | if getent group %vty_group > /dev/null ; then : ; else \ |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 320 | /usr/sbin/groupadd -r -g %vty_gid %vty_group > /dev/null || : ; fi |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 321 | %endif |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 322 | |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 323 | # add quagga user and group |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 324 | %if 0%{?quagga_user:1} |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 325 | # Ensure that quagga_gid gets correctly allocated |
| 326 | if getent group %quagga_user >/dev/null; then : ; else \ |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 327 | /usr/sbin/groupadd -g %quagga_gid %quagga_user > /dev/null || : ; \ |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 328 | fi |
| 329 | if getent passwd %quagga_user >/dev/null ; then : ; else \ |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 330 | /usr/sbin/useradd -u %quagga_uid -g %quagga_gid -G %vty_group \ |
| 331 | -M -r -s /sbin/nologin -c "Quagga routing suite" \ |
| 332 | -d %_localstatedir %quagga_user 2> /dev/null || : ; \ |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 333 | fi |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 334 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 335 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 336 | %post |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 337 | # zebra_spec_add_service <service name> <port/proto> <comment> |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 338 | # e.g. zebra_spec_add_service zebrasrv 2600/tcp "zebra service" |
| 339 | |
| 340 | zebra_spec_add_service () |
| 341 | { |
| 342 | # Add port /etc/services entry if it isn't already there |
paul | 6b637e9 | 2004-10-23 00:48:51 +0000 | [diff] [blame] | 343 | if [ -f /etc/services ] && \ |
| 344 | ! %__sed -e 's/#.*$//' /etc/services | %__grep -wq $1 ; then |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 345 | echo "$1 $2 # $3" >> /etc/services |
| 346 | fi |
| 347 | } |
| 348 | |
| 349 | zebra_spec_add_service zebrasrv 2600/tcp "zebra service" |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 350 | zebra_spec_add_service zebra 2601/tcp "zebra vty" |
| 351 | zebra_spec_add_service ripd 2602/tcp "RIPd vty" |
| 352 | zebra_spec_add_service ripngd 2603/tcp "RIPngd vty" |
| 353 | zebra_spec_add_service ospfd 2604/tcp "OSPFd vty" |
| 354 | zebra_spec_add_service bgpd 2605/tcp "BGPd vty" |
| 355 | zebra_spec_add_service ospf6d 2606/tcp "OSPF6d vty" |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 356 | %if %{with_ospfapi} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 357 | zebra_spec_add_service ospfapi 2607/tcp "OSPF-API" |
paul | 7021c42 | 2003-07-15 12:52:22 +0000 | [diff] [blame] | 358 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 359 | %if %{with_isisd} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 360 | zebra_spec_add_service isisd 2608/tcp "ISISd vty" |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 361 | %endif |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 362 | %if %{with_pimd} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 363 | zebra_spec_add_service pimd 2611/tcp "PIMd vty" |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 364 | %endif |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 365 | %if %{with_nhrpd} |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 366 | zebra_spec_add_service nhrpd 2612/tcp "NHRPd vty" |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 367 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 368 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 369 | %if "%{initsystem}" == "systemd" |
| 370 | for daemon in %all_daemons ; do |
| 371 | %systemd_post ${daemon}.service |
| 372 | done |
| 373 | %else |
| 374 | for daemon in %all_daemons ; do |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 375 | /sbin/chkconfig --add ${daemon} |
| 376 | done |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 377 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 378 | |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 379 | if [ -f %{_infodir}/%{name}.inf* ]; then |
| 380 | /sbin/install-info %{_infodir}/quagga.info %{_infodir}/dir |
| 381 | fi |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 382 | |
| 383 | # Create dummy files if they don't exist so basic functions can be used. |
| 384 | if [ ! -e %{_sysconfdir}/zebra.conf ]; then |
| 385 | echo "hostname `hostname`" > %{_sysconfdir}/zebra.conf |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 386 | %if 0%{?quagga_user:1} |
| 387 | chown %quagga_user:%quagga_user %{_sysconfdir}/zebra.conf* |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 388 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 389 | chmod 640 %{_sysconfdir}/zebra.conf |
| 390 | fi |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 391 | for daemon in %{all_daemons} ; do |
| 392 | if [ ! -e %{_sysconfdir}/${daemon}.conf ]; then |
| 393 | touch %{_sysconfdir}/${daemon}.conf |
| 394 | %if 0%{?quagga_user:1} |
| 395 | chown %quagga_user:%quagga_user %{_sysconfdir}/${daemon}.conf* |
| 396 | %endif |
| 397 | fi |
| 398 | done |
| 399 | %if %{with_watchquagga} |
| 400 | # No config for watchquagga - this is part of /etc/sysconfig/quagga |
| 401 | rm -f %{_sysconfdir}/watchquagga.* |
| 402 | %endif |
| 403 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 404 | if [ ! -e %{_sysconfdir}/vtysh.conf ]; then |
| 405 | touch %{_sysconfdir}/vtysh.conf |
| 406 | chmod 640 %{_sysconfdir}/vtysh.conf |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 407 | %if 0%{?vty_group:1} |
| 408 | chown quagga:%{vty_group} %{_sysconfdir}/vtysh.conf* |
| 409 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 410 | fi |
| 411 | |
| 412 | %postun |
ajs | fc43ecc | 2005-01-12 16:41:33 +0000 | [diff] [blame] | 413 | if [ "$1" -ge 1 ]; then |
| 414 | # Find out which daemons need to be restarted. |
ajs | b3324e2 | 2004-12-22 17:52:29 +0000 | [diff] [blame] | 415 | for daemon in %all_daemons ; do |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 416 | if [ -f /var/lock/subsys/${daemon} ]; then |
| 417 | eval restart_${daemon}=yes |
ajs | fc43ecc | 2005-01-12 16:41:33 +0000 | [diff] [blame] | 418 | else |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 419 | eval restart_${daemon}=no |
ajs | fc43ecc | 2005-01-12 16:41:33 +0000 | [diff] [blame] | 420 | fi |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 421 | done |
ajs | fc43ecc | 2005-01-12 16:41:33 +0000 | [diff] [blame] | 422 | # Rename restart flags for daemons handled specially. |
| 423 | running_zebra="$restart_zebra" |
| 424 | restart_zebra=no |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 425 | %if %{with_watchquagga} |
| 426 | running_watchquagga="$restart_watchquagga" |
| 427 | restart_watchquagga=no |
| 428 | %endif |
| 429 | |
| 430 | %if "%{initsystem}" == "systemd" |
| 431 | ## |
| 432 | ## Systemd Version |
| 433 | ## |
| 434 | # No watchquagga for systemd version |
| 435 | # |
| 436 | # Stop all daemons other than zebra. |
| 437 | for daemon in %all_daemons ; do |
| 438 | eval restart=\$restart_${daemon} |
| 439 | [ "$restart" = yes ] && \ |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 440 | %systemd_postun_with_restart ${daemon}.service |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 441 | done |
| 442 | # Restart zebra. |
| 443 | [ "$running_zebra" = yes ] && \ |
| 444 | %systemd_postun_with_restart $daemon.service |
| 445 | # Start all daemons other than zebra. |
| 446 | for daemon in %all_daemons ; do |
| 447 | eval restart=\$restart_${daemon} |
| 448 | [ "$restart" = yes ] && \ |
| 449 | %systemd_post ${daemon}.service |
| 450 | done |
| 451 | %else |
| 452 | ## |
| 453 | ## init.d Version |
| 454 | ## |
| 455 | %if %{with_watchquagga} |
| 456 | # Stop watchquagga first. |
| 457 | [ "$running_watchquagga" = yes ] && \ |
| 458 | /etc/rc.d/init.d/watchquagga stop >/dev/null 2>&1 |
| 459 | %endif |
| 460 | # Stop all daemons other than zebra and watchquagga. |
| 461 | for daemon in %all_daemons ; do |
| 462 | eval restart=\$restart_${daemon} |
| 463 | [ "$restart" = yes ] && \ |
| 464 | /etc/rc.d/init.d/${daemon} stop >/dev/null 2>&1 |
| 465 | done |
| 466 | # Restart zebra. |
| 467 | [ "$running_zebra" = yes ] && \ |
| 468 | /etc/rc.d/init.d/zebra restart >/dev/null 2>&1 |
| 469 | # Start all daemons other than zebra and watchquagga. |
| 470 | for daemon in %all_daemons ; do |
| 471 | eval restart=\$restart_${daemon} |
| 472 | [ "$restart" = yes ] && \ |
| 473 | /etc/rc.d/init.d/${daemon} start >/dev/null 2>&1 |
| 474 | done |
| 475 | %if %{with_watchquagga} |
| 476 | # Start watchquagga last. |
| 477 | # Avoid postun scriptlet error if watchquagga is not running. |
| 478 | [ "$running_watchquagga" = yes ] && \ |
| 479 | /etc/rc.d/init.d/watchquagga start >/dev/null 2>&1 || : |
| 480 | %endif |
| 481 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 482 | fi |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 483 | |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 484 | if [ -f %{_infodir}/%{name}.inf* ]; then |
| 485 | /sbin/install-info --delete %{_infodir}/quagga.info %{_infodir}/dir |
| 486 | fi |
| 487 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 488 | %preun |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 489 | %if "%{initsystem}" == "systemd" |
| 490 | ## |
| 491 | ## Systemd Version |
| 492 | ## |
| 493 | if [ "$1" = "0" ]; then |
| 494 | for daemon in %all_daemons ; do |
| 495 | %systemd_preun ${daemon}.service |
| 496 | done |
| 497 | fi |
| 498 | %else |
| 499 | ## |
| 500 | ## init.d Version |
| 501 | ## |
| 502 | if [ "$1" = "0" ]; then |
| 503 | for daemon in %all_daemons ; do |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 504 | /etc/rc.d/init.d/${daemon} stop >/dev/null 2>&1 |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 505 | /sbin/chkconfig --del ${daemon} |
| 506 | done |
| 507 | fi |
| 508 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 509 | |
| 510 | %clean |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 511 | %if !0%{?keep_build:1} |
| 512 | rm -rf %{buildroot} |
paul | b5f310c | 2004-09-13 13:15:25 +0000 | [diff] [blame] | 513 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 514 | |
| 515 | %files |
| 516 | %defattr(-,root,root) |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 517 | %doc */*.sample* AUTHORS COPYING |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 518 | %if %{with_texi2html} |
| 519 | %doc doc/quagga.html |
| 520 | %endif |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 521 | %doc doc/mpls |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 522 | %doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 523 | %if 0%{?quagga_user:1} |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 524 | %dir %attr(751,%quagga_user,%quagga_user) %{_sysconfdir} |
| 525 | %dir %attr(750,%quagga_user,%quagga_user) /var/log/quagga |
| 526 | %dir %attr(751,%quagga_user,%quagga_user) /var/run/quagga |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 527 | %else |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 528 | %dir %attr(750,root,root) %{_sysconfdir} |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 529 | %dir %attr(750,root,root) /var/log/quagga |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 530 | %dir %attr(750,root,root) /var/run/quagga |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 531 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 532 | %if 0%{?vty_group:1} |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 533 | %attr(750,%quagga_user,%vty_group) %{_sysconfdir}/vtysh.conf.sample |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 534 | %endif |
Paul Jakma | 3bc1273 | 2017-03-05 13:33:25 +0000 | [diff] [blame] | 535 | %{_infodir}/quagga.info*.gz |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 536 | %{_mandir}/man*/* |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 537 | %if %{with_watchquagga} |
| 538 | %{_mandir}/man*/watchquagga.* |
| 539 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 540 | %{_sbindir}/zebra |
| 541 | %{_sbindir}/ospfd |
| 542 | %{_sbindir}/ripd |
| 543 | %{_sbindir}/bgpd |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 544 | %if %{with_watchquagga} |
| 545 | %{_sbindir}/watchquagga |
| 546 | %endif |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 547 | %{_sbindir}/ripngd |
| 548 | %{_sbindir}/ospf6d |
Paul Jakma | 283d5d7 | 2016-02-11 13:54:23 +0000 | [diff] [blame] | 549 | %if %{with_pimd} |
| 550 | %{_sbindir}/pimd |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 551 | %endif |
| 552 | %if %{with_isisd} |
| 553 | %{_sbindir}/isisd |
| 554 | %endif |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 555 | %if %{with_nhrpd} |
| 556 | %{_sbindir}/nhrpd |
| 557 | %endif |
paul | 28f7972 | 2004-10-29 05:35:43 +0000 | [diff] [blame] | 558 | %if %{with_shared} |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 559 | %{_libdir}/quagga/lib*.so |
| 560 | %{_libdir}/quagga/lib*.so.? |
| 561 | %attr(755,root,root) %{_libdir}/quagga/lib*.so.?.?.? |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 562 | %endif |
| 563 | %if %{with_vtysh} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 564 | %{_bindir}/* |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 565 | %endif |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 566 | %config /etc/quagga/[!v]* |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 567 | %if "%{initsystem}" == "systemd" |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 568 | %{_unitdir}/*.service |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 569 | %else |
| 570 | %config /etc/rc.d/init.d/zebra |
| 571 | %if %{with_watchquagga} |
| 572 | %config /etc/rc.d/init.d/watchquagga |
| 573 | %endif |
| 574 | %config /etc/rc.d/init.d/ripd |
| 575 | %config /etc/rc.d/init.d/ospfd |
| 576 | %config /etc/rc.d/init.d/bgpd |
| 577 | %config /etc/rc.d/init.d/ripngd |
| 578 | %config /etc/rc.d/init.d/ospf6d |
| 579 | %if %{with_isisd} |
| 580 | %config /etc/rc.d/init.d/isisd |
| 581 | %endif |
| 582 | %if %{with_pimd} |
| 583 | %config /etc/rc.d/init.d/pimd |
| 584 | %endif |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 585 | %if %{with_nhrpd} |
| 586 | %config /etc/rc.d/init.d/nhrpd |
| 587 | %endif |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 588 | %endif |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 589 | %config(noreplace) /etc/sysconfig/quagga |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 590 | %config(noreplace) /etc/pam.d/quagga |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 591 | %config(noreplace) %attr(640,root,root) /etc/logrotate.d/* |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 592 | %{_tmpfilesdir}/quagga.conf |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 593 | |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 594 | %files contrib |
| 595 | %defattr(-,root,root) |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 596 | %doc AUTHORS COPYING %attr(0644,root,root) tools |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 597 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 598 | %files devel |
| 599 | %defattr(-,root,root) |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 600 | %doc AUTHORS COPYING |
paul | da29c6b | 2004-10-08 00:49:09 +0000 | [diff] [blame] | 601 | %if %{with_ospfclient} |
| 602 | %{_sbindir}/ospfclient |
| 603 | %endif |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 604 | %dir %{_libdir}/quagga/ |
| 605 | %{_libdir}/quagga/*.a |
| 606 | %{_libdir}/quagga/*.la |
paul | cfc1842 | 2004-10-23 00:05:41 +0000 | [diff] [blame] | 607 | %dir %attr(755,root,root) %{_includedir}/%{name} |
paul | 28f7972 | 2004-10-29 05:35:43 +0000 | [diff] [blame] | 608 | %{_includedir}/%name/*.h |
paul | cfc1842 | 2004-10-23 00:05:41 +0000 | [diff] [blame] | 609 | %dir %attr(755,root,root) %{_includedir}/%{name}/ospfd |
paul | 28f7972 | 2004-10-29 05:35:43 +0000 | [diff] [blame] | 610 | %{_includedir}/%name/ospfd/*.h |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 611 | %if %{with_ospfapi} |
paul | cfc1842 | 2004-10-23 00:05:41 +0000 | [diff] [blame] | 612 | %dir %attr(755,root,root) %{_includedir}/%{name}/ospfapi |
paul | 28f7972 | 2004-10-29 05:35:43 +0000 | [diff] [blame] | 613 | %{_includedir}/%name/ospfapi/*.h |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 614 | %endif |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 615 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 616 | %changelog |
Paul Jakma | 304ec31 | 2017-03-05 12:39:41 +0000 | [diff] [blame] | 617 | * Sun Mar 5 2017 Paul Jakma <paul@jakma.org> |
| 618 | - Fix lint errors |
| 619 | - Make texi2html conditional, disable by default to avoid needing TeX |
| 620 | by default |
| 621 | |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 622 | * Mon Feb 27 2017 Paul Jakma <paul@jakma.org> |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 623 | - Apply 0001-systemd-various-service-file-improvements.patch from Fedora |
| 624 | - Review Fedora spec file and sync up with any useful differences, inc: |
| 625 | - Add tmpfiles.d config for Quagga from Fedora |
| 626 | - Add quagga-filter-perl-requires.sh from Fedora. |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 627 | - Move libs to %%{_libdir}/quagga as per Fedora |
Paul Jakma | 9368746 | 2017-02-27 22:42:59 +0000 | [diff] [blame] | 628 | - use systemd_postun_with_restart for postun |
| 629 | |
Paul Jakma | 75ebcd8 | 2017-03-05 10:21:02 +0000 | [diff] [blame] | 630 | * Tue Feb 14 2017 Timo Teräs <timo.teras@iki.fi> |
Timo Teräs | 2d78fe7 | 2017-02-14 13:07:39 +0200 | [diff] [blame] | 631 | - add nhrpd |
| 632 | |
| 633 | * Thu Feb 11 2016 Paul Jakma <paul@jakma.org> |
Paul Jakma | 283d5d7 | 2016-02-11 13:54:23 +0000 | [diff] [blame] | 634 | - remove with_ipv6 conditionals, always build v6 |
| 635 | - Fix UTF-8 char in spec changelog |
| 636 | - remove quagga.pam.stack, long deprecated. |
| 637 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 638 | * Thu Oct 22 2015 Martin Winter <mwinter@opensourcerouting.org> |
| 639 | - Cleanup configure: remove --enable-ipv6 (default now), --enable-nssa, |
| 640 | --enable-netlink |
| 641 | - Remove support for old fedora 4/5 |
| 642 | - Fix for package nameing |
| 643 | - Fix Weekdays of previous changelogs (bogus dates) |
| 644 | - Add conditional logic to only build tex footnotes with supported texi2html |
| 645 | - Added pimd to files section and fix double listing of /var/lib*/quagga |
| 646 | - Numerous fixes to unify upstart/systemd startup into same spec file |
| 647 | - Only allow use of watchquagga for non-systemd systems. no need with systemd |
| 648 | |
| 649 | * Fri Sep 4 2015 Paul Jakma <paul@jakma.org> |
Paul Jakma | e07068c | 2015-09-04 14:25:13 +0100 | [diff] [blame] | 650 | - buildreq updates |
| 651 | - add a default define for with_pimd |
| 652 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 653 | * Mon Sep 12 2005 Paul Jakma <paul@dishone.st> |
paul | e7cd37b | 2005-09-08 15:18:39 +0000 | [diff] [blame] | 654 | - Steal some changes from Fedora spec file: |
| 655 | - Add with_rtadv variable |
| 656 | - Test for groups/users with getent before group/user adding |
| 657 | - Readline need not be an explicit prerequisite |
| 658 | - install-info delete should be postun, not preun |
| 659 | |
ajs | fc43ecc | 2005-01-12 16:41:33 +0000 | [diff] [blame] | 660 | * Wed Jan 12 2005 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 661 | - on package upgrade, implement careful, phased restart logic |
| 662 | - use gcc -rdynamic flag when linking for better backtraces |
| 663 | |
ajs | b3324e2 | 2004-12-22 17:52:29 +0000 | [diff] [blame] | 664 | * Wed Dec 22 2004 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
ajs | f393175 | 2004-12-23 00:00:58 +0000 | [diff] [blame] | 665 | - daemonv6_list should contain only IPv6 daemons |
| 666 | |
| 667 | * Wed Dec 22 2004 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
ajs | b3324e2 | 2004-12-22 17:52:29 +0000 | [diff] [blame] | 668 | - watchquagga added |
| 669 | - on upgrade, all daemons should be condrestart'ed |
| 670 | - on removal, all daemons should be stopped |
| 671 | |
paul | 36002ae | 2004-11-08 17:36:29 +0000 | [diff] [blame] | 672 | * Mon Nov 08 2004 Paul Jakma <paul@dishone.st> |
| 673 | - Use makeinfo --html to generate quagga.html |
| 674 | |
paul | 0df63b5 | 2004-11-07 22:12:23 +0000 | [diff] [blame] | 675 | * Sun Nov 07 2004 Paul Jakma <paul@dishone.st> |
| 676 | - Fix with_ipv6 set to 0 build |
| 677 | |
paul | cfc1842 | 2004-10-23 00:05:41 +0000 | [diff] [blame] | 678 | * Sat Oct 23 2004 Paul Jakma <paul@dishone.st> |
| 679 | - Update to 0.97.2 |
| 680 | |
| 681 | * Sat Oct 23 2004 Andrew J. Schorr <aschorr@telemetry-investments.com> |
| 682 | - Make directories be owned by the packages concerned |
| 683 | - Update logrotate scripts to use correct path to killall and use pid files |
| 684 | |
paul | da29c6b | 2004-10-08 00:49:09 +0000 | [diff] [blame] | 685 | * Fri Oct 08 2004 Paul Jakma <paul@dishone.st> |
| 686 | - Update to 0.97.0 |
| 687 | |
paul | 54b25dc | 2004-09-30 04:56:26 +0000 | [diff] [blame] | 688 | * Wed Sep 15 2004 Paul Jakma <paul@dishone.st> |
| 689 | - build snmp support by default |
| 690 | - build irdp support |
| 691 | - build with shared libs |
| 692 | - devel subpackage for archives and headers |
| 693 | |
paul | 00bc560 | 2004-01-09 16:30:52 +0000 | [diff] [blame] | 694 | * Thu Jan 08 2004 Paul Jakma <paul@dishone.st> |
| 695 | - updated sysconfig files to specify local dir |
| 696 | - added ospf_dump.c crash quick fix patch |
| 697 | - added ospfd persistent interface configuration patch |
| 698 | |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 699 | * Tue Dec 30 2003 Paul Jakma <paul@dishone.st> |
| 700 | - sync to CVS |
| 701 | - integrate RH sysconfig patch to specify daemon options (RH) |
| 702 | - default to have vty listen only to 127.1 (RH) |
| 703 | - add user with fixed UID/GID (RH) |
| 704 | - create user with shell /sbin/nologin rather than /bin/false (RH) |
| 705 | - stop daemons on uninstall (RH) |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 706 | - delete info file on preun, not postun to avoid deletion on upgrade. (RH) |
paul | 15d74e9 | 2003-12-30 11:16:21 +0000 | [diff] [blame] | 707 | - isisd added |
| 708 | - cleanup tasks carried out for every daemon |
| 709 | |
paul | 406f700 | 2003-11-02 07:30:52 +0000 | [diff] [blame] | 710 | * Sun Nov 2 2003 Paul Jakma <paul@dishone.st> |
| 711 | - Fix -devel package to include all files |
| 712 | - Sync to 0.96.4 |
| 713 | |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 714 | * Tue Aug 12 2003 Paul Jakma <paul@dishone.st> |
| 715 | - Renamed to Quagga |
| 716 | - Sync to Quagga release 0.96 |
| 717 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 718 | * Thu Mar 20 2003 Paul Jakma <paul@dishone.st> |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 719 | - zebra privileges support |
| 720 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 721 | * Tue Mar 18 2003 Paul Jakma <paul@dishone.st> |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 722 | - Fix mem leak in 'show thread cpu' |
| 723 | - Ralph Keller's OSPF-API |
| 724 | - Amir: Fix configure.ac for net-snmp |
| 725 | |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 726 | * Sat Mar 1 2003 Paul Jakma <paul@dishone.st> |
| 727 | - ospfd IOS prefix to interface matching for 'network' statement |
| 728 | - temporary fix for PtP and IPv6 |
| 729 | - sync to zebra.org CVS |
| 730 | |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 731 | * Mon Jan 20 2003 Paul Jakma <paul@dishone.st> |
| 732 | - update to latest cvs |
| 733 | - Yon's "show thread cpu" patch - 17217 |
| 734 | - walk up tree - 17218 |
| 735 | - ospfd NSSA fixes - 16681 |
| 736 | - ospfd nsm fixes - 16824 |
| 737 | - ospfd OLSA fixes and new feature - 16823 |
| 738 | - KAME and ifindex fixes - 16525 |
| 739 | - spec file changes to allow redhat files to be in tree |
| 740 | |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 741 | * Sat Dec 28 2002 Alexander Hoogerhuis <alexh@ihatent.com> |
| 742 | - Added conditionals for building with(out) IPv6, vtysh, RIP, BGP |
| 743 | - Fixed up some build requirements (patch) |
| 744 | - Added conditional build requirements for vtysh / snmp |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 745 | - Added conditional to files for _bindir depending on vtysh |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 746 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 747 | * Mon Nov 11 2002 Paul Jakma <paulj@alphyra.ie> |
| 748 | - update to latest CVS |
| 749 | - add Greg Troxel's md5 buffer copy/dup fix |
| 750 | - add RIPv1 fix |
| 751 | - add Frank's multicast flag fix |
| 752 | |
| 753 | * Wed Oct 09 2002 Paul Jakma <paulj@alphyra.ie> |
| 754 | - update to latest CVS |
| 755 | - timestamped crypt_seqnum patch |
| 756 | - oi->on_write_q fix |
| 757 | |
| 758 | * Mon Sep 30 2002 Paul Jakma <paulj@alphyra.ie> |
| 759 | - update to latest CVS |
| 760 | - add vtysh 'write-config (integrated|daemon)' patch |
| 761 | - always 'make rebuild' in vtysh/ to catch new commands |
| 762 | |
| 763 | * Fri Sep 13 2002 Paul Jakma <paulj@alphyra.ie> |
| 764 | - update to 0.93b |
| 765 | |
| 766 | * Wed Sep 11 2002 Paul Jakma <paulj@alphyra.ie> |
| 767 | - update to latest CVS |
| 768 | - add "/sbin/ip route flush proto zebra" to zebra RH init on startup |
| 769 | |
| 770 | * Sat Aug 24 2002 Paul Jakma <paulj@alphyra.ie> |
| 771 | - update to current CVS |
| 772 | - add OSPF point to multipoint patch |
| 773 | - add OSPF bugfixes |
| 774 | - add BGP hash optimisation patch |
| 775 | |
| 776 | * Fri Jun 14 2002 Paul Jakma <paulj@alphyra.ie> |
| 777 | - update to 0.93-pre1 / CVS |
| 778 | - add link state detection support |
| 779 | - add generic PtP and RFC3021 support |
| 780 | - various bug fixes |
| 781 | |
| 782 | * Thu Aug 09 2001 Elliot Lee <sopwith@redhat.com> 0.91a-6 |
| 783 | - Fix bug #51336 |
| 784 | |
Martin Winter | a5efdb6 | 2015-10-29 22:15:42 -0700 | [diff] [blame] | 785 | * Wed Aug 1 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.91a-5 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 786 | - Use generic initscript strings instead of initscript specific |
| 787 | ( "Starting foo: " -> "Starting $prog:" ) |
| 788 | |
| 789 | * Fri Jul 27 2001 Elliot Lee <sopwith@redhat.com> 0.91a-4 |
| 790 | - Bump the release when rebuilding into the dist. |
| 791 | |
| 792 | * Tue Feb 6 2001 Tim Powers <timp@redhat.com> |
| 793 | - built for Powertools |
| 794 | |
| 795 | * Sun Feb 4 2001 Pekka Savola <pekkas@netcore.fi> |
| 796 | - Hacked up from PLD Linux 0.90-1, Mandrake 0.90-1mdk and one from zebra.org. |
| 797 | - Update to 0.91a |
| 798 | - Very heavy modifications to init.d/*, .spec, pam, i18n, logrotate, etc. |
| 799 | - Should be quite Red Hat'isque now. |