Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2015-04-28 11:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squid (Old)
 and      /work/SRC/openSUSE:Factory/.squid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/squid/squid.changes      2015-04-27 
13:05:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2015-04-28 
11:47:11.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 08:59:41 UTC 2015 - mplus...@suse.com
+
+- Fix update from 3.4 to 3.5
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- fix SLE 11 build with older kerberos libraries
+- Fix SLE 11 build with older kerberos libraries

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

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.AsgkRD/_old  2015-04-28 11:47:12.000000000 +0200
+++ /var/tmp/diff_new_pack.AsgkRD/_new  2015-04-28 11:47:12.000000000 +0200
@@ -301,6 +301,16 @@
   %{_sbindir}/usermod -G winbind %{name} 2>/dev/null
 fi
 
+%pretrans
+# Directory to symlink is not working in RPM so workaround it
+# Occurs when updating from 3.4 to 3.5
+error_dir="%{_datadir}/%{name}/errors"
+for i in zh-cn zh-tw; do
+  if [ -d "$error_dir/$i" ]; then
+       rm -rf "$error_dir/$i" || true
+  fi
+done
+
 %if 0%{?has_systemd}
 %service_add_pre %{name}.service
 %endif


Reply via email to