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:
Kristyna Streitova 2020-04-30 13:10:10 +00:00 committed by Git OBS Bridge
parent 0a66a9820d
commit f15a367785
3 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
RETVAL=0