Bruno Friedmann changed bug 1044223
What Removed Added
CC   bruno@ioda-net.ch, nirmoy.das@suse.com
Flags   needinfo?(nirmoy.das@suse.com)

Comment # 1 on bug 1044223 from
Moving or creating a link in /usr/lib/tmpfiles.d/openvpn.conf allow to run
again openvpn correctly.

I guess an error was introduce during spec refactoring on last revision

 # tmpfiles.d
-mkdir -p %{buildroot}%{_libexecdir}/tmpfiles.d
-install -m 0644 $RPM_SOURCE_DIR/%{name}-tmpfile.conf
%{buildroot}%{_libexecdir}/tmpfiles.d/%{name}.conf
+mkdir -p %{buildroot}%{_libdir}/tmpfiles.d
+install -m 0644 $RPM_SOURCE_DIR/%{name}-tmpfile.conf
%{buildroot}%{_libdir}/tmpfiles.d/%{name}.conf

You still need to use %{_libexecdir} not %{_libdir} ...


Also as you have dependencies not available for SLE_11 I guess that the %if
systemd can be also simplified.


You are receiving this mail because: