# # spec file for package ebtables (Version v2.0.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: ebtables License: GPL v2 or later Group: Productivity/Networking/Security AutoReqProv: on Version: v2.0.8 Release: 56 Summary: Ethernet Bridge Tables Source: %{name}-%{version}-2.tar.bz2 Patch0: %{name}-%{version}-makefile.diff Patch1: %{name}-%{version}-initscript.diff Url: http://ebtables.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description 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 iptables. There are no incompatibility issues. Authors: -------- Bart De Schuymer Nick Fedchik Grzegorz Borowiak %prep %setup -q -n %{name}-%{version}-2 %patch0 %patch1 %build rm -rf include/linux/ make \ CFLAGS="$RPM_OPT_FLAGS" \ CXXFLAGS="$RPM_OPT_FLAGS" \ LIBDIR=%{_libdir} \ MANDIR=%{_mandir} \ BINDIR=%{_sbindir} \ ETCDIR=%{_sysconfdir} \ INITDIR=%{_sysconfdir}/init.d \ SYSCONFIGDIR=%{_sysconfdir} %install install -d -m 755 $RPM_BUILD_ROOT%{_sbindir} install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/init.d make \ DESTDIR=$RPM_BUILD_ROOT \ LIBDIR=%{_libdir} \ MANDIR=%{_mandir} \ BINDIR=%{_sbindir} \ ETCDIR=%{_sysconfdir} \ INITDIR=%{_sysconfdir}/init.d \ SYSCONFIGDIR=%{_sysconfdir} \ install ln -sf %{_sysconfdir}/init.d/ebtables $RPM_BUILD_ROOT%{_sbindir}/rcebtables %preun %stop_on_removal ebtables %postun %restart_on_update ebtables %insserv_cleanup %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc %{_mandir}/man8/ebtables.8* %config(noreplace) %{_sysconfdir}/ebtables-config %config(noreplace) %{_sysconfdir}/ethertypes %{_sysconfdir}/init.d/ebtables %{_libdir}/*.so %{_sbindir}/ebtables %{_sbindir}/ebtables-restore %{_sbindir}/ebtables-save %{_sbindir}/rcebtables %changelog * Sat Aug 30 2008 cthiel@suse.de - fix init script * Wed Oct 24 2007 ro@suse.de - fix build (use gcc not ld directly) * Wed Oct 17 2007 prusnak@suse.cz - fixed specfile not to include debug files in normal package * Fri Oct 12 2007 prusnak@suse.cz - update to 2.0.8-2 * add sysconfig support (ebtables-save, ebtables-restore, etc) * add ulog watcher * use shared libraries (making the code easily usable by third parties) * improve speed * bugfixes, dccp and sctp support - dropped obsolete patches: * gcc.diff (included in update) * 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 - use RPM_OPT_FLAGS. * Thu Apr 21 2005 postadal@suse.cz - fixed for gcc 4.0 * Fri Jun 18 2004 postadal@suse.cz - new package v2.0.6