Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tinyproxy for openSUSE:Leap:16.0 checked in at 2025-07-10 05:44:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/tinyproxy (Old) and /work/SRC/openSUSE:Leap:16.0/.tinyproxy.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tinyproxy" Thu Jul 10 05:44:09 2025 rev:2 rq:1291407 version:1.11.2 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/tinyproxy/tinyproxy.changes 2025-03-19 11:59:14.621246425 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.tinyproxy.new.7373/tinyproxy.changes 2025-07-10 05:44:09.898754968 +0200 @@ -1,0 +2,6 @@ +Tue Jul 8 12:06:10 UTC 2025 - Jan Engelhardt <jeng...@inai.de> + +- Add userswitching to logrotate snippet [boo#1246092] +- Replace sysvinit call in logrotate snippet by systemctl + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _scmsync.obsinfo ++++++ mtime: 1752043995 commit: 371c9709155eb2b3a0fbfe1dec379974d989326092ed7d6a6c8159b88003ea87 url: https://src.opensuse.org/jengelh/tinyproxy revision: master ++++++ tinyproxy.logrotate ++++++ --- /var/tmp/diff_new_pack.fNNvn8/_old 2025-07-10 05:44:10.218768212 +0200 +++ /var/tmp/diff_new_pack.fNNvn8/_new 2025-07-10 05:44:10.222768379 +0200 @@ -1,15 +1,16 @@ /var/log/tinyproxy/tinyproxy.log { - compress - dateext - maxage 365 - rotate 99 - size=+4096k - notifempty - missingok - create 640 tinyproxy root - sharedscripts - postrotate - /etc/init.d/tinyproxy reload - endscript + compress + dateext + maxage 365 + rotate 99 + size=+4096k + notifempty + missingok + create 640 tinyproxy root + sharedscripts + su tinyproxy tinyproxy + postrotate + /usr/bin/systemctl try-restart tinyproxy + endscript }