Compare commits

...

7 Commits
master ... fc6

Author SHA1 Message Date
Fedora Release Engineering f3e31a2545 dist-git conversion 2010-07-28 13:24:34 +00:00
Bill Nottingham 45fc6587a8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:20:12 +00:00
Tom Callaway 5df645f3ed Lots of fixes. License fix. buildid. 2007-08-23 14:49:25 +00:00
Tom Callaway 764b8233c6 2.0.8 final 2007-07-02 20:41:49 +00:00
Tom Callaway 3070134044 Fix release versioning 2007-01-17 22:04:05 +00:00
Tom Callaway 36b77ecc6e i Bump to 2.0.8-rc3 (fixes the bugs i was patching for) 2007-01-17 20:55:49 +00:00
Jeremy Katz 4979545ddc Initialize branch FC-6 for ebtables 2006-10-23 15:11:05 +00:00
4 changed files with 15 additions and 32 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ebtables
# $Id$
NAME := ebtables
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),)
# attept 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

@ -1,16 +1,12 @@
%define prever rc2
Name: ebtables
Version: 2.0.8
Release: 0.7.%{prever}%{?dist}
Release: 1%{?dist}
Summary: Ethernet Bridge frame table administration tool
License: GPL
License: GPLv2+
Group: System Environment/Base
URL: http://ebtables.sourceforge.net/
Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-%{prever}.tar.gz
Source0: http://dl.sf.net/ebtables/ebtables-v%{version}-1.tar.gz
Source1: ebtables.sysv
Patch0: ebtables-2.0.8-noconfigh.patch
Patch1: ebtables-v2.0.8-rc2-segfaultfix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
PreReq: /sbin/chkconfig
PreReq: /sbin/service
@ -27,9 +23,7 @@ The ebtables tool can be used together with the other Linux filtering tools,
like iptables. There are no known incompatibility issues.
%prep
%setup -q -n ebtables-v%{version}-%{prever}
%patch0 -p1
%patch1 -p1
%setup -q -n ebtables-v%{version}-1
%build
MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'`
@ -80,6 +74,15 @@ fi
%ghost %{_sysconfdir}/ebtables.broute
%changelog
* Mon Jul 2 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.8-1
- final 2.0.8 release
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.8-0.8.rc3
- fix release order
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.8-0.1.rc3
- bump to rc3
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 2.0.8-0.7.rc2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21

View File

@ -1 +1,2 @@
f07111fcc1966be669278433c35dcc28 ebtables-v2.0.8-rc2.tar.gz
92f0dd5107b92a744e104f50f9b2dd2d ebtables-v2.0.8-rc3.tar.gz
216e5d20fbd0e56dbe7e56b0d07b1909 ebtables-v2.0.8-1.tar.gz