diff --git a/wine.changes b/wine.changes index 2694996..4871d9e 100644 --- a/wine.changes +++ b/wine.changes @@ -4,6 +4,7 @@ Sun Jan 12 08:13:29 UTC 2020 - Marcus Meissner - updated to 5.0-rc5 release candidate - Bug fixes only, we are in code freeze. - updated staging to 5.0-rc5 +- adjust mono / gecko recommends / conflicts ------------------------------------------------------------------- Sat Jan 4 16:41:26 UTC 2020 - Marcus Meissner diff --git a/wine.spec b/wine.spec index b834d11..4eba1da 100644 --- a/wine.spec +++ b/wine.spec @@ -131,7 +131,10 @@ Source8: wine-rpmlintrc # SUSE specific patches # - currently none, but add them here #Patch0: susepatches.patch -Recommends: wine-gecko >= 2.47 +Recommends: wine-gecko >= 2.47.1 +Conflicts: wine-gecko < 2.47.1 +Recommends: wine-mono >= 4.9.2 +Conflicts: wine-mono < 4.9.2 # not packaged in distro... Recommends: wine-mono Recommends: dosbox @@ -139,7 +142,6 @@ Recommends: alsa-plugins Recommends: alsa-plugins-pulse Recommends: winetricks Requires: samba-winbind -Conflicts: wine-gecko < 1.3 %ifarch x86_64 Requires: %{name}-32bit = %{version} %endif