Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
51cf79baa5 | ||
|
3390429d3c | ||
|
8095ec830b | ||
|
34f7c0c566 | ||
|
fb8ca7badc | ||
|
010934d253 |
@ -1 +0,0 @@
|
||||
quagga-0.99.10.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
quagga-0.99.12.tar.gz
|
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: quagga
|
||||
# $Id: Makefile,v 1.1 2004/09/09 11:02:58 cvsdist Exp $
|
||||
NAME := quagga
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attempt a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
18
quagga.spec
18
quagga.spec
@ -31,7 +31,7 @@
|
||||
|
||||
Summary: Routing daemon
|
||||
Name: quagga
|
||||
Version: 0.99.10
|
||||
Version: 0.99.12
|
||||
Release: 2%{?dist}
|
||||
Epoch: 0
|
||||
License: GPLv2+
|
||||
@ -39,7 +39,6 @@ Group: System Environment/Daemons
|
||||
Source0: http://www.quagga.net/download/%{name}-%{version}.tar.gz
|
||||
Source1: quagga-filter-perl-requires.sh
|
||||
Patch2: quagga-0.96.5-nostart.patch
|
||||
#Patch6: quagga-0.98.5-pie.patch
|
||||
Patch7: quagga-0.99.9-initscript.patch
|
||||
|
||||
URL: http://www.quagga.net
|
||||
@ -61,7 +60,8 @@ Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
Provides: routingdaemon
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: bird gated mrt zebra
|
||||
# Obsoletes: bird gated mrt zebra
|
||||
Conflicts: bird gated mrt zebra
|
||||
|
||||
%description
|
||||
Quagga is a free software that manages TCP/IP based routing
|
||||
@ -93,10 +93,8 @@ developing OSPF-API and quagga applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .lib64
|
||||
%patch2 -p1 -b .nostart
|
||||
# This creates a .diff file that we apply after configuring
|
||||
#%patch6 -p1
|
||||
%patch7 -p1 -b .initscript
|
||||
|
||||
%build
|
||||
@ -348,6 +346,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2009 Jiri Skala <jskala@redhat.com> - 0.99.12-2
|
||||
- changed Obsoletes directive to Conflicts
|
||||
|
||||
* Wed May 20 2009 Jiri Skala <jskala@redhat.com> - 0.99.12-1
|
||||
- update to latest upstream version
|
||||
- fix #499960 - BGPd in Quagga prior to 0.99.12 has a serious assert problem crashing with ASN4's
|
||||
|
||||
* Mon May 04 2009 Jiri Skala <jskala@redhat.com> - 0.99.10-3
|
||||
- fixes #498832 - bgpd crashes on as paths containing more 6 digit as numbers
|
||||
|
||||
* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.99.10-2
|
||||
- fix license tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user