Accepting request 798948 from home:kukuk:branches:security:netfilter
- Use /bin/sh for ebtables.systemd - Don't hard require systemd, we don't need that in a container OBS-URL: https://build.opensuse.org/request/show/798948 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=67
This commit is contained in:
parent
0a66a9820d
commit
f15a367785
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
RETVAL=0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user