Hello community, here is the log from the commit of package vpnc for openSUSE:Factory checked in at 2013-05-13 16:03:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-11-26 20:08:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vpnc.new/vpnc.changes 2013-05-13 16:03:27.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 9 00:41:10 UTC 2013 - [email protected] + +- packages must not install files in /etc/tmpfiles.d/ + which is reserved for the system administrator. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vpnc.spec ++++++ --- /var/tmp/diff_new_pack.mfwmHW/_old 2013-05-13 16:03:29.000000000 +0200 +++ /var/tmp/diff_new_pack.mfwmHW/_new 2013-05-13 16:03:29.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package vpnc # -# 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 @@ -21,6 +21,7 @@ BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel BuildRequires: pkg-config +BuildRequires: pkgconfig(systemd) Version: 0.5.3r517 Release: 0 Summary: A Client for Cisco VPN concentrator @@ -77,8 +78,7 @@ DESTDIR=${RPM_BUILD_ROOT} \ PREFIX=/usr rm -rfv ${RPM_BUILD_ROOT}/usr/share/doc/vpnc -mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/tmpfiles.d -install -m 0644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_sysconfdir}/tmpfiles.d/ +install -D -m 0644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_prefix}/lib/tmpfiles.d/vpnc.conf %clean rm -rf %{buildroot} @@ -86,8 +86,7 @@ %files %defattr(-,root,root) %attr(0600,root,root) %config(noreplace) %ghost %{_sysconfdir}/vpnc/default.conf -%dir %{_sysconfdir}/tmpfiles.d -%config %{_sysconfdir}/tmpfiles.d/vpnc.conf +%{_prefix}/lib/tmpfiles.d/vpnc.conf %ghost %{_localstatedir}/run/vpnc %dir %{_sysconfdir}/vpnc %{_sysconfdir}/vpnc/vpnc-script -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
