Hello community,

here is the log from the commit of package libselinux for openSUSE:Factory 
checked in at 2019-06-12 13:07:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libselinux (Old)
 and      /work/SRC/openSUSE:Factory/.libselinux.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libselinux"

Wed Jun 12 13:07:28 2019 rev:56 rq:709365 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libselinux/libselinux.changes    2019-05-28 
09:41:59.985870565 +0200
+++ /work/SRC/openSUSE:Factory/.libselinux.new.4811/libselinux.changes  
2019-06-12 13:07:41.225148575 +0200
@@ -1,0 +2,8 @@
+Mon Jun  3 09:34:17 UTC 2019 -  <jseg...@suse.com>
+
+- In selinux-ready
+  * Removed check for selinux-policy package as we don't ship one
+    (bsc#1136845)
+  * Add check that restorecond is installed and enabled 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
libselinux.spec: same change
++++++ selinux-ready ++++++
--- /var/tmp/diff_new_pack.kZYVzp/_old  2019-06-12 13:07:41.697148377 +0200
+++ /var/tmp/diff_new_pack.kZYVzp/_new  2019-06-12 13:07:41.701148375 +0200
@@ -196,17 +196,17 @@
 
 check_runlevel()
 {
-       if [ "$(systemctl is-enabled restorecond.service)" == "enabled" ]; then
+       if [ "$(systemctl is-enabled restorecond.service 2>/dev/null)" == 
"enabled" ]; then
                printf "\tcheck_runlevel: OK. restorecond is enabled on your 
system\n"
                return 0;
        fi
-       printf "\tcheck_runlevel: ERR. please execute 'yast2 runlevel' and 
enable restorecond.\n"
+       printf "\tcheck_runlevel: ERR. please enable restorecond with systemctl 
enable restorecond.service.\n"
        return 1
 }
 
 check_packages()
 {
-       PKGLST="checkpolicy policycoreutils selinux-tools libselinux1 libsepol1 
libsemanage1 selinux-policy"
+       PKGLST="checkpolicy policycoreutils selinux-tools libselinux1 libsepol1 
libsemanage1 restorecond"
        FAIL=0
 
        for i in $PKGLST


Reply via email to