Hello community,

here is the log from the commit of package vpnc for openSUSE:Factory checked in 
at 2020-05-16 22:25:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vpnc (Old)
 and      /work/SRC/openSUSE:Factory/.vpnc.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vpnc"

Sat May 16 22:25:16 2020 rev:30 rq:805742 version:0.5.3r550

Changes:
--------
--- /work/SRC/openSUSE:Factory/vpnc/vpnc.changes        2019-02-24 
16:53:49.696953470 +0100
+++ /work/SRC/openSUSE:Factory/.vpnc.new.2738/vpnc.changes      2020-05-16 
22:25:39.385189646 +0200
@@ -1,0 +2,7 @@
+Thu May  7 08:34:48 UTC 2020 - [email protected]
+
+- %{_libexecdir} now expands to /usr/libexec, so do not use it
+  where /usr/lib was intended; use %{_tmpfilesdir} in this case
+  instead
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vpnc.spec ++++++
--- /var/tmp/diff_new_pack.Fuv5gc/_old  2020-05-16 22:25:40.501191937 +0200
+++ /var/tmp/diff_new_pack.Fuv5gc/_new  2020-05-16 22:25:40.505191945 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vpnc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Summary:        A Client for Cisco VPN concentrator
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Security
-Url:            http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
+URL:            http://svn.unix-ag.uni-kl.de/vpnc/branches/vpnc-nortel
 Source:         %{name}-%{version}.tar.bz2
 # only for checkin warnings...
 Source1:        checkout_svn.sh
@@ -73,7 +73,7 @@
 rm -rfv %{buildroot}%{_datadir}/doc/vpnc
 %if 0%{?suse_version} >= 1210
 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
+install -D -m 0644 $RPM_SOURCE_DIR/%{name}.conf 
%{buildroot}/%{_tmpfilesdir}/%{name}.conf
 %endif
 sed -i -e '1c#!/usr/bin/perl' %{buildroot}%{_bindir}/pcf2vpnc
 
@@ -84,7 +84,7 @@
 
 %post
 %if 0%{?suse_version} >= 1210
-%tmpfiles_create %{_libexecdir}/tmpfiles.d/%{name}.conf
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
 %service_add_post %{name}@.service
 %endif
 
@@ -114,7 +114,7 @@
 %{_mandir}/man8/vpnc.8.*
 %if 0%{?suse_version} >= 1210
 %{_unitdir}/%{name}@.service
-%{_libexecdir}/tmpfiles.d/%{name}.conf
+%{_tmpfilesdir}/%{name}.conf
 %endif
 %doc ChangeLog README TODO VERSION
 %license COPYING


Reply via email to