Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2014-11-13 09:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and      /work/SRC/openSUSE:Factory/.plymouth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes        2014-09-28 
19:59:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2014-11-13 
09:16:38.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 17:05:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.1beDd1/_old  2014-11-13 09:16:39.000000000 +0100
+++ /var/tmp/diff_new_pack.1beDd1/_new  2014-11-13 09:16:39.000000000 +0100
@@ -455,7 +455,7 @@
   set -x
   export LIB=%{_libdir}
   OTHEME="$(%{_sbindir}/plymouth-set-default-theme)"
-  if [ "$OTHEME" == "text" ]; then
+  if [ "$OTHEME" = "text" ]; then
      if [ ! -e /.buildenv ]; then
        %{_sbindir}/plymouth-set-default-theme -R spinfinity
      else
@@ -467,7 +467,7 @@
 %postun theme-spinfinity
 if [ $1 -eq 0 ]; then
     export LIB=%{_libdir}
-    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinfinity" ]; then
+    if [ "$(%{_sbindir}/plymouth-set-default-theme)" = "spinfinity" ]; then
         %{_sbindir}/plymouth-set-default-theme -R --reset
     fi
 fi
@@ -477,7 +477,7 @@
   set -x
   export LIB=%{_libdir}
   OTHEME="$(%{_sbindir}/plymouth-set-default-theme)"
-  if [ "$OTHEME" == "text" ]; then
+  if [ "$OTHEME" = "text" ]; then
      if [ ! -e /.buildenv ]; then
        %{_sbindir}/plymouth-set-default-theme -R fade-in
      else
@@ -489,7 +489,7 @@
 %postun theme-fade-in
 if [ $1 -eq 0 ]; then
     export LIB=%{_libdir}
-    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "fade-in" ]; then
+    if [ "$(%{_sbindir}/plymouth-set-default-theme)" = "fade-in" ]; then
         %{_sbindir}/plymouth-set-default-theme -R --reset
     fi
 fi
@@ -499,7 +499,7 @@
   set -x
   export LIB=%{_libdir}
   OTHEME="$(%{_sbindir}/plymouth-set-default-theme)"
-  if [ "$OTHEME" == "text" ]; then
+  if [ "$OTHEME" = "text" ]; then
      if [ ! -e /.buildenv ]; then
        %{_sbindir}/plymouth-set-default-theme -R solar
      else
@@ -511,7 +511,7 @@
 %postun theme-solar
 if [ $1 -eq 0 ]; then
     export LIB=%{_libdir}
-    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
+    if [ "$(%{_sbindir}/plymouth-set-default-theme)" = "solar" ]; then
         %{_sbindir}/plymouth-set-default-theme -R --reset
     fi
 fi


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to