Hello community,

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

Package is "gnome-keyring"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes      
2014-09-30 19:40:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2014-11-13 09:16:46.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 03:51:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in postun script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.SS06Gj/_old  2014-11-13 09:16:47.000000000 +0100
+++ /var/tmp/diff_new_pack.SS06Gj/_new  2014-11-13 09:16:47.000000000 +0100
@@ -176,7 +176,7 @@
 fi
 
 %postun pam
-if [ "$1" == "0" ]; then
+if [ "$1" = "0" ]; then
   %{_sbindir}/pam-config -d --gnome_keyring || true
 fi
 

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

Reply via email to