rpms/ebtables/devel .cvsignore, 1.7, 1.8 ebtables.spec, 1.24, 1.25 sources, 1.7, 1.8

Tom Callaway spot at fedoraproject.org
Mon Jul 27 17:49:45 UTC 2009


Author: spot

Update of /cvs/extras/rpms/ebtables/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6974/devel

Modified Files:
	.cvsignore ebtables.spec sources 
Log Message:
update to 2.0.9


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ebtables/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	28 Oct 2007 19:21:09 -0000	1.7
+++ .cvsignore	27 Jul 2009 17:49:45 -0000	1.8
@@ -1 +1 @@
-ebtables-v2.0.8-2.tar.gz
+ebtables-v2.0.9-1.tar.gz


Index: ebtables.spec
===================================================================
RCS file: /cvs/extras/rpms/ebtables/devel/ebtables.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- ebtables.spec	24 Jul 2009 20:48:17 -0000	1.24
+++ ebtables.spec	27 Jul 2009 17:49:45 -0000	1.25
@@ -1,17 +1,17 @@
-Name:		ebtables
-Version:	2.0.8
-Release:	7%{?dist}
-Summary:	Ethernet Bridge frame table administration tool
-License:	GPLv2+
-Group:		System Environment/Base
-URL:		http://ebtables.sourceforge.net/
-Source0:	http://dl.sf.net/ebtables/ebtables-v%{version}-2.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-PreReq:		/sbin/chkconfig
-PreReq:		/sbin/service
-Patch0:         ebtables-2.0.8-norootinst.patch
-Patch1:         ebtables-2.0.8-cflags.patch
-Patch2:         ebtables-2.0.8-buildid.patch
+Name:			ebtables
+Version:		2.0.9
+Release:		1%{?dist}
+Summary:		Ethernet Bridge frame table administration tool
+License:		GPLv2+
+Group:			System Environment/Base
+URL:			http://ebtables.sourceforge.net/
+Source0:		http://dl.sf.net/ebtables/ebtables-v%{version}-1.tar.gz
+BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires(pre):		/sbin/chkconfig
+Requires(postun):	/sbin/service
+Patch0:			ebtables-2.0.8-norootinst.patch
+Patch1:			ebtables-2.0.8-cflags.patch
+Patch2:			ebtables-2.0.8-buildid.patch
 
 %description
 Ethernet bridge tables is a firewalling tool to transparently filter network
@@ -25,11 +25,14 @@ The ebtables tool can be used together w
 like iptables. There are no known incompatibility issues.
 
 %prep
-%setup -q -n ebtables-v%{version}-2
+%setup -q -n ebtables-v%{version}-1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
+# Convert to UTF-8
+f=THANKS; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
+
 %build
 MY_CFLAGS=`echo $RPM_OPT_FLAGS -fPIC | sed -e 's/-fstack-protector//g'`
 make %{?_smp_mflags} CFLAGS="$MY_CFLAGS" LIBDIR="%{_libdir}/ebtables" BINDIR="/sbin" MANDIR="%{_mandir}"
@@ -76,6 +79,9 @@ fi
 %ghost %{_sysconfdir}/sysconfig/ebtables.broute
 
 %changelog
+* Mon Jul 27 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.9-1
+- update to 2.0.9
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -151,9 +157,9 @@ fi
 * Fri Jul  1 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.6-4
 - remove INSTALL file
 - add some text to description, correct typos
-- fix %postun
+- fix %%postun
 - add PreReqs
-- add %ghost config files
+- add %%ghost config files
 
 * Tue May 31 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.6-3
 - reworked for Fedora Extras


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ebtables/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	28 Oct 2007 19:21:09 -0000	1.7
+++ sources	27 Jul 2009 17:49:45 -0000	1.8
@@ -1 +1 @@
-66bcbcb2dcf3b981ad4e86e1720e796e  ebtables-v2.0.8-2.tar.gz
+0e0c20adf2bba6d91dbd0b74a1a38c33  ebtables-v2.0.9-1.tar.gz




More information about the fedora-extras-commits mailing list