Hello community, here is the log from the commit of package tinc for openSUSE:Factory checked in at 2019-04-23 14:35:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tinc (Old) and /work/SRC/openSUSE:Factory/.tinc.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tinc" Tue Apr 23 14:35:44 2019 rev:3 rq:696501 version:1.0.35 Changes: -------- --- /work/SRC/openSUSE:Factory/tinc/tinc.changes 2018-12-31 09:47:23.482167230 +0100 +++ /work/SRC/openSUSE:Factory/.tinc.new.5536/tinc.changes 2019-04-23 14:35:45.489460275 +0200 @@ -1,0 +2,5 @@ +Fri Apr 19 11:03:50 UTC 2019 - Pavol Cupka <[email protected]> + +- Adding tinc.service and [email protected] + +------------------------------------------------------------------- Old: ---- [email protected] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tinc.spec ++++++ --- /var/tmp/diff_new_pack.VBVyJV/_old 2019-04-23 14:35:46.077460690 +0200 +++ /var/tmp/diff_new_pack.VBVyJV/_new 2019-04-23 14:35:46.081460693 +0200 @@ -1,7 +1,7 @@ # # spec file for package tinc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,12 +20,11 @@ Version: 1.0.35 Release: 1%{?dist} Summary: A virtual private network daemon -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Security Url: http://www.tinc-vpn.org/ Source0: http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz -Source1: %{name}[email protected] Patch0: tinc-1.0.35-systemd-path-fix.patch BuildRequires: lzo-devel @@ -62,20 +61,20 @@ rm -f %{buildroot}%{_infodir}/dir %pre -%service_add_pre %{name}.service +%service_add_pre %{name}.service %{name}@.service %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : -%service_add_post %{name}.service +%service_add_post %{name}.service %{name}@.service %preun if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi -%service_del_preun %{name}.service +%service_del_preun %{name}.service %{name}@.service %postun -%service_del_postun %{name}.service +%service_del_postun %{name}.service %{name}@.service %files %doc AUTHORS COPYING.README NEWS README THANKS doc/sample* doc/*.tex
