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 2026-06-08 14:05:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-selinux (Old)
 and      /work/SRC/openSUSE:Factory/.container-selinux.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "container-selinux"

Mon Jun  8 14:05:15 2026 rev:39 rq:1357546 version:2.249.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/container-selinux/container-selinux.changes      
2026-05-16 19:24:17.065446090 +0200
+++ 
/work/SRC/openSUSE:Factory/.container-selinux.new.2375/container-selinux.changes
    2026-06-08 14:05:36.372014664 +0200
@@ -1,0 +2,7 @@
+Fri Jun 05 13:16:12 UTC 2026 - Cathy Hu <[email protected]>
+
+- Update to version 2.249.0:
+  * bump to v2.249.0
+  * Allow rpmdb to manage files on mounted container filesystems
+
+-------------------------------------------------------------------
@@ -6,0 +14 @@
+-------------------------------------------------------------------

Old:
----
  container-selinux-2.248.0.tar.xz

New:
----
  container-selinux-2.249.0.tar.xz

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

Other differences:
------------------
++++++ container-selinux.spec ++++++
--- /var/tmp/diff_new_pack.xwJGE6/_old  2026-06-08 14:05:37.352055298 +0200
+++ /var/tmp/diff_new_pack.xwJGE6/_new  2026-06-08 14:05:37.352055298 +0200
@@ -26,7 +26,7 @@
 # Version of SELinux we were using
 %define selinux_policyver %(rpm -q selinux-policy --qf '%%{version}')
 Name:           container-selinux
-Version:        2.248.0
+Version:        2.249.0
 Release:        0
 Summary:        SELinux policies for container runtimes
 License:        GPL-2.0-only

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xwJGE6/_old  2026-06-08 14:05:37.424058283 +0200
+++ /var/tmp/diff_new_pack.xwJGE6/_new  2026-06-08 14:05:37.432058614 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containers/container-selinux.git</param>
-              <param 
name="changesrevision">e659fc8858d2e34781cc1640ac1658ba484cb3f5</param></service></servicedata>
+              <param 
name="changesrevision">d3e0ce57e97c38e1403c0eb5a29b10d5d6dd82c6</param></service></servicedata>
 (No newline at EOF)
 

++++++ container-selinux-2.248.0.tar.xz -> container-selinux-2.249.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/container-selinux-2.248.0/container.te 
new/container-selinux-2.249.0/container.te
--- old/container-selinux-2.248.0/container.te  2026-05-14 17:04:49.000000000 
+0200
+++ new/container-selinux-2.249.0/container.te  2026-05-27 19:26:48.000000000 
+0200
@@ -1,4 +1,4 @@
-policy_module(container, 2.248.0)
+policy_module(container, 2.249.0)
 
 gen_require(`
        class passwd rootok;
@@ -1181,6 +1181,18 @@
 ')
 
 optional_policy(`
+       gen_require(`
+               type rpmdb_t, container_file_t;
+       ')
+       domain_obj_id_change_exemption(rpmdb_t)
+       container_search_lib(rpmdb_t)
+       container_read_share_files(rpmdb_t)
+       container_manage_files(rpmdb_t)
+       container_manage_dirs(rpmdb_t)
+       allow rpmdb_t container_file_t:file map;
+')
+
+optional_policy(`
        sssd_stream_connect(container_domain)
 ')
 

Reply via email to