Hello community,

here is the log from the commit of package selinux-policy for openSUSE:Factory 
checked in at 2014-11-18 22:47:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old)
 and      /work/SRC/openSUSE:Factory/.selinux-policy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "selinux-policy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes    
2014-09-19 15:45:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.selinux-policy.new/selinux-policy.changes       
2014-11-18 22:49:02.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 19:17:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in post script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ selinux-policy.spec ++++++
--- /var/tmp/diff_new_pack.7XT9Im/_old  2014-11-18 22:49:05.000000000 +0100
+++ /var/tmp/diff_new_pack.7XT9Im/_new  2014-11-18 22:49:05.000000000 +0100
@@ -159,7 +159,7 @@
 %define makeModulesConf() \
 cp -f selinux_config/modules-%1-%2.conf  ./policy/modules-base.conf \
 cp -f selinux_config/modules-%1-%2.conf  ./policy/modules.conf \
-if [ %3 == "contrib" ];then \
+if [ "%3" = "contrib" ];then \
        cp selinux_config/modules-%1-%3.conf ./policy/modules-contrib.conf; \
        cat selinux_config/modules-%1-%3.conf >> ./policy/modules.conf; \
 fi; \
@@ -283,7 +283,7 @@
      if [ -e /etc/selinux/%1/.policy.sha512 ]; then \
         sha512=`sha512sum /etc/selinux/%1/modules/active/policy.kern | cut -d 
' ' -f 1`; \
        checksha512=`cat /etc/selinux/%1/.policy.sha512`; \
-       if [ "$sha512" == "$checksha512" ] ; then \
+       if [ "$sha512" = "$checksha512" ] ; then \
                rm /etc/selinux/%1/.rebuild; \
        fi; \
    fi; \
@@ -298,7 +298,7 @@
 else \
     touch /etc/selinux/%2/modules/active/modules/sandbox.disabled \
 fi; \
-if [ "${SELINUXTYPE}" == "%2" ]; then \
+if [ "${SELINUXTYPE}" = "%2" ]; then \
    if selinuxenabled; then \
       load_policy; \
    else \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to