From bb791d98eb92718068eafc1fcff9070ad5366fb5 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 28 May 2007 11:06:14 +0000 Subject: upgrade to 2.0.8 and fix 2 small bugs --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee2ea17..33aa9ac 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # ebtables Makefile PROGNAME:=ebtables -PROGRELEASE:=rc3 +PROGRELEASE:= PROGVERSION_:=2.0.8 -ifneq (PROGRELEASE,) +ifneq ($(PROGRELEASE),) PROGVERSION:=$(PROGVERSION_)-$(PROGRELEASE) else PROGVERSION:=$(PROGVERSION_) endif -PROGDATE:=December\ 2006 +PROGDATE:=May\ 2007 # default paths LIBDIR:=/usr/lib @@ -229,7 +229,7 @@ release: touch include/linux/netfilter_bridge/* sed -i 's/$$(VERSION)/$(PROGVERSION)/' ebtables.8 sed -i 's/$$(DATE)/$(PROGDATE)/' ebtables.8 - sed -i 's/$$(VERSION)/$(PROGVERSION_)/' ebtables.spec + sed -i 's/$$(VERSION)/$(PROGVERSION)/' ebtables.spec sed -i 's/$$(RELEASE)/$(PROGRELEASE)/' ebtables.spec cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz; cd - rm -rf include/linux -- cgit v1.2.3