diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 56796bb..4c90f04 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 22 09:43:41 UTC 2018 - normand@linux.vnet.ibm.com + +- in spec file move %dir %{_libdir}/dri to avoid ppc build failure + ------------------------------------------------------------------- Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index e983090..0163001 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -1167,6 +1167,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if %{drivers} %files -n Mesa-dri +%dir %{_libdir}/dri %{_libdir}/dri/*_dri.so %if 0%{?is_opensuse} %ifarch %ix86 x86_64 aarch64 %arm ppc64 ppc64le @@ -1233,7 +1234,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %ifarch %ix86 x86_64 aarch64 %arm ppc64 ppc64le %files -n Mesa-libva %defattr(-,root,root) -%dir %{_libdir}/dri %{_libdir}/dri/*_drv_video.so %endif %endif diff --git a/Mesa.changes b/Mesa.changes index 56796bb..4c90f04 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 22 09:43:41 UTC 2018 - normand@linux.vnet.ibm.com + +- in spec file move %dir %{_libdir}/dri to avoid ppc build failure + ------------------------------------------------------------------- Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com diff --git a/Mesa.spec b/Mesa.spec index cdc47a8..cb38cf6 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -1166,6 +1166,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if %{drivers} %files -n Mesa-dri +%dir %{_libdir}/dri %{_libdir}/dri/*_dri.so %if 0%{?is_opensuse} %ifarch %ix86 x86_64 aarch64 %arm ppc64 ppc64le @@ -1232,7 +1233,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %ifarch %ix86 x86_64 aarch64 %arm ppc64 ppc64le %files -n Mesa-libva %defattr(-,root,root) -%dir %{_libdir}/dri %{_libdir}/dri/*_drv_video.so %endif %endif