Hello community,

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

Package is "vpnc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vpnc/vpnc.changes        2013-05-13 
16:03:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vpnc.new/vpnc.changes   2014-05-22 
20:38:39.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 16 08:40:46 UTC 2014 - [email protected]
+
+- use %_rundir if available
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vpnc.spec ++++++
--- /var/tmp/diff_new_pack.Om8SQY/_old  2014-05-22 20:38:41.000000000 +0200
+++ /var/tmp/diff_new_pack.Om8SQY/_new  2014-05-22 20:38:41.000000000 +0200
@@ -15,6 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
 
 Name:           vpnc
 BuildRequires:  gnutls
@@ -73,7 +77,7 @@
 make PREFIX=/usr
 
 %install
-mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
+mkdir -p ${RPM_BUILD_ROOT}/%{_rundir}/vpnc
 %{__make} install \
        DESTDIR=${RPM_BUILD_ROOT} \
        PREFIX=/usr
@@ -87,7 +91,7 @@
 %defattr(-,root,root)
 %attr(0600,root,root) %config(noreplace) %ghost 
%{_sysconfdir}/vpnc/default.conf
 %{_prefix}/lib/tmpfiles.d/vpnc.conf
-%ghost %{_localstatedir}/run/vpnc
+%ghost %{_rundir}/vpnc
 %dir %{_sysconfdir}/vpnc
 %{_sysconfdir}/vpnc/vpnc-script
 %{_sbindir}/vpnc

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to