Skip to content

Commit

Permalink
Enforces version to avoid miss-match with fedora
Browse files Browse the repository at this point in the history
Fixes rfbz#6613
  • Loading branch information
kwizart committed Apr 18, 2023
1 parent 7b0b4fe commit c6c76ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesa-freeworld.spec
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ BuildRequires: pkgconfig(vulkan)
%if 0%{?with_va}
%package -n %{srcname}-va-drivers-freeworld
Summary: Mesa-based VA-API drivers
Requires: %{srcname}-filesystem%{?_isa} >= %{?epoch:%{epoch}:}%{version}
Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}

%description -n %{srcname}-va-drivers-freeworld
%{_description}
Expand All @@ -157,7 +157,7 @@ Requires: %{srcname}-filesystem%{?_isa} >= %{?epoch:%{epoch}:}%{version}
%if 0%{?with_vdpau}
%package -n %{srcname}-vdpau-drivers-freeworld
Summary: Mesa-based VDPAU drivers
Requires: %{srcname}-filesystem%{?_isa} >= %{?epoch:%{epoch}:}%{version}
Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}

%description -n %{srcname}-vdpau-drivers-freeworld
%{_description}
Expand Down

0 comments on commit c6c76ab

Please sign in to comment.