Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package container-selinux for 
openSUSE:Factory checked in at 2023-01-14 20:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-selinux (Old)
 and      /work/SRC/openSUSE:Factory/.container-selinux.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "container-selinux"

Sat Jan 14 20:30:42 2023 rev:14 rq:1058005 version:2.188.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/container-selinux/container-selinux.changes      
2022-07-18 18:32:47.441659627 +0200
+++ 
/work/SRC/openSUSE:Factory/.container-selinux.new.32243/container-selinux.changes
   2023-01-14 20:30:48.904893000 +0100
@@ -1,0 +2,13 @@
+Thu Jan 12 13:02:32 UTC 2023 - Johannes Segitz <jseg...@suse.com>
+
+- Rename spc_timedated.patch to spc.patch
+- Update spc.patch to allow privileged containers to use
+  localectl (bsc#1207077)
+
+-------------------------------------------------------------------
+Wed Jan 11 14:15:06 UTC 2023 - Johannes Segitz <jseg...@suse.com>
+
+- Add spc_timedated.patch to allow privileged containers to use
+  timedatectl (bsc#1207054)
+
+-------------------------------------------------------------------

New:
----
  spc.patch

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

Other differences:
------------------
++++++ container-selinux.spec ++++++
--- /var/tmp/diff_new_pack.26bbqO/_old  2023-01-14 20:30:49.584897016 +0100
+++ /var/tmp/diff_new_pack.26bbqO/_new  2023-01-14 20:30:49.588897040 +0100
@@ -32,6 +32,8 @@
 License:        GPL-2.0-only
 URL:            https://github.com/containers/container-selinux
 Source0:        
https://github.com/containers/container-selinux/archive/refs/tags/v%{version}.tar.gz
+# https://github.com/containers/container-selinux/pull/199, can be dropped 
after this is included
+Patch0:         spc.patch
 BuildRequires:  selinux-policy
 BuildRequires:  selinux-policy-devel
 Requires:       selinux-policy >= %(rpm -q selinux-policy --qf 
'%%{version}-%%{release}')
@@ -47,6 +49,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %make_build

++++++ spc.patch ++++++
Index: container-selinux-2.188.0/container.te
===================================================================
--- container-selinux-2.188.0.orig/container.te
+++ container-selinux-2.188.0/container.te
@@ -675,6 +675,8 @@ init_dbus_chat(spc_t)
 optional_policy(`
        systemd_dbus_chat_machined(spc_t)
        systemd_dbus_chat_logind(spc_t)
+       systemd_dbus_chat_timedated(spc_t)
+       systemd_dbus_chat_localed(spc_t)
 ')
 
 optional_policy(`

Reply via email to