Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2023-09-26 22:00:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Tue Sep 26 22:00:34 2023 rev:36 rq:1112773 version:300.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2023-09-10 13:10:13.194532243 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.1770/cockpit.changes 2023-09-26 22:19:47.179698940 +0200 @@ -1,0 +2,6 @@ +Wed Sep 20 16:17:59 UTC 2023 - Miika Alikirri <miika.aliki...@suse.com> + +- Port SLE selinux bug fix from SLE Micro 5.5 + * Copied selinux_libdir.patch from SLEM package + +------------------------------------------------------------------- New: ---- selinux_libdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.jWv6HT/_old 2023-09-26 22:19:50.103804561 +0200 +++ /var/tmp/diff_new_pack.jWv6HT/_new 2023-09-26 22:19:50.107804706 +0200 @@ -70,6 +70,7 @@ Patch102: 0002-selinux-temporary-remove-setroubleshoot-section.patch # For anything based on SLES 15 codebase (including Leap, SLE Micro) Patch103: 0004-leap-gnu18-removal.patch +Patch104: selinux_libdir.patch %if 0%{?fedora} >= 38 || 0%{?rhel} >= 9 %define cockpit_enable_python 1 @@ -244,6 +245,7 @@ # For anything based on SLES 15 codebase (including Leap, SLEM) %if 0%{?suse_version} == 1500 %patch103 -p1 +%patch104 -p0 %endif cp %SOURCE1 tools/cockpit.pam ++++++ selinux_libdir.patch ++++++ --- selinux_bak/cockpit.fc 2023-09-11 15:16:38.603758530 +0200 +++ selinux/cockpit.fc 2023-09-12 09:03:09.539025240 +0200 @@ -2,11 +2,25 @@ /etc/systemd/system/cockpit.* -- gen_context(system_u:object_r:cockpit_unit_file_t,s0) /usr/libexec/cockpit-ws -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0) +/usr/lib/cockpit-ws -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0) /usr/libexec/cockpit-tls -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0) +/usr/lib/cockpit-tls -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0) /usr/libexec/cockpit-wsinstance-factory -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0) +/usr/lib/cockpit-wsinstance-factory -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0) + +# missing libexec transition on SLE Micro +/usr/bin/cockpit-bridge -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/cockpit-askpass -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/cockpit-certificate-ensure -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/cockpit-certificate-helper -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/cockpit-client -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/cockpit-desktop -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/cockpit-pcp -- gen_context(system_u:object_r:bin_t,s0) /usr/libexec/cockpit-session -- gen_context(system_u:object_r:cockpit_session_exec_t,s0) +/usr/lib/cockpit-session -- gen_context(system_u:object_r:cockpit_session_exec_t,s0) /usr/libexec/cockpit-ssh -- gen_context(system_u:object_r:cockpit_session_exec_t,s0) +/usr/lib/cockpit-ssh -- gen_context(system_u:object_r:cockpit_session_exec_t,s0) /usr/share/cockpit/motd/update-motd -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0)