Compare commits

...

6 Commits
master ... f10

Author SHA1 Message Date
Fedora Release Engineering
51cf79baa5 dist-git conversion 2010-07-29 11:11:05 +00:00
Bill Nottingham
3390429d3c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:18:18 +00:00
Jiri Skala
8095ec830b - changed Obsoletes directive to Conflicts 2009-07-14 11:23:09 +00:00
Jiri Skala
34f7c0c566 - update to latest upstream version
- fix #499960 - BGPd in Quagga prior to 0.99.12 has a serious assert
    problem crashing with ASN4's
2009-05-20 13:30:41 +00:00
Jiri Skala
fb8ca7badc - fixes #498832 - bgpd crashes on as paths containing more 6 digit as
numbers
2009-05-04 13:15:54 +00:00
Jesse Keating
010934d253 Initialize branch F-10 for quagga 2008-11-07 05:12:37 +00:00
5 changed files with 15 additions and 28 deletions

View File

@ -1 +0,0 @@
quagga-0.99.10.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
quagga-0.99.12.tar.gz

View File

@ -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)

View File

@ -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

View File

@ -1 +1 @@
c7a2d92e1c42214afef9b2e1cd4b5d06 quagga-0.99.10.tar.gz
d2bb513f4ac113dbb300c15a0bd0a241 quagga-0.99.12.tar.gz