Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory 
checked in at 2014-11-26 10:33:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fetchmail (Old)
 and      /work/SRC/openSUSE:Factory/.fetchmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fetchmail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes      2014-05-22 
06:58:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2014-11-26 
10:33:46.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 03:40:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in postun script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fetchmail.spec ++++++
--- /var/tmp/diff_new_pack.VO2tuS/_old  2014-11-26 10:33:47.000000000 +0100
+++ /var/tmp/diff_new_pack.VO2tuS/_new  2014-11-26 10:33:47.000000000 +0100
@@ -171,7 +171,7 @@
 %else
 %{insserv_cleanup}
 %endif
-if [ $1 == 0 ]; then
+if [ $1 = 0 ]; then
     rm -rf var/lib/fetchmail
 fi
 


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

Reply via email to