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
|
|
|
#
|
2018-02-22 20:00:56 +01:00
|
|
|
# Copyright (c) 2018 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
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-11-24 17:53:08 +01:00
|
|
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
|
|
%if ! %{defined _fillupdir}
|
|
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
|
|
%endif
|
|
|
|
|
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
|
2018-09-01 15:12:51 +02:00
|
|
|
License: GPL-2.0-or-later
|
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
|
2017-03-30 21:17:04 +02:00
|
|
|
Source: ebtables-v2.0.10-4.tar.xz
|
|
|
|
Source1: ebtables.service
|
|
|
|
Source2: ebtables.systemd
|
|
|
|
Patch0: ebtables-v2.0.8-makefile.diff
|
|
|
|
Patch1: ebtables-v2.0.8-initscript.diff
|
2016-05-06 10:56:44 +02:00
|
|
|
# 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
|
2016-06-02 17:28:01 +02:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2017-03-30 21:17:04 +02:00
|
|
|
BuildRequires: xz
|
2018-02-22 20:00:56 +01:00
|
|
|
Requires: netcfg >= 11.6
|
2016-06-02 17:28:01 +02:00
|
|
|
Requires(pre): %fillup_prereq
|
2016-05-06 10:56:44 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2018-09-01 15:12:51 +02:00
|
|
|
Requires(post): update-alternatives
|
|
|
|
Requires(postun): update-alternatives
|
2017-03-30 21:17:04 +02:00
|
|
|
%{?systemd_requires}
|
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
|
2017-11-24 17:53:08 +01:00
|
|
|
mkdir -p %{buildroot}%{_fillupdir}
|
2016-06-02 17:28:01 +02:00
|
|
|
mkdir -p %{buildroot}%{_unitdir}
|
|
|
|
install -p %{SOURCE1} %{buildroot}%{_unitdir}/
|
|
|
|
chmod -x %{buildroot}%{_unitdir}/*.service
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}
|
|
|
|
install -m0755 %{SOURCE2} %{buildroot}%{_libexecdir}/ebtables
|
2017-03-30 21:17:04 +02:00
|
|
|
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
2017-11-24 17:53:08 +01:00
|
|
|
touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.filter
|
|
|
|
touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.nat
|
|
|
|
touch %{buildroot}%{_fillupdir}/sysconfig.%{name}.broute
|
2016-06-02 17:28:01 +02:00
|
|
|
rm -rf %{buildroot}%{_initrddir}
|
2011-05-31 14:57:59 +02:00
|
|
|
# not used
|
2016-05-06 10:56:44 +02:00
|
|
|
rm -f "%{buildroot}/%{_sysconfdir}/ebtables-config"
|
2018-09-01 15:12:51 +02:00
|
|
|
mv "%{buildroot}/%{_sbindir}/ebtables" "%{buildroot}/%{_sbindir}/ebtables-legacy"
|
|
|
|
mv "%{buildroot}/%{_sbindir}/ebtables-restore" "%{buildroot}/%{_sbindir}/ebtables-legacy-restore"
|
|
|
|
mv "%{buildroot}/%{_sbindir}/ebtables-save" "%{buildroot}/%{_sbindir}/ebtables-legacy-save"
|
2018-09-07 14:56:57 +02:00
|
|
|
for i in ebtables ebtables-restore ebtables-save; do
|
|
|
|
ln -fsv "/etc/alternatives/$i" "%{buildroot}/%{_sbindir}/$i"
|
|
|
|
done
|
2007-10-13 00:07:43 +02:00
|
|
|
|
2016-06-02 17:28:01 +02:00
|
|
|
%pre
|
|
|
|
%service_add_pre %{name}.service
|
|
|
|
|
2010-01-12 15:48:48 +01:00
|
|
|
%post
|
2018-09-01 15:12:51 +02:00
|
|
|
update-alternatives --force \
|
|
|
|
--install "%{_sbindir}/ebtables" ebtables "%{_sbindir}/ebtables-legacy" 1 \
|
|
|
|
--slave "%{_sbindir}/ebtables-restore" ebtables-restore "%{_sbindir}/ebtables-legacy-restore" \
|
|
|
|
--slave "%{_sbindir}/ebtables-save" ebtables-save "%{_sbindir}/ebtables-legacy-save"
|
2016-06-02 17:28:01 +02:00
|
|
|
%service_add_post %{name}.service
|
|
|
|
%fillup_only
|
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
|
|
|
%service_del_preun %{name}.service
|
2007-10-13 00:07:43 +02:00
|
|
|
|
|
|
|
%postun
|
2018-09-01 15:13:17 +02:00
|
|
|
if test "$1" = 0; then
|
|
|
|
update-alternatives --remove ebtables "%{_sbindir}/ebtables-legacy"
|
|
|
|
fi
|
2016-06-02 17:28:01 +02:00
|
|
|
%service_del_postun %{name}.service
|
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*
|
2016-06-02 17:28:01 +02:00
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
%{_unitdir}/%{name}.service
|
2018-09-05 17:01:56 +02:00
|
|
|
%ghost %{_sysconfdir}/alternatives/ebtables
|
|
|
|
%ghost %{_sysconfdir}/alternatives/ebtables-restore
|
|
|
|
%ghost %{_sysconfdir}/alternatives/ebtables-save
|
2017-11-24 17:53:08 +01:00
|
|
|
%ghost %{_fillupdir}/sysconfig.%{name}.filter
|
|
|
|
%ghost %{_fillupdir}/sysconfig.%{name}.nat
|
|
|
|
%ghost %{_fillupdir}/sysconfig.%{name}.broute
|
2018-02-22 20:00:56 +01:00
|
|
|
# is provided by the netcfg package
|
2018-03-16 16:10:08 +01:00
|
|
|
%exclude %{_sysconfdir}/ethertypes
|
2016-05-06 10:56:44 +02:00
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%{_libdir}/%{name}/*.so
|
2018-09-07 13:41:38 +02:00
|
|
|
%{_sbindir}/ebtables*
|
2016-05-06 10:56:44 +02:00
|
|
|
%{_sbindir}/rcebtables
|
2008-09-01 02:30:46 +02:00
|
|
|
|
2007-08-09 18:41:37 +02:00
|
|
|
%changelog
|