Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package firejail for openSUSE:Factory 
checked in at 2022-03-01 17:03:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firejail (Old)
 and      /work/SRC/openSUSE:Factory/.firejail.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firejail"

Tue Mar  1 17:03:56 2022 rev:15 rq:958270 version:0.9.68

Changes:
--------
--- /work/SRC/openSUSE:Factory/firejail/firejail.changes        2022-02-21 
17:49:00.895637154 +0100
+++ /work/SRC/openSUSE:Factory/.firejail.new.1958/firejail.changes      
2022-03-01 17:04:46.232352575 +0100
@@ -1,0 +2,5 @@
+Mon Feb 28 19:38:38 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- add fix-internet-access.patch to fix boo#1196542
+
+-------------------------------------------------------------------

New:
----
  fix-internet-access.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ firejail.spec ++++++
--- /var/tmp/diff_new_pack.MtDCUb/_old  2022-03-01 17:04:46.624352679 +0100
+++ /var/tmp/diff_new_pack.MtDCUb/_new  2022-03-01 17:04:46.628352680 +0100
@@ -27,6 +27,8 @@
 Source1:        
https://github.com/netblue30/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 # https://firejail.wordpress.com/download-2/
 Source2:        %{name}.keyring
+# PATCH-FIX-UPSTREAM fix-internet-access.patch -- from 
https://github.com/netblue30/firejail/commit/bb334a8fd4f0911a8dfa1538d02fbd0574b81333.patch
+Patch0:         fix-internet-access.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libapparmor-devel
@@ -65,6 +67,7 @@
 %prep
 %setup -q
 sed -i '1s/^#!\/usr\/bin\/env /#!\/usr\/bin\//' contrib/fj-mkdeb.py 
contrib/fjclip.py contrib/fjdisplay.py contrib/fjresize.py contrib/sort.py 
contrib/fix_private-bin.py contrib/jail_prober.py
+%patch0 -p1
 
 %build
 %configure --docdir=%{_docdir}/%{name} \



++++++ fix-internet-access.patch ++++++
>From bb334a8fd4f0911a8dfa1538d02fbd0574b81333 Mon Sep 17 00:00:00 2001
From: netblue30 <[email protected]>
Date: Tue, 22 Feb 2022 09:32:46 -0500
Subject: [PATCH] openSUSE Leap - whitelist-run-common.inc (#4954)

---
 RELNOTES                         | 1 +
 etc/inc/whitelist-run-common.inc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/etc/inc/whitelist-run-common.inc b/etc/inc/whitelist-run-common.inc
index d74655a087..26160a10b9 100644
--- a/etc/inc/whitelist-run-common.inc
+++ b/etc/inc/whitelist-run-common.inc
@@ -7,6 +7,7 @@ whitelist /run/cups/cups.sock
 whitelist /run/dbus/system_bus_socket
 whitelist /run/media
 whitelist /run/resolvconf/resolv.conf
+whitelist /run/netconfig/resolv.conf   # openSUSE Leap
 whitelist /run/shm
 whitelist /run/systemd/journal/dev-log
 whitelist /run/systemd/journal/socket

Reply via email to