summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorpaul <paul>2003-03-01 15:43:28 +0000
committerpaul <paul>2003-03-01 15:43:28 +0000
commit448ed4a23fb37009e30f79bf179cc1f65a9c67d1 (patch)
treeb7795c8b7db8d897d7074d26c17b52da27cc38d4 /redhat
parent55287fe982867144efc02a836221506e6922d00e (diff)
Seperate out the contrib perl utils to a seperate package to avoid perl
dependencies in the main zebra package
Diffstat (limited to 'redhat')
-rw-r--r--redhat/zebra.spec22
1 files changed, 19 insertions, 3 deletions
diff --git a/redhat/zebra.spec b/redhat/zebra.spec
index f7fdcd95..855bc60e 100644
--- a/redhat/zebra.spec
+++ b/redhat/zebra.spec
@@ -1,5 +1,5 @@
# conditionals
-%define with_snmp 0
+%define with_snmp 1
%define with_vtysh 1
%define with_ospf_te 1
%define with_nssa 1
@@ -19,7 +19,7 @@
Summary: Routing daemon
Name: zebra
Version: 0.94
-Release: 2003021301
+Release: 2003030101
License: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.zebra.org/pub/zebra/%{name}-%{version}.tar.gz
@@ -53,6 +53,13 @@ Reflector. It is not a toolkit, it provides full routing power under
a new architecture. GNU Zebra is unique in design in that it has a
process for each protocol.
+%package contrib
+Summary: contrib tools for zebra
+Group: System Environment/Daemons
+
+%description contrib
+Contributed/3rd party tools which may be of use with zebra.
+
%prep
%setup -q
@@ -197,7 +204,7 @@ fi
%files
%defattr(-,root,root)
-%doc */*.sample* tools AUTHORS COPYING
+%doc */*.sample* AUTHORS COPYING
%doc doc/zebra.html
%doc doc/mpls
%doc ChangeLog INSTALL NEWS README REPORTING-BUGS SERVICES TODO
@@ -215,7 +222,16 @@ fi
%config(noreplace) /etc/pam.d/zebra
%config(noreplace) %attr(640,root,root) /etc/logrotate.d/*
+%files contrib
+%defattr(-,root,root)
+%doc tools
+
%changelog
+* Sat Mar 1 2003 Paul Jakma <paul@dishone.st>
+- ospfd IOS prefix to interface matching for 'network' statement
+- temporary fix for PtP and IPv6
+- sync to zebra.org CVS
+
* Mon Jan 20 2003 Paul Jakma <paul@dishone.st>
- update to latest cvs
- Yon's "show thread cpu" patch - 17217