Accepting request 579100 from home:mgerstner:ethertypes
OBS-URL: https://build.opensuse.org/request/show/579100 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=47
This commit is contained in:
parent
ee744d5249
commit
05f8f19615
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 16:22:33 UTC 2018 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Resolve conflict with iptables-nft and obtain ethertypes from new netcfg
|
||||||
|
minor version. FATE#320520
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 23 13:37:47 UTC 2017 - rbrown@suse.com
|
Thu Nov 23 13:37:47 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ebtables
|
# spec file for package ebtables
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -44,6 +44,7 @@ BuildRequires: linux-glibc-devel >= 2.6.20
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
Requires: netcfg >= 11.6
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
@ -128,12 +129,13 @@ rm -f "%{buildroot}/%{_sysconfdir}/ebtables-config"
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog
|
||||||
%{_mandir}/man8/ebtables.8*
|
%{_mandir}/man8/ebtables.8*
|
||||||
%config(noreplace) %{_sysconfdir}/ethertypes
|
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%ghost %{_fillupdir}/sysconfig.%{name}.filter
|
%ghost %{_fillupdir}/sysconfig.%{name}.filter
|
||||||
%ghost %{_fillupdir}/sysconfig.%{name}.nat
|
%ghost %{_fillupdir}/sysconfig.%{name}.nat
|
||||||
%ghost %{_fillupdir}/sysconfig.%{name}.broute
|
%ghost %{_fillupdir}/sysconfig.%{name}.broute
|
||||||
|
# is provided by the netcfg package
|
||||||
|
%ghost %{_sysconfdir}/ethertypes
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
%{_libdir}/%{name}/*.so
|
%{_libdir}/%{name}/*.so
|
||||||
%{_sbindir}/ebtables
|
%{_sbindir}/ebtables
|
||||||
|
Loading…
Reference in New Issue
Block a user