mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
Revert "Tighten mesa-va-drivers recommends again (rhbz#2161338)"
This reverts commit fc4b7f9ddd
.
This commit is contained in:
parent
e9dc16d777
commit
e3ab672115
1 changed files with 1 additions and 7 deletions
|
@ -190,13 +190,7 @@ Provides: libEGL-devel%{?_isa}
|
||||||
Summary: Mesa-based DRI drivers
|
Summary: Mesa-based DRI drivers
|
||||||
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
%if 0%{?with_va}
|
%if 0%{?with_va}
|
||||||
%global major %(echo %{version} | cut -d. -f1)
|
Recommends: %{name}-va-drivers%{?_isa}
|
||||||
%global minor %(echo %{version} | cut -d. -f2)
|
|
||||||
%global minor_next %(v="%{minor}"; echo $((++v)))
|
|
||||||
# Do not require the exact full version but rather the matching
|
|
||||||
# major.minor of the mesa release in order to allow for alternative
|
|
||||||
# providers from other repos to slightly lag behind.
|
|
||||||
Recommends: (%{name}-va-drivers%{?_isa} >= %{?epoch:%{epoch}:}%{major}.%{minor} with %{name}-va-drivers%{?_isa} < %{?epoch:%{epoch}:}%{major}.%{minor_next})
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description dri-drivers
|
%description dri-drivers
|
||||||
|
|
Loading…
Reference in a new issue