Hello community, here is the log from the commit of package tuned for openSUSE:Factory checked in at 2015-10-06 13:24:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tuned (Old) and /work/SRC/openSUSE:Factory/.tuned.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuned" Changes: -------- --- /work/SRC/openSUSE:Factory/tuned/tuned.changes 2015-08-19 09:29:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tuned.new/tuned.changes 2015-10-06 13:24:53.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Sep 29 12:41:36 UTC 2015 - [email protected] + +- Fix build for openSUSE Leap (lack of tmpfiles.d macro) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tuned.spec ++++++ --- /var/tmp/diff_new_pack.PNaka2/_old 2015-10-06 13:24:54.000000000 +0200 +++ /var/tmp/diff_new_pack.PNaka2/_new 2015-10-06 13:24:54.000000000 +0200 @@ -157,7 +157,11 @@ %post %service_add_post %{name}.service -%tmpfiles_create %{_tmpfilesdir}/%{name}.conf +%if 0%{?suse_version} <= 1320 + systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf >/dev/null 2>&1 || : +%else + %tmpfiles_create %{_tmpfilesdir}/%{name}.conf +%endif # convert active_profile from full path to name (if needed) sed -i 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' %{_sysconfdir}/tuned/active_profile
