Hello community, here is the log from the commit of package xl2tpd for openSUSE:Factory checked in at 2013-03-21 22:16:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xl2tpd (Old) and /work/SRC/openSUSE:Factory/.xl2tpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xl2tpd", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xl2tpd/xl2tpd.changes 2012-12-03 11:51:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xl2tpd.new/xl2tpd.changes 2013-03-21 22:16:08.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Mar 17 16:14:54 UTC 2013 - [email protected] + +- Use /usr/lib/tmpfile.d for tmpfiles configuration + +------------------------------------------------------------------- +Wed Mar 6 21:15:13 YEKT 2013 - [email protected] + +- Added /etc/tmpfiles.d/xl2tpd.conf file (bnc#807605) + +------------------------------------------------------------------- New: ---- xl2tpd.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xl2tpd.spec ++++++ --- /var/tmp/diff_new_pack.xO2Rjh/_old 2013-03-21 22:16:09.000000000 +0100 +++ /var/tmp/diff_new_pack.xO2Rjh/_new 2013-03-21 22:16:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xl2tpd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Url: http://www.xelerance.com/software/xl2tpd/ Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.service +Source2: %{name}.conf Patch0: Makefile.patch Patch1: xl2tpd.init.patch # PATCH-FIX-UPSTREAM xl2tpd-1.3.0-0001-Add-kernel-support-for-2.6.32.patch bnc#790250 [email protected] -- xl2tpd Add kernel support for 2.6.23+ @@ -105,6 +106,7 @@ %if 0%{?has_systemd} install -D -m0644 %{S:1} %{buildroot}%{_unitdir}/%{name}.service +install -D -m0644 %{S:2} %{buildroot}/usr/lib/tmpfiles.d/%{name}.conf mkdir -p %{buildroot}/usr/lib/modules-load.d echo "l2tp_ppp" > %{buildroot}/usr/lib/modules-load.d/%{name}.conf %endif @@ -165,6 +167,7 @@ %attr(0755,root,root) %{_initrddir}/xl2tpd %ghost %{_localstatedir}/run/xl2tpd %if 0%{?has_systemd} +/usr/lib/tmpfiles.d/%{name}.conf %{_unitdir}/%{name}.service /usr/lib/modules-load.d/%{name}.conf %endif ++++++ xl2tpd.conf ++++++ # Create directory /var/run/xl2tpd with permission by default if it does not exist yet. d /var/run/xl2tpd 755 root root - - # Create a named pipe with the rights by default if it does not exist yet. p /var/run/xl2tpd/l2tp-control 600 root root - - # Do not delete the directory /var/run/xl2tpd and its contents for cleaning temporary files. x /var/run/xl2tpd/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
