Accepting request 802233 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/802233 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ebtables?expand=0&rev=46
This commit is contained in:
commit
d916761513
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 10:15:21 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Revert last /bin/bash -> /bin/sh change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 14:05:24 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Use /bin/sh for ebtables.systemd
|
||||
- Don't hard require systemd, we don't need that in a container
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 14:26:56 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ebtables
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,7 +43,7 @@ Requires(pre): %fillup_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%{?systemd_requires}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
A firewalling tool to transparently filter network traffic passing a
|
||||
|
Loading…
Reference in New Issue
Block a user