Accepting request 1087468 from security:netfilter

OBS-URL: https://build.opensuse.org/request/show/1087468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2023-05-17 08:52:48 +00:00 committed by Git OBS Bridge
commit ac09a8ad80
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/__init__.py.in b/__init__.py.in.new
index d982384..6452e6d 100644
--- a/src/firewall/config/__init__.py.in
+++ b/src/firewall/config/__init__.py.in
@@ -95,7 +95,7 @@ FIREWALLD_LOGFILE = '/var/log/firewalld'
FIREWALLD_LOGTARGET = '@DEFAULT_LOG_TARGET@'
-FIREWALLD_PIDFILE = "/var/run/firewalld.pid"
+FIREWALLD_PIDFILE = "/run/firewalld.pid"
FIREWALLD_TEMPDIR = '/run/firewalld'

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 16 20:03:26 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
- Add firewalld-runstatedir.patch: change pid file location from
/var/run to /run
-------------------------------------------------------------------
Tue Apr 25 11:20:58 UTC 2023 - Mohd Saquib <mohd.saquib@suse.com>

View File

@ -36,6 +36,7 @@ URL: https://www.firewalld.org
Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.bz2
Source1: docker-zone.xml
Patch0: 0002-Disable-FlushAllOnReload-option.patch
Patch1: firewalld-runstatedir.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: desktop-file-utils