Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vinyl-cache for openSUSE:Factory checked in at 2026-08-18 16:38:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vinyl-cache (Old) and /work/SRC/openSUSE:Factory/.vinyl-cache.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vinyl-cache" Tue Aug 18 16:38:30 2026 rev:4 rq:1371774 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vinyl-cache/vinyl-cache.changes 2026-08-01 18:38:27.862695983 +0200 +++ /work/SRC/openSUSE:Factory/.vinyl-cache.new.1258/vinyl-cache.changes 2026-08-18 16:39:07.240593847 +0200 @@ -1,0 +2,6 @@ +Tue Aug 18 12:32:30 UTC 2026 - Jan Engelhardt <[email protected]> + +- Make systemd units and sysconfig fragment point to the right + executables names. [boo#1275151] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.Nv6UU5/_old 2026-08-18 16:39:08.201628238 +0200 +++ /var/tmp/diff_new_pack.Nv6UU5/_new 2026-08-18 16:39:08.204628346 +0200 @@ -1,5 +1,5 @@ -mtime: 1785580649 -commit: d4694a5c4ae618b395b9162137474b2274545ac0121f1dc9aedd7f03ab9cfa79 +mtime: 1787060077 +commit: d666a717414cef3e58272cfa15f67688e35d7eb4e67849d08724b988d293a06a url: https://src.opensuse.org/jengelh/vinyl-cache revision: master ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vinyl-cache_reload_vcl new/vinyl-cache_reload_vcl --- old/vinyl-cache_reload_vcl 1970-01-01 01:00:00.000000000 +0100 +++ new/vinyl-cache_reload_vcl 2026-08-18 15:34:37.000000000 +0200 @@ -0,0 +1,14 @@ +#!/bin/bash -e + +cf="/etc/sysconfig/vinyl-cache" +if [ -f "$cf" ]; then + . "$cf" +fi +# Generate a unique timestamp ID for this version of the VCL +TIME=$(date +%s) + +vadm="/usr/sbin/vinyladm -S /var/lib/vinyl-cache/vinyld/_.secret -T [::1]:6082" +# Load the file into memory +$vadm vcl.load "vc_$TIME" /etc/vinyl-cache/vcl.conf +# Active this config +$vadm vcl.use "vc_$TIME" ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-08-18 15:34:37.000000000 +0200 @@ -0,0 +1 @@ +.osc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vinyl-cache_reload_vcl new/vinyl-cache_reload_vcl --- old/vinyl-cache_reload_vcl 1970-01-01 01:00:00.000000000 +0100 +++ new/vinyl-cache_reload_vcl 2026-08-18 15:34:37.000000000 +0200 @@ -0,0 +1,14 @@ +#!/bin/bash -e + +cf="/etc/sysconfig/vinyl-cache" +if [ -f "$cf" ]; then + . "$cf" +fi +# Generate a unique timestamp ID for this version of the VCL +TIME=$(date +%s) + +vadm="/usr/sbin/vinyladm -S /var/lib/vinyl-cache/vinyld/_.secret -T [::1]:6082" +# Load the file into memory +$vadm vcl.load "vc_$TIME" /etc/vinyl-cache/vcl.conf +# Active this config +$vadm vcl.use "vc_$TIME" ++++++ vinyl-cache.logrotate ++++++ --- /var/tmp/diff_new_pack.Nv6UU5/_old 2026-08-18 16:39:08.386634859 +0200 +++ /var/tmp/diff_new_pack.Nv6UU5/_new 2026-08-18 16:39:08.390635002 +0200 @@ -1,11 +1,11 @@ -/var/log/varnish/*.log { - su varnish varnish - missingok - notifempty - sharedscripts - delaycompress - postrotate - /usr/bin/systemctl restart varnishlog - endscript +/var/log/vinyl-cache/*.log { + su vinyl-cache vinyl-cache + missingok + notifempty + sharedscripts + delaycompress + postrotate + /usr/bin/systemctl restart vinyl-cachelog + endscript } ++++++ vinyl-cache.service ++++++ --- /var/tmp/diff_new_pack.Nv6UU5/_old 2026-08-18 16:39:08.417635968 +0200 +++ /var/tmp/diff_new_pack.Nv6UU5/_new 2026-08-18 16:39:08.426636290 +0200 @@ -1,5 +1,5 @@ [Unit] -Description=Varnish HTTP accelerator/reverse proxy +Description=Vinyl HTTP accelerator/reverse proxy After=network.target [Service] @@ -16,10 +16,9 @@ ProtectControlGroups=true RestrictRealtime=true # end of automatic additions -EnvironmentFile=/etc/sysconfig/varnish -PIDFile=/var/run/varnishd.pid -ExecStart=/usr/sbin/varnishd -P /var/run/varnishd.pid -F $VARNISHD_PARAMS -ExecReload=/usr/sbin/varnish_reload_vcl +EnvironmentFile=/etc/sysconfig/vinyl-cache +ExecStart=/usr/sbin/vinyld -F $VC_PARAMS +ExecReload=/usr/sbin/vinyl-cache_reload_vcl KillMode=mixed TasksMax=16384 ++++++ vinyl-cache.sysconfig ++++++ --- /var/tmp/diff_new_pack.Nv6UU5/_old 2026-08-18 16:39:08.449637113 +0200 +++ /var/tmp/diff_new_pack.Nv6UU5/_new 2026-08-18 16:39:08.452637221 +0200 @@ -1,26 +1,16 @@ -## Path: Network/WWW/Varnishd -## Description: start parameters for varnishd. +## Path: Network/WWW/vinyl-cache +## Description: Startup parameters for vinyl-cache ## Type: string -## Default: "-f /etc/varnish/vcl.conf -T127.0.0.1:6082 -s file,/var/cache/varnish" -## Config: varnishd +## Default: "-j linux,user=vinyl-cache -f /etc/vinyl-cache/vcl.conf -T:6082 -s file,/var/cache/vinyl-cache,1M" +## Config: vinyl-cache # -# start parameters for varnishd. -# -# see man 1 varnishd for more -# -# You might want to keep "/var/cache/varnish" when using the file backend. -# -VARNISHD_PARAMS="-j unix,user=varnish -f /etc/varnish/vcl.conf -T:6082 -s file,/var/cache/varnish,1M" +VC_PARAMS="-j linux,user=vinyl-cache -f /etc/vinyl-cache/vcl.conf -T:6082 -s file,/var/cache/vinyl-cache,1M" -## Path: Network/WWW/Varnishd -## Description: Start parameters for varnishlog -## Type: string -## Default: "-a -w /var/log/varnish.log" -## Config: varnishd -# -# start parameters for varnishlog/varnishncsa -# -# see man 1 varnishlog for more +## Path: Network/WWW/vinyl-cache +## Description: Startup parameters for vinyl-cache's logger +## Type: string +## Default: "-a -w /var/log/vinyl-cache/vinyl-cache.log" +## Config: vinyl-cache # -VARNISHLOG_PARAMS="-a -w /var/log/varnish/varnish.log" +VL_PARAMS="-a -w /var/log/vinyl-cache/vinyl-cache.log" ++++++ vinyl-cache_reload_vcl ++++++ --- /var/tmp/diff_new_pack.Nv6UU5/_old 2026-08-18 16:39:08.469637829 +0200 +++ /var/tmp/diff_new_pack.Nv6UU5/_new 2026-08-18 16:39:08.472637936 +0200 @@ -1,12 +1,15 @@ #!/bin/bash -e +cf="/etc/sysconfig/vinyl-cache" +if [ -f "$cf" ]; then + . "$cf" +fi # Generate a unique timestamp ID for this version of the VCL TIME=$(date +%s) -vadm="varnishadm -S /var/cache/varnish/varnishd/_.secret -T 127.0.0.1:6082" +vadm="/usr/sbin/vinyladm -S /var/lib/vinyl-cache/vinyld/_.secret -T [::1]:6082" # Load the file into memory -$vadm vcl.load varnish_$TIME /etc/varnish/vcl.conf - -# Active this Varnish config -$vadm vcl.use varnish_$TIME +$vadm vcl.load "vc_$TIME" /etc/vinyl-cache/vcl.conf +# Active this config +$vadm vcl.use "vc_$TIME" ++++++ vinyl-cachelog.service ++++++ --- /var/tmp/diff_new_pack.Nv6UU5/_old 2026-08-18 16:39:08.499638903 +0200 +++ /var/tmp/diff_new_pack.Nv6UU5/_new 2026-08-18 16:39:08.503639046 +0200 @@ -1,6 +1,6 @@ [Unit] -Description=Varnish log generator -Requires=varnish.service +Description=vinyl-cache log generator +Requires=vinyl-cache.service #After= is not required [Service] @@ -17,9 +17,9 @@ ProtectControlGroups=true RestrictRealtime=true # end of automatic additions -EnvironmentFile=/etc/sysconfig/varnish -PIDFile=/var/run/varnishlog.pid -ExecStart=/usr/sbin/varnishncsa -P /var/run/varnishlog.pid $VARNISHLOG_PARAMS +User=vinyl-cache +EnvironmentFile=/etc/sysconfig/vinyl-cache +ExecStart=/usr/sbin/vinylncsa $VL_PARAMS [Install] WantedBy=multi-user.target
