Skip to content

Commit

Permalink
Re-introduce Conflicts - rfbz#6612
Browse files Browse the repository at this point in the history
This time the related provides aren't added so this avoid the conflicts
with itslef.

This also relies upon unversioned Recommends in the fedora
counterparts to avoid packages been replaced in end-users back.
  • Loading branch information
kwizart committed Apr 18, 2023
1 parent c6c76ab commit fb4fb5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mesa-freeworld.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ BuildRequires: pkgconfig(vulkan)
%package -n %{srcname}-va-drivers-freeworld
Summary: Mesa-based VA-API drivers
Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
Conflicts: %{srcname}-va-drivers%{?_isa}

%description -n %{srcname}-va-drivers-freeworld
%{_description}
Expand All @@ -158,6 +159,7 @@ Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
%package -n %{srcname}-vdpau-drivers-freeworld
Summary: Mesa-based VDPAU drivers
Requires: %{srcname}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}
Conflicts: %{srcname}-vdpau-drivers%{?_isa}

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

0 comments on commit fb4fb5f

Please sign in to comment.