diff --git a/ebtables.changes b/ebtables.changes index 60cf070..22bf423 100644 --- a/ebtables.changes +++ b/ebtables.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 9 16:27:37 CEST 2007 - olh@suse.de + +- remove private include/linux/ files + ------------------------------------------------------------------- Wed Jan 25 21:35:40 CET 2006 - mls@suse.de diff --git a/ebtables.spec b/ebtables.spec index 792f7a7..2aa080b 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,30 +1,30 @@ # # spec file for package ebtables (Version v2.0.6) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: ebtables -License: GPL -Group: Productivity/Networking/Security -Autoreqprov: on -Version: v2.0.6 -Release: 5 -Summary: Ethernet Bridge Tables -Source: %{name}-%{version}.tar.bz2 -Patch: %{name}-%{version}-makefile.diff -Patch1: %{name}-%{version}-gcc.diff -URL: http://ebtables.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: ebtables +License: GPL v2 or later +Group: Productivity/Networking/Security +Autoreqprov: on +Version: v2.0.6 +Release: 68 +Summary: Ethernet Bridge Tables +Source: %{name}-%{version}.tar.bz2 +Patch: %{name}-%{version}-makefile.diff +Patch1: %{name}-%{version}-gcc.diff +URL: http://ebtables.sourceforge.net/ +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A firewalling tool to transparantly filter network traffic passing a +A firewalling tool to transparently filter network traffic passing a bridge. The filtering possibilities are limited to link layer filtering and some basic filtering on higher network layers. The ebtables tool can be used together with the other Linux filtering tools, like @@ -44,14 +44,13 @@ Authors: %patch1 %build +rm -rf include/linux/ make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ BINPATH=%{_prefix}/sbin/ \ MANDIR=%{_mandir} \ ETHERTYPESPATH=/etc %install -rm -rf $RPM_BUILD_ROOT -mkdir $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{_prefix}/sbin install -d -m 755 $RPM_BUILD_ROOT/etc make BINPATH=$RPM_BUILD_ROOT%{_prefix}/sbin/ \ @@ -68,7 +67,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/sbin/ebtables %config(noreplace) /etc/ethertypes -%changelog -n ebtables +%changelog +* Thu Aug 09 2007 - olh@suse.de +- remove private include/linux/ files * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Jun 29 2005 - meissner@suse.de