Accepting request 751072 from security:netfilter

without shift to nft

OBS-URL: https://build.opensuse.org/request/show/751072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2019-11-26 15:50:13 +00:00 committed by Git OBS Bridge
commit 2b73c2f15c
2 changed files with 2 additions and 11 deletions

View File

@ -7,7 +7,6 @@ Sun Nov 24 17:36:31 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
Thu Oct 10 12:40:49 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
- rebased the original patch from revision 19
- apply patch only on openSUSE < TW, and SLES.
-------------------------------------------------------------------
Fri Oct 4 09:44:37 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>

View File

@ -28,7 +28,7 @@ License: GPL-2.0-or-later
Group: Productivity/Networking/Security
Url: http://www.firewalld.org
Source: %{name}-%{version}.tar.xz
Patch0: 0001-firewall-backend-Switch-default-backend-to-iptables.patch
Patch0: 0001-firewall-backend-Switch-default-backend-to-iptables.patch
BuildRequires: autoconf
BuildRequires: automake
@ -111,19 +111,11 @@ firewalld.
%lang_package
%prep
%setup -q
%autosetup -p1
# bsc#1078223
rm config/services/high-availability.xml
#
# Patch added: opensuse still uses iptables by default,
# so let's make this the default for anything << Tumbleweed
#
%if 0%{?sle_version} > 0 && 0%{?suse_version} < 1550
%patch0 -p1
%endif
%build
export PYTHON="%{_bindir}/python3"
./autogen.sh