Hello community,

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

Package is "courier-authlib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes  
2014-08-01 07:08:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.courier-authlib.new/courier-authlib.changes     
2014-11-26 10:33:52.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 03:07:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in preun script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ courier-authlib.spec ++++++
--- /var/tmp/diff_new_pack.f1I2OE/_old  2014-11-26 10:33:53.000000000 +0100
+++ /var/tmp/diff_new_pack.f1I2OE/_new  2014-11-26 10:33:53.000000000 +0100
@@ -175,11 +175,13 @@
 %service_del_preun courier-authdaemon.service
 %endif
 if [ "$1" = "0" ]; then
+       for i in socket pid pid.lock; do
 %if 0%{?has_systemd}
-  %{__rm} -f /run/%{name}/{socket,pid,pid.lock}
+               rm -f /run/%{name}/$i
 %else
-  %{__rm} -f %{_localstatedir}/run/%{name}/{socket,pid,pid.lock}
+               rm -f %{_localstatedir}/run/%{name}/$i
 %endif
+       done
 fi
 
 %post


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

Reply via email to