Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package syncthing for openSUSE:Factory checked in at 2021-06-01 10:38:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syncthing (Old) and /work/SRC/openSUSE:Factory/.syncthing.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syncthing" Tue Jun 1 10:38:36 2021 rev:107 rq:896111 version:1.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes 2021-05-15 01:24:15.415010375 +0200 +++ /work/SRC/openSUSE:Factory/.syncthing.new.1898/syncthing.changes 2021-06-01 10:40:11.321091606 +0200 @@ -1,0 +2,5 @@ +Sat May 29 12:40:56 UTC 2021 - Fabian Niepelt <fniep...@takios.de> + +- Fix User, Group, EnvironmentFile and ReadWritePaths in systemd.service unit + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syncthing.spec ++++++ --- /var/tmp/diff_new_pack.XznIBZ/_old 2021-06-01 10:40:11.957092689 +0200 +++ /var/tmp/diff_new_pack.XznIBZ/_new 2021-06-01 10:40:11.961092695 +0200 @@ -81,6 +81,14 @@ %{buildroot}%{_unitdir}/strelaysrv.service sed -i 's,^ExecStart=.*,ExecStart=/usr/bin/strelaysrv $OPTIONS,' \ %{buildroot}%{_unitdir}/strelaysrv.service +sed -i 's,EnvironmentFile=/etc/default/syncthing-relaysrv,EnvironmentFile=-/etc/default/syncthing-relaysrv,' \ + %{buildroot}%{_unitdir}/strelaysrv.service +sed -i 's/^User=.*/User=strelaysrv/' \ + %{buildroot}%{_unitdir}/strelaysrv.service +sed -i 's/^Group=.*/Group=strelaysrv/' \ + %{buildroot}%{_unitdir}/strelaysrv.service +sed -i 's,^ReadWritePaths=.*,ReadWritePaths=/var/lib/strelaysrv,' \ + %{buildroot}%{_unitdir}/strelaysrv.service install -Dpm 0644 etc/linux-systemd/system/%{name}@.service \ %{buildroot}%{_unitdir}/%{name}@.service install -Dpm 0644 etc/linux-systemd/system/%{name}-resume.service \