Hello community,

here is the log from the commit of package xl2tpd for openSUSE:Factory checked 
in at 2014-06-30 21:45:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xl2tpd (Old)
 and      /work/SRC/openSUSE:Factory/.xl2tpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xl2tpd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xl2tpd/xl2tpd.changes    2014-01-07 
14:38:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xl2tpd.new/xl2tpd.changes       2014-06-30 
21:45:39.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 26 15:27:11 UTC 2014 - [email protected]
+
+- switch to /run on openSUSE newer than 13.1 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xl2tpd.spec ++++++
--- /var/tmp/diff_new_pack.vH0G0N/_old  2014-06-30 21:45:40.000000000 +0200
+++ /var/tmp/diff_new_pack.vH0G0N/_new  2014-06-30 21:45:40.000000000 +0200
@@ -16,6 +16,15 @@
 #
 
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+%if 0%{?suse_version} <= 1310
+%define rundir /var/run
+%else
+%define rundir /run
+%endif
+
 Summary:        Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 License:        GPL-2.0
 Group:          Productivity/Networking/System
@@ -102,7 +111,7 @@
 install -p -D -m600 examples/chapsecrets.sample 
%{buildroot}%{_sysconfdir}/ppp/chap-secrets.sample
 install -p -D -m755 packaging/suse/xl2tpd.init %{buildroot}%{_initrddir}/xl2tpd
 ln -sf /etc/init.d/xl2tpd $RPM_BUILD_ROOT/%{_sbindir}/rcxl2tpd
-install -p -D -m755 -d %{buildroot}%{_localstatedir}/run/xl2tpd  
+install -p -D -m755 -d %{buildroot}%{rundir}/xl2tpd  
 
 %if 0%{?has_systemd}
 install -D -m0644 %{S:1} %{buildroot}%{_unitdir}/%{name}.service
@@ -165,7 +174,7 @@
 %config(noreplace) %{_sysconfdir}/xl2tpd/*
 %config(noreplace) %{_sysconfdir}/ppp/*
 %attr(0755,root,root)  %{_initrddir}/xl2tpd
-%ghost %{_localstatedir}/run/xl2tpd
+%ghost %{rundir}/xl2tpd
 %if 0%{?has_systemd}
 /usr/lib/tmpfiles.d/%{name}.conf
 %{_unitdir}/%{name}.service

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

Reply via email to