2007-01-16 00:11:02 +01:00
|
|
|
#
|
2011-06-01 09:32:44 +02:00
|
|
|
# spec file for package ebtables
|
2007-01-16 00:11:02 +01:00
|
|
|
#
|
2016-05-06 10:56:44 +02:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-16 00:11:02 +01:00
|
|
|
#
|
2008-09-01 02:30:46 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-08-09 18:41:37 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-16 00:11:02 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2007-08-09 18:41:37 +02:00
|
|
|
Name: ebtables
|
2011-12-15 22:45:35 +01:00
|
|
|
Version: 2.0.10.4
|
2012-07-20 01:24:30 +02:00
|
|
|
Release: 0
|
2007-08-09 18:41:37 +02:00
|
|
|
Summary: Ethernet Bridge Tables
|
2012-07-20 01:24:30 +02:00
|
|
|
License: GPL-2.0+
|
2011-06-06 13:54:04 +02:00
|
|
|
Group: Productivity/Networking/Security
|
2012-07-20 01:24:30 +02:00
|
|
|
Url: http://ebtables.sf.net/
|
2014-05-30 14:20:47 +02:00
|
|
|
#Git-Clone: git://git.netfilter.org/ebtables
|
2016-05-06 10:56:44 +02:00
|
|
|
Source: %{name}-v2.0.10-4.tar.xz
|
2016-06-02 17:28:01 +02:00
|
|
|
Source1: %{name}.service
|
|
|
|
Source2: %{name}.systemd
|
2016-05-06 10:56:44 +02:00
|
|
|
Patch0: %{name}-v2.0.8-makefile.diff
|
|
|
|
Patch1: %{name}-v2.0.8-initscript.diff
|
|
|
|
# PATCH-FIX-UPSTREAM bnc#934680 kstreitova@suse.com -- audit patch for CC certification
|
2015-06-22 12:46:36 +02:00
|
|
|
Patch2: ebtables-v2.0.10-4-audit.patch
|
2016-05-06 10:56:44 +02:00
|
|
|
# PATCH-FIX-UPSTREAM
|
2015-08-31 09:54:43 +02:00
|
|
|
Patch3: 0001-fix-compilation-warning.patch
|
|
|
|
# PATCH-FIX-SUSE-ONLY
|
|
|
|
Patch4: include-linux-if.patch
|
2014-09-23 17:29:08 +02:00
|
|
|
BuildRequires: linux-glibc-devel >= 2.6.20
|
2014-03-19 10:14:03 +01:00
|
|
|
BuildRequires: sed
|
2011-07-20 09:15:31 +02:00
|
|
|
BuildRequires: xz
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
Requires(pre): %fillup_prereq
|
|
|
|
%{?systemd_requires}
|
|
|
|
%else
|
|
|
|
BuildRequires: sysvinit
|
|
|
|
Requires(pre): %insserv_prereq
|
|
|
|
%endif
|
2016-05-06 10:56:44 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:11:02 +01:00
|
|
|
|
|
|
|
%description
|
2007-08-09 18:41:37 +02:00
|
|
|
A firewalling tool to transparently filter network traffic passing a
|
2007-01-16 00:11:02 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
%prep
|
2016-05-06 10:56:44 +02:00
|
|
|
%setup -q -n %{name}-v2.0.10-4
|
|
|
|
%patch -P 0 -P 1
|
2015-06-22 12:46:36 +02:00
|
|
|
%patch2 -p1
|
2015-08-31 09:54:43 +02:00
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
2010-01-12 15:48:48 +01:00
|
|
|
# delete all kernel headers, but keep ebt_ip6.h and ebt_nflog.h
|
|
|
|
mv include/linux/netfilter_bridge/ebt_ip6.{h,h.save}
|
|
|
|
mv include/linux/netfilter_bridge/ebt_nflog.{h,h.save}
|
2014-11-20 13:58:51 +01:00
|
|
|
mv include/linux/netfilter_bridge/ebt_ulog.{h,h.save}
|
2010-01-12 15:48:48 +01:00
|
|
|
rm -f include/linux/*.h
|
|
|
|
rm -f include/linux/netfilter_bridge/*.h
|
|
|
|
mv include/linux/netfilter_bridge/ebt_ip6.{h.save,h}
|
|
|
|
mv include/linux/netfilter_bridge/ebt_nflog.{h.save,h}
|
2014-11-20 13:58:51 +01:00
|
|
|
mv include/linux/netfilter_bridge/ebt_ulog.{h.save,h}
|
2015-08-31 09:54:43 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
# The way ebtables is built requires ASNEEDED=0 forever [bnc#567267]
|
|
|
|
export SUSE_ASNEEDED=0
|
2007-10-13 00:07:43 +02:00
|
|
|
make \
|
2016-05-06 10:56:44 +02:00
|
|
|
CFLAGS="%{optflags}" \
|
|
|
|
CXXFLAGS="%{optflags}" \
|
|
|
|
LIBDIR="%{_libdir}/%{name}" \
|
|
|
|
MANDIR="%{_mandir}" \
|
|
|
|
BINDIR="%{_sbindir}" \
|
|
|
|
ETCDIR="%{_sysconfdir}" \
|
|
|
|
INITDIR="%{_sysconfdir}/init.d" \
|
|
|
|
SYSCONFIGDIR="%{_sysconfdir}"
|
2007-01-16 00:11:02 +01:00
|
|
|
|
|
|
|
%install
|
2010-01-27 18:48:02 +01:00
|
|
|
# The way ebtables is built requires ASNEEDED=0 forever [bnc#567267]
|
|
|
|
export SUSE_ASNEEDED=0
|
2016-05-06 10:56:44 +02:00
|
|
|
mkdir -p "%{buildroot}/%{_sysconfdir}/init.d"
|
2007-10-13 00:07:43 +02:00
|
|
|
make \
|
2016-05-06 10:56:44 +02:00
|
|
|
DESTDIR=%{buildroot} \
|
|
|
|
LIBDIR="%{_libdir}/%{name}" \
|
|
|
|
MANDIR="%{_mandir}" \
|
|
|
|
BINDIR="%{_sbindir}" \
|
|
|
|
ETCDIR="%{_sysconfdir}" \
|
|
|
|
INITDIR="%{_sysconfdir}/init.d" \
|
|
|
|
SYSCONFIGDIR="%{_sysconfdir}" \
|
2007-10-13 00:07:43 +02:00
|
|
|
install
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
mkdir -p %{buildroot}/var/adm/fillup-templates
|
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
|
|
|
install -p %{SOURCE1} %{buildroot}%{_unitdir}/
|
|
|
|
chmod -x %{buildroot}%{_unitdir}/*.service
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}
|
|
|
|
install -m0755 %{SOURCE2} %{buildroot}%{_libexecdir}/ebtables
|
|
|
|
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
|
|
|
|
touch %{buildroot}/var/adm/fillup-templates/sysconfig.%{name}.filter
|
|
|
|
touch %{buildroot}/var/adm/fillup-templates/sysconfig.%{name}.nat
|
|
|
|
touch %{buildroot}/var/adm/fillup-templates/sysconfig.%{name}.broute
|
|
|
|
rm -rf %{buildroot}%{_initrddir}
|
|
|
|
%else
|
2016-05-06 10:56:44 +02:00
|
|
|
ln -sf "%{_initddir}/ebtables" "%{buildroot}/%{_sbindir}/rcebtables"
|
2016-06-02 17:28:01 +02:00
|
|
|
%endif
|
2011-05-31 14:57:59 +02:00
|
|
|
# not used
|
2016-05-06 10:56:44 +02:00
|
|
|
rm -f "%{buildroot}/%{_sysconfdir}/ebtables-config"
|
2007-10-13 00:07:43 +02:00
|
|
|
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
%pre
|
|
|
|
%service_add_pre %{name}.service
|
|
|
|
%endif
|
|
|
|
|
2010-01-12 15:48:48 +01:00
|
|
|
%post
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
%service_add_post %{name}.service
|
|
|
|
%fillup_only
|
|
|
|
%else
|
2010-01-12 15:48:48 +01:00
|
|
|
%fillup_and_insserv ebtables
|
2016-06-02 17:28:01 +02:00
|
|
|
%endif
|
2010-01-12 15:48:48 +01:00
|
|
|
|
2007-10-13 00:07:43 +02:00
|
|
|
%preun
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
%service_del_preun %{name}.service
|
|
|
|
%else
|
2007-10-13 00:07:43 +02:00
|
|
|
%stop_on_removal ebtables
|
2016-06-02 17:28:01 +02:00
|
|
|
%endif
|
2007-10-13 00:07:43 +02:00
|
|
|
|
|
|
|
%postun
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
%service_del_postun %{name}.service
|
|
|
|
%else
|
2007-10-13 00:07:43 +02:00
|
|
|
%restart_on_update ebtables
|
|
|
|
%insserv_cleanup
|
2016-06-02 17:28:01 +02:00
|
|
|
%endif
|
2007-01-16 00:11:02 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-06-06 13:54:04 +02:00
|
|
|
%doc COPYING ChangeLog
|
2016-05-06 10:56:44 +02:00
|
|
|
%{_mandir}/man8/ebtables.8*
|
|
|
|
%config(noreplace) %{_sysconfdir}/ethertypes
|
2016-06-02 17:28:01 +02:00
|
|
|
%if 0%{?suse_version} > 1210
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%ghost /var/adm/fillup-templates/sysconfig.%{name}.filter
|
|
|
|
%ghost /var/adm/fillup-templates/sysconfig.%{name}.nat
|
|
|
|
%ghost /var/adm/fillup-templates/sysconfig.%{name}.broute
|
|
|
|
%else
|
2016-05-06 10:56:44 +02:00
|
|
|
%{_initddir}/ebtables
|
2016-06-02 17:28:01 +02:00
|
|
|
%endif
|
2016-05-06 10:56:44 +02:00
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%{_libdir}/%{name}/*.so
|
|
|
|
%{_sbindir}/ebtables
|
|
|
|
%{_sbindir}/ebtables-restore
|
|
|
|
%{_sbindir}/ebtables-save
|
|
|
|
%{_sbindir}/rcebtables
|
2008-09-01 02:30:46 +02:00
|
|
|
|
2007-08-09 18:41:37 +02:00
|
|
|
%changelog
|