mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
add missing dependency for /etc/OpenCL/vendors ownership (RHBZ #1265948)
This commit is contained in:
parent
af21ef8b11
commit
27b3730174
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 11.1.0
|
Version: 11.1.0
|
||||||
Release: 3.%{git}%{?dist}
|
Release: 4.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -313,6 +313,7 @@ Summary: Mesa OpenCL runtime library
|
||||||
Requires: ocl-icd
|
Requires: ocl-icd
|
||||||
Requires: libclc
|
Requires: libclc
|
||||||
Requires: mesa-libgbm = %{version}-%{release}
|
Requires: mesa-libgbm = %{version}-%{release}
|
||||||
|
Requires: opencl-filesystem
|
||||||
|
|
||||||
%description libOpenCL
|
%description libOpenCL
|
||||||
Mesa OpenCL runtime library.
|
Mesa OpenCL runtime library.
|
||||||
|
@ -689,6 +690,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2016 Dominik Mierzejewski <rpm@greysector.net> - 11.1.0-4
|
||||||
|
- add missing dependency for /etc/OpenCL/vendors ownership (RHBZ #1265948)
|
||||||
|
|
||||||
* Fri Feb 26 2016 Dave Airlie <airlied@redhat.com> 11.1.0-3
|
* Fri Feb 26 2016 Dave Airlie <airlied@redhat.com> 11.1.0-3
|
||||||
- enable virgl
|
- enable virgl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue