SHA256
1
0
forked from pool/Mesa
Dominique Leuenberger 2018-01-26 12:34:07 +00:00 committed by Git OBS Bridge
commit 5da75e93e6
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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