Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2025-12-11 18:32:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and      /work/SRC/openSUSE:Factory/.selinux-policy.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "selinux-policy"

Thu Dec 11 18:32:03 2025 rev:140 rq:1321962 version:20251208

Changes:
--------
--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes    
2025-12-09 12:45:56.784766770 +0100
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new.1939/selinux-policy.changes  
2025-12-11 18:32:23.150912821 +0100
@@ -1,0 +2,6 @@
+Wed Dec 10 10:42:25 UTC 2025 - Johannes Segitz <[email protected]>
+
+- Fix macros.selinux-policy to allow changing booleans when policy
+  is not loaded. Previous logic was broken (bsc#1254395)
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ macros.selinux-policy ++++++
--- /var/tmp/diff_new_pack.S2MfgH/_old  2025-12-11 18:32:24.194956709 +0100
+++ /var/tmp/diff_new_pack.S2MfgH/_new  2025-12-11 18:32:24.198956878 +0100
@@ -163,7 +163,7 @@
   done; \
   if %{_sbindir}/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; 
then \
       /bin/echo -e "$semanage_import" | %{_sbindir}/semanage import -S 
"${_policytype}" \
-  elif test -d /usr/share/selinux/"${_policytype}"/base.lst; then \
+  else \
       /bin/echo -e "$semanage_import" | %{_sbindir}/semanage import -S 
"${_policytype}" -N \
   fi \
 fi \
@@ -192,7 +192,7 @@
   done; \
   if %{_sbindir}/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; 
then \
       /bin/echo -e "$semanage_import" | %{_sbindir}/semanage import -S 
"${_policytype}" \
-  elif test -d /usr/share/selinux/"${_policytype}"/base.lst; then \
+  else \
       /bin/echo -e "$semanage_import" | %{_sbindir}/semanage import -S 
"${_policytype}" -N \
   fi \
 fi \

Reply via email to