Hello community, here is the log from the commit of package vpnc for openSUSE:Factory checked in at 2019-02-24 16:53:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vpnc (Old) and /work/SRC/openSUSE:Factory/.vpnc.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vpnc" Sun Feb 24 16:53:45 2019 rev:29 rq:677614 version:0.5.3r550 Changes: -------- --- /work/SRC/openSUSE:Factory/vpnc/vpnc.changes 2014-11-24 11:13:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vpnc.new.28833/vpnc.changes 2019-02-24 16:53:49.696953470 +0100 @@ -1,0 +2,7 @@ +Tue Feb 19 21:08:21 UTC 2019 - [email protected] + +- Fix references path below legacy directory /var/run -> /run +- Run %tmpfiles_create macro in %post +- Fix env-script-interpreter error + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vpnc.spec ++++++ --- /var/tmp/diff_new_pack.iBS6cb/_old 2019-02-24 16:53:52.424952189 +0100 +++ /var/tmp/diff_new_pack.iBS6cb/_new 2019-02-24 16:53:52.424952189 +0100 @@ -1,7 +1,7 @@ # # spec file for package vpnc # -# Copyright (c) 2014 SUSE LINUX Products 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/ # @@ -23,7 +23,7 @@ Version: 0.5.3r550 Release: 0 Summary: A Client for Cisco VPN concentrator -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Security Url: http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel Source: %{name}-%{version}.tar.bz2 @@ -75,6 +75,7 @@ install -D -m 0644 $RPM_SOURCE_DIR/%{name}.service %{buildroot}/%{_unitdir}/%{name}@.service install -D -m 0644 $RPM_SOURCE_DIR/%{name}.conf %{buildroot}/%{_libexecdir}/tmpfiles.d/%{name}.conf %endif +sed -i -e '1c#!/usr/bin/perl' %{buildroot}%{_bindir}/pcf2vpnc %pre %if 0%{?suse_version} >= 1210 @@ -83,6 +84,7 @@ %post %if 0%{?suse_version} >= 1210 +%tmpfiles_create %{_libexecdir}/tmpfiles.d/%{name}.conf %service_add_post %{name}@.service %endif @@ -114,6 +116,7 @@ %{_unitdir}/%{name}@.service %{_libexecdir}/tmpfiles.d/%{name}.conf %endif -%doc ChangeLog COPYING README TODO VERSION +%doc ChangeLog README TODO VERSION +%license COPYING %changelog ++++++ vpnc.conf ++++++ --- /var/tmp/diff_new_pack.iBS6cb/_old 2019-02-24 16:53:52.456952174 +0100 +++ /var/tmp/diff_new_pack.iBS6cb/_new 2019-02-24 16:53:52.456952174 +0100 @@ -1 +1 @@ -d /var/run/vpnc 0755 root root +d /run/vpnc 0755 root root
