Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2022-08-30 14:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squid (Old)
 and      /work/SRC/openSUSE:Factory/.squid.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squid"

Tue Aug 30 14:49:06 2022 rev:105 rq:999925 version:5.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/squid/squid.changes      2022-06-30 
13:18:32.061541122 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new.2083/squid.changes    2022-08-30 
14:49:36.668140499 +0200
@@ -1,0 +2,8 @@
+Mon Aug 29 08:25:53 UTC 2022 - [email protected]
+
+- fix PIDFile
+  * NOT needed in service file
+    (squid.service: Can't open PID file /run/squid.pid)
+  * placed to tmpfilesdir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.RjXFsR/_old  2022-08-30 14:49:37.264142021 +0200
+++ /var/tmp/diff_new_pack.RjXFsR/_new  2022-08-30 14:49:37.272142041 +0200
@@ -121,7 +121,7 @@
        --datadir=%{_datadir}/squid \
        --sharedstatedir=%{_localstatedir}/squid \
        --with-logdir=%{_localstatedir}/log/squid \
-       --with-pidfile=/run/squid.pid \
+       --with-pidfile=%{_rundir}/%{name}/squid.pid \
        --with-dl \
        --enable-disk-io \
        --enable-storeio \


++++++ squid.service ++++++
--- /var/tmp/diff_new_pack.RjXFsR/_old  2022-08-30 14:49:37.384142327 +0200
+++ /var/tmp/diff_new_pack.RjXFsR/_new  2022-08-30 14:49:37.388142337 +0200
@@ -22,7 +22,6 @@
 ExecStart=/usr/sbin/squid -FC
 ExecReload=/usr/bin/kill -HUP $MAINPID
 LimitNOFILE=4096
-PIDFile=/run/squid.pid
 
 [Install]
 WantedBy=multi-user.target

Reply via email to