Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tor for openSUSE:Factory checked in at 2021-04-25 21:27:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tor (Old) and /work/SRC/openSUSE:Factory/.tor.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tor" Sun Apr 25 21:27:22 2021 rev:93 rq:888264 version:0.4.5.7 Changes: -------- --- /work/SRC/openSUSE:Factory/tor/tor.changes 2021-04-24 23:10:21.807497495 +0200 +++ /work/SRC/openSUSE:Factory/.tor.new.12324/tor.changes 2021-04-25 21:28:58.612542635 +0200 @@ -1,0 +2,5 @@ +Sat Apr 24 19:07:24 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- fix packaging warnings related to tor-master service + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tor.spec ++++++ --- /var/tmp/diff_new_pack.1RvUG3/_old 2021-04-25 21:28:59.180543318 +0200 +++ /var/tmp/diff_new_pack.1RvUG3/_new 2021-04-25 21:28:59.184543323 +0200 @@ -109,6 +109,7 @@ install -d -m 0755 %{buildroot}%{_tmpfilesdir}/ install -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf ln -s -f service %{buildroot}%{_sbindir}/rc%{name} +ln -s -f service %{buildroot}%{_sbindir}/rc%{name}-master # sample config files install -p -m 644 -D src/config/torrc.{sample,minimal} %{buildroot}/%{_sysconfdir}/%{name} @@ -134,13 +135,16 @@ %post %fillup_only %service_add_post tor.service +%service_add_post tor-master.service systemd-tmpfiles --create %{_tmpfilesdir}/tor.conf || : %preun %service_del_preun tor.service +%service_del_preun tor-master.service %postun %service_del_postun tor.service +%service_del_postun tor-master.service %files %license LICENSE @@ -160,5 +164,6 @@ %{_unitdir}/%{name}-master.service %{_tmpfilesdir}/%{name}.conf %{_sbindir}/rc%{name} +%{_sbindir}/rc%{name}-master %changelog