paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 1 | # configure options |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 2 | %define with_snmp 0 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 3 | %define with_vtysh 1 |
| 4 | %define with_ospf_te 1 |
| 5 | %define with_nssa 1 |
| 6 | %define with_opaque_lsa 1 |
| 7 | %define with_tcp_zebra 0 |
| 8 | %define with_vtysh 1 |
| 9 | %define with_pam 1 |
| 10 | %define with_ipv6 1 |
paul | 55ea381 | 2003-04-07 08:14:11 +0000 | [diff] [blame] | 11 | %define with_ospfclient 1 |
| 12 | %define with_ospfapi 1 |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 13 | %define with_multipath 64 |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 14 | %define quagga_user quagga |
paul | 45315b5 | 2003-08-14 05:23:50 +0000 | [diff] [blame] | 15 | %define vty_group quaggavty |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 16 | |
| 17 | # path defines |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 18 | %define _sysconfdir /etc/quagga |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 19 | %define zeb_src %{_builddir}/%{name}-%{version} |
| 20 | %define zeb_rh_src %{zeb_src}/redhat |
| 21 | %define zeb_docs %{zeb_src}/doc |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 22 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 23 | # defines for configure |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 24 | %define _libexecdir %{_exec_prefix}/libexec/quagga |
| 25 | %define _includedir %{_prefix}/include/quagga |
| 26 | %define _libdir %{_exec_prefix}/%{_lib}/quagga |
| 27 | %define _localstatedir /var/run/quagga |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 28 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 29 | Summary: Routing daemon |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 30 | Name: quagga |
paul | 6382b6f | 2003-05-20 00:17:45 +0000 | [diff] [blame] | 31 | Version: @VERSION@ |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 32 | Release: @CONFDATE@01 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 33 | License: GPL |
| 34 | Group: System Environment/Daemons |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 35 | Source0: http://www.quagga.net/snapshots/cvs/%{name}-%{version}.tar.gz |
| 36 | URL: http://www.quagga.net |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 37 | %if %with_snmp |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 38 | #BuildRequires: ucd-snmp-devel |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 39 | Prereq: ucd-snmp |
| 40 | %endif |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 41 | %if %with_vtysh |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 42 | BuildRequires: readline readline-devel ncurses ncurses-devel |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 43 | Prereq: readline ncurses |
| 44 | %endif |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 45 | BuildRequires: texinfo tetex autoconf pam-devel patch |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 46 | # Initscripts > 5.60 is required for IPv6 support |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 47 | Prereq: initscripts >= 5.60 |
paul | 45315b5 | 2003-08-14 05:23:50 +0000 | [diff] [blame] | 48 | Prereq: ncurses readline pam |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 49 | Prereq: /sbin/install-info |
| 50 | Provides: routingdaemon |
| 51 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 52 | Obsoletes: bird gated mrt zebra |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 53 | |
| 54 | %description |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 55 | Quagga is a free software that manages TCP/IP based routing |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 56 | protocol. It takes multi-server and multi-thread approach to resolve |
| 57 | the current complexity of the Internet. |
| 58 | |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 59 | Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng. |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 60 | |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 61 | Quagga is intended to be used as a Route Server and a Route Reflector. It is |
| 62 | not a toolkit, it provides full routing power under a new architecture. |
| 63 | Quagga by design has a process for each protocol. |
| 64 | |
| 65 | Quagga is a fork of GNU Zebra. |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 66 | |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 67 | %package contrib |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 68 | Summary: contrib tools for quagga |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 69 | Group: System Environment/Daemons |
| 70 | |
| 71 | %description contrib |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 72 | Contributed/3rd party tools which may be of use with quagga. |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 73 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 74 | %package devel |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 75 | Summary: Header and object files for quagga development |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 76 | Group: System Environment/Daemons |
| 77 | |
| 78 | %description devel |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 79 | The quagga-devel package contains the header and object files neccessary for |
| 80 | developing OSPF-API and quagga applications. |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 81 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 82 | %prep |
| 83 | %setup -q |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 84 | |
| 85 | %build |
| 86 | %configure \ |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 87 | %if %with_ipv6 |
| 88 | --enable-ipv6 \ |
| 89 | %endif |
| 90 | %if %with_snmp |
| 91 | --enable-snmp \ |
| 92 | %endif |
| 93 | %if %with_multipath |
| 94 | --enable-multipath=%with_multipath \ |
| 95 | %endif |
| 96 | %if %with_tcp_zebra |
| 97 | --enable-tcp-zebra \ |
| 98 | %endif |
| 99 | %if %with_nssa |
| 100 | --enable-nssa \ |
| 101 | %endif |
| 102 | %if %with_opaque_lsa |
| 103 | --enable-opaque-lsa \ |
| 104 | %endif |
| 105 | %if %with_ospf_te |
| 106 | --enable-ospf-te \ |
| 107 | %endif |
| 108 | %if %with_vtysh |
| 109 | --enable-vtysh \ |
| 110 | %endif |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 111 | %if %with_ospfclient |
| 112 | --enable-ospfclient=yes \ |
| 113 | %else |
| 114 | --enable-ospfclient=no\ |
| 115 | %endif |
| 116 | %if %with_ospfapi |
| 117 | --enable-ospfapi=yes \ |
| 118 | %else |
| 119 | --enable-ospfapi=no \ |
| 120 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 121 | %if %with_pam |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 122 | --with-libpam \ |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 123 | %endif |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 124 | %if %quagga_user |
| 125 | --enable-user=%quagga_user \ |
| 126 | --enable-group=%quagga_user \ |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 127 | %endif |
| 128 | %if %vty_group |
| 129 | --enable-vty-group=%vty_group \ |
| 130 | %endif |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 131 | --enable-netlink |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 132 | |
| 133 | make %{?_smp_mflags} MAKEINFO="makeinfo --no-split" |
| 134 | |
| 135 | pushd doc |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 136 | texi2html quagga.texi |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 137 | popd |
| 138 | |
| 139 | %install |
| 140 | rm -rf $RPM_BUILD_ROOT |
| 141 | |
| 142 | install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig,logrotate.d,pam.d} \ |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 143 | $RPM_BUILD_ROOT/var/log/quagga $RPM_BUILD_ROOT%{_infodir} |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 144 | |
| 145 | make install \ |
| 146 | DESTDIR=$RPM_BUILD_ROOT |
| 147 | |
paul | 9a344b7 | 2003-08-05 23:24:58 +0000 | [diff] [blame] | 148 | # Remove this file, as it is uninstalled and causes errors when building on RH9 |
| 149 | rm -rf $RPM_BUILD_ROOT/usr/share/info/dir |
| 150 | |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 151 | install %{zeb_rh_src}/zebra.init $RPM_BUILD_ROOT/etc/rc.d/init.d/zebra |
| 152 | install %{zeb_rh_src}/bgpd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/bgpd |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 153 | %if %with_ipv6 |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 154 | install %{zeb_rh_src}/ospf6d.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ospf6d |
| 155 | install %{zeb_rh_src}/ripngd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ripngd |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 156 | %endif |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 157 | install %{zeb_rh_src}/ospfd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ospfd |
| 158 | install %{zeb_rh_src}/ripd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/ripd |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 159 | install -m644 %{zeb_rh_src}/quagga.pam $RPM_BUILD_ROOT/etc/pam.d/quagga |
| 160 | install -m644 %{zeb_rh_src}/quagga.logrotate $RPM_BUILD_ROOT/etc/logrotate.d/quagga |
| 161 | install -d -m750 $RPM_BUILD_ROOT/var/run/quagga |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 162 | |
| 163 | %pre |
| 164 | # add vty_group |
| 165 | %if %vty_group |
| 166 | groupadd -r %vty_group 2> /dev/null || : |
| 167 | %endif |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 168 | # add quagga user and group |
| 169 | %if %quagga_user |
| 170 | /usr/sbin/useradd -M -r -s /bin/false -c "Quagga routing suite" \ |
| 171 | -d %_localstatedir %quagga_user 2> /dev/null || : |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 172 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 173 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 174 | %post |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 175 | # zebra_spec_add_service <service name> <port/proto> <comment> |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 176 | # e.g. zebra_spec_add_service zebrasrv 2600/tcp "zebra service" |
| 177 | |
| 178 | zebra_spec_add_service () |
| 179 | { |
| 180 | # Add port /etc/services entry if it isn't already there |
| 181 | if [ -f /etc/services ] && ! grep -q "^$1[^a-zA-Z0-9]" /etc/services ; then |
| 182 | echo "$1 $2 # $3" >> /etc/services |
| 183 | fi |
| 184 | } |
| 185 | |
| 186 | zebra_spec_add_service zebrasrv 2600/tcp "zebra service" |
| 187 | zebra_spec_add_service zebra 2601/tcp "zebra vty" |
| 188 | zebra_spec_add_service ripd 2602/tcp "RIPd vty" |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 189 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 190 | zebra_spec_add_service ripngd 2603/tcp "RIPngd vty" |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 191 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 192 | zebra_spec_add_service ospfd 2604/tcp "OSPFd vty" |
| 193 | zebra_spec_add_service bgpd 2605/tcp "BGPd vty" |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 194 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 195 | zebra_spec_add_service ospf6d 2606/tcp "OSPF6d vty" |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 196 | %endif |
paul | 7021c42 | 2003-07-15 12:52:22 +0000 | [diff] [blame] | 197 | %if %with_ospfapi |
| 198 | zebra_spec_add_service ospfapi 2607/tcp "OSPF-API" |
| 199 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 200 | |
| 201 | /sbin/chkconfig --add zebra |
| 202 | /sbin/chkconfig --add ripd |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 203 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 204 | /sbin/chkconfig --add ripngd |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 205 | /sbin/chkconfig --add ospf6d |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 206 | %endif |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 207 | /sbin/chkconfig --add ospfd |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 208 | /sbin/chkconfig --add bgpd |
| 209 | |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 210 | /sbin/install-info %{_infodir}/quagga.info.gz %{_infodir}/dir |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 211 | |
| 212 | # Create dummy files if they don't exist so basic functions can be used. |
| 213 | if [ ! -e %{_sysconfdir}/zebra.conf ]; then |
| 214 | echo "hostname `hostname`" > %{_sysconfdir}/zebra.conf |
| 215 | chmod 640 %{_sysconfdir}/zebra.conf |
| 216 | fi |
| 217 | if [ ! -e %{_sysconfdir}/vtysh.conf ]; then |
| 218 | touch %{_sysconfdir}/vtysh.conf |
| 219 | chmod 640 %{_sysconfdir}/vtysh.conf |
| 220 | fi |
| 221 | |
| 222 | %postun |
| 223 | if [ "$1" -ge "1" ]; then |
| 224 | /etc/rc.d/init.d/zebra condrestart >/dev/null 2>&1 |
| 225 | /etc/rc.d/init.d/ripd condrestart >/dev/null 2>&1 |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 226 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 227 | /etc/rc.d/init.d/ripngd condrestart >/dev/null 2>&1 |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 228 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 229 | /etc/rc.d/init.d/ospfd condrestart >/dev/null 2>&1 |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 230 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 231 | /etc/rc.d/init.d/ospf6d condrestart >/dev/null 2>&1 |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 232 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 233 | /etc/rc.d/init.d/bgpd condrestart >/dev/null 2>&1 |
| 234 | fi |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 235 | /sbin/install-info --delete %{_infodir}/quagga.info.gz %{_infodir}/dir |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 236 | |
| 237 | %preun |
| 238 | if [ "$1" = "0" ]; then |
| 239 | /sbin/chkconfig --del zebra |
| 240 | /sbin/chkconfig --del ripd |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 241 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 242 | /sbin/chkconfig --del ripngd |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 243 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 244 | /sbin/chkconfig --del ospfd |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 245 | %if %with_ipv6 |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 246 | /sbin/chkconfig --del ospf6d |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 247 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 248 | /sbin/chkconfig --del bgpd |
| 249 | fi |
| 250 | |
| 251 | %clean |
| 252 | #rm -rf $RPM_BUILD_ROOT |
| 253 | |
| 254 | %files |
| 255 | %defattr(-,root,root) |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 256 | %doc */*.sample* AUTHORS COPYING |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 257 | %doc doc/quagga.html |
paul | 30b9d89 | 2003-01-18 22:57:15 +0000 | [diff] [blame] | 258 | %doc doc/mpls |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 259 | %doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 260 | %if %quagga_user |
| 261 | %dir %attr(751,%quagga_user,%quagga_user) %{_sysconfdir} |
| 262 | %dir %attr(750,%quagga_user,%quagga_user) /var/log/quagga |
| 263 | %dir %attr(751,%quagga_user,%quagga_user) /var/run/quagga |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 264 | %else |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 265 | %dir %attr(750,root,root) %{_sysconfdir} |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 266 | %dir %attr(750,root,root) /var/log/quagga |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 267 | %dir %attr(755,root,root) /usr/share/info |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 268 | %dir %attr(750,root,root) /var/run/quagga |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 269 | %endif |
| 270 | %if %vty_group |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 271 | %attr(750,%quagga_user,%vty_group) %{_sysconfdir}/vtysh.conf.sample |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 272 | %endif |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 273 | %{_infodir}/*info* |
| 274 | %{_mandir}/man*/* |
| 275 | %{_sbindir}/* |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 276 | %if %with_vtysh |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 277 | %{_bindir}/* |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 278 | %endif |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 279 | %config /etc/quagga/[!v]* |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 280 | %config /etc/rc.d/init.d/* |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 281 | %config(noreplace) /etc/pam.d/quagga |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 282 | %config(noreplace) %attr(640,root,root) /etc/logrotate.d/* |
| 283 | |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 284 | %files contrib |
| 285 | %defattr(-,root,root) |
| 286 | %doc tools |
| 287 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 288 | %files devel |
| 289 | %defattr(-,root,root) |
| 290 | %dir %{_libdir}/* |
paul | 406f700 | 2003-11-02 07:30:52 +0000 | [diff] [blame] | 291 | %dir %{_includedir}/*.h |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 292 | %dir %{_includedir}/ospfd/* |
| 293 | %if %with_ospfapi |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 294 | %dir %{_includedir}/ospfapi/* |
paul | 6898008 | 2003-03-25 05:07:42 +0000 | [diff] [blame] | 295 | %endif |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 296 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 297 | %changelog |
paul | 406f700 | 2003-11-02 07:30:52 +0000 | [diff] [blame] | 298 | * Sun Nov 2 2003 Paul Jakma <paul@dishone.st> |
| 299 | - Fix -devel package to include all files |
| 300 | - Sync to 0.96.4 |
| 301 | |
paul | 6bd8fd3 | 2003-08-12 12:54:13 +0000 | [diff] [blame] | 302 | * Tue Aug 12 2003 Paul Jakma <paul@dishone.st> |
| 303 | - Renamed to Quagga |
| 304 | - Sync to Quagga release 0.96 |
| 305 | |
paul | edd7c24 | 2003-06-04 13:59:38 +0000 | [diff] [blame] | 306 | * Tue Mar 20 2003 Paul Jakma <paul@dishone.st> |
| 307 | - zebra privileges support |
| 308 | |
paul | e062685 | 2003-03-18 14:11:36 +0000 | [diff] [blame] | 309 | * Mon Mar 18 2003 Paul Jakma <paul@dishone.st> |
| 310 | - Fix mem leak in 'show thread cpu' |
| 311 | - Ralph Keller's OSPF-API |
| 312 | - Amir: Fix configure.ac for net-snmp |
| 313 | |
paul | 448ed4a | 2003-03-01 15:43:28 +0000 | [diff] [blame] | 314 | * Sat Mar 1 2003 Paul Jakma <paul@dishone.st> |
| 315 | - ospfd IOS prefix to interface matching for 'network' statement |
| 316 | - temporary fix for PtP and IPv6 |
| 317 | - sync to zebra.org CVS |
| 318 | |
paul | 8f75498 | 2003-01-20 04:55:51 +0000 | [diff] [blame] | 319 | * Mon Jan 20 2003 Paul Jakma <paul@dishone.st> |
| 320 | - update to latest cvs |
| 321 | - Yon's "show thread cpu" patch - 17217 |
| 322 | - walk up tree - 17218 |
| 323 | - ospfd NSSA fixes - 16681 |
| 324 | - ospfd nsm fixes - 16824 |
| 325 | - ospfd OLSA fixes and new feature - 16823 |
| 326 | - KAME and ifindex fixes - 16525 |
| 327 | - spec file changes to allow redhat files to be in tree |
| 328 | |
paul | d7ccae2 | 2003-01-18 00:24:00 +0000 | [diff] [blame] | 329 | * Sat Dec 28 2002 Alexander Hoogerhuis <alexh@ihatent.com> |
| 330 | - Added conditionals for building with(out) IPv6, vtysh, RIP, BGP |
| 331 | - Fixed up some build requirements (patch) |
| 332 | - Added conditional build requirements for vtysh / snmp |
| 333 | - Added conditional to %files for %_bindir depending on vtysh |
| 334 | |
paul | 788cdc6 | 2003-01-18 00:22:08 +0000 | [diff] [blame] | 335 | * Mon Nov 11 2002 Paul Jakma <paulj@alphyra.ie> |
| 336 | - update to latest CVS |
| 337 | - add Greg Troxel's md5 buffer copy/dup fix |
| 338 | - add RIPv1 fix |
| 339 | - add Frank's multicast flag fix |
| 340 | |
| 341 | * Wed Oct 09 2002 Paul Jakma <paulj@alphyra.ie> |
| 342 | - update to latest CVS |
| 343 | - timestamped crypt_seqnum patch |
| 344 | - oi->on_write_q fix |
| 345 | |
| 346 | * Mon Sep 30 2002 Paul Jakma <paulj@alphyra.ie> |
| 347 | - update to latest CVS |
| 348 | - add vtysh 'write-config (integrated|daemon)' patch |
| 349 | - always 'make rebuild' in vtysh/ to catch new commands |
| 350 | |
| 351 | * Fri Sep 13 2002 Paul Jakma <paulj@alphyra.ie> |
| 352 | - update to 0.93b |
| 353 | |
| 354 | * Wed Sep 11 2002 Paul Jakma <paulj@alphyra.ie> |
| 355 | - update to latest CVS |
| 356 | - add "/sbin/ip route flush proto zebra" to zebra RH init on startup |
| 357 | |
| 358 | * Sat Aug 24 2002 Paul Jakma <paulj@alphyra.ie> |
| 359 | - update to current CVS |
| 360 | - add OSPF point to multipoint patch |
| 361 | - add OSPF bugfixes |
| 362 | - add BGP hash optimisation patch |
| 363 | |
| 364 | * Fri Jun 14 2002 Paul Jakma <paulj@alphyra.ie> |
| 365 | - update to 0.93-pre1 / CVS |
| 366 | - add link state detection support |
| 367 | - add generic PtP and RFC3021 support |
| 368 | - various bug fixes |
| 369 | |
| 370 | * Thu Aug 09 2001 Elliot Lee <sopwith@redhat.com> 0.91a-6 |
| 371 | - Fix bug #51336 |
| 372 | |
| 373 | * Wed Aug 1 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.91a-5 |
| 374 | - Use generic initscript strings instead of initscript specific |
| 375 | ( "Starting foo: " -> "Starting $prog:" ) |
| 376 | |
| 377 | * Fri Jul 27 2001 Elliot Lee <sopwith@redhat.com> 0.91a-4 |
| 378 | - Bump the release when rebuilding into the dist. |
| 379 | |
| 380 | * Tue Feb 6 2001 Tim Powers <timp@redhat.com> |
| 381 | - built for Powertools |
| 382 | |
| 383 | * Sun Feb 4 2001 Pekka Savola <pekkas@netcore.fi> |
| 384 | - Hacked up from PLD Linux 0.90-1, Mandrake 0.90-1mdk and one from zebra.org. |
| 385 | - Update to 0.91a |
| 386 | - Very heavy modifications to init.d/*, .spec, pam, i18n, logrotate, etc. |
| 387 | - Should be quite Red Hat'isque now. |