Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2015-05-06 12:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-28 
11:47:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2015-05-06 
12:10:50.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May  6 08:32:28 UTC 2015 - mplus...@suse.com
+
+- Remove emulate_httpd_log from config on update
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.zY66Q3/_old  2015-05-06 12:10:51.000000000 +0200
+++ /var/tmp/diff_new_pack.zY66Q3/_new  2015-05-06 12:10:51.000000000 +0200
@@ -310,6 +310,10 @@
        rm -rf "$error_dir/$i" || true
   fi
 done
+# emulate_httpd_log is gone with 3.5
+if [ -e etc/%{name}/%{name}.conf ]; then
+  sed -i '/emulate_httpd_log/d' /etc/%{name}/%{name}.conf
+fi
 
 %if 0%{?has_systemd}
 %service_add_pre %{name}.service
@@ -330,7 +334,7 @@
 if [ "$1" -gt "1" ]; then
   if [ -e etc/%{name}.conf -a ! -L etc/%{name}.conf -a ! -e 
etc/%{name}/%{name}.conf ]; then
     echo "moving %{_sysconfdir}/%{name}.conf to 
%{_sysconfdir}/%{name}/%{name}.conf"
-    mv etc/%{name}.conf etc/%{name}/%{name}.conf
+    mv /etc/%{name}.conf /etc/%{name}/%{name}.conf
   fi
   # default group changed from nogroup to squid
   %{_sbindir}/usermod -g %{name} %{name}


Reply via email to