Merge pull request #23 from getchoo/i-suck

fix conflicts (again)
This commit is contained in:
lleyton
2022-11-08 09:24:58 -08:00
committed by GitHub
4 changed files with 15 additions and 12 deletions
@@ -112,14 +112,15 @@ Recommends: gamemoded
Recommends: gamemode
%endif
Conflicts: %{real_name}
Conflicts: %{real_name}-qt5
Conflicts: %{real_name}
Conflicts: %{real_name}-qt5
%if %{with qt6}
Conflicts: %{real_name}-qt5-nightly
Conflicts: %{real_name}-qt5-nightly
%else
Conflicts: %{real_name}-nightly
Conflicts: %{real_name}-nightly
%endif
%description
A custom launcher for Minecraft that allows you to easily manage
multiple installations of Minecraft at once (Fork of MultiMC)
@@ -112,14 +112,15 @@ Recommends: gamemoded
Recommends: gamemode
%endif
Conflicts: %{realname}
Conflicts: %{realname}-qt5
Conflicts: %{real_name}
Conflicts: %{real_name}-qt5
%if %{with qt6}
Conflicts: %{realname}-qt5-nightly
Conflicts: %{real_name}-qt5-nightly
%else
Conflicts: %{realname}-nightly
Conflicts: %{real_name}-nightly
%endif
%description
A custom launcher for Minecraft that allows you to easily manage
multiple installations of Minecraft at once (Fork of MultiMC)
@@ -98,9 +98,9 @@ Recommends: gamemode
%endif
%if %{with qt6}
Conflicts: %{real_name}-qt5
Conflicts: %{real_name}-qt5
%else
Conflicts: %{real_name}
Conflicts: %{real_name}
%endif
+3 -2
View File
@@ -98,11 +98,12 @@ Recommends: gamemode
%endif
%if %{with qt6}
Conflicts: %{real_name}-qt5
Conflicts: %{real_name}-qt5
%else
Conflicts: %{real_name}
Conflicts: %{real_name}
%endif
%description
A custom launcher for Minecraft that allows you to easily manage
multiple installations of Minecraft at once (Fork of MultiMC)