- require libvulkan_intel and libvulkan_radeon during installation,
also in 32bit flavors. bsc#1206421 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=979
This commit is contained in:
parent
c013bca1e6
commit
f74ef24642
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 08:02:33 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- require libvulkan_intel and libvulkan_radeon during installation,
|
||||
also in 32bit flavors. bsc#1206421
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 11:22:55 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -80,6 +80,8 @@ BuildRequires: libxslt-devel
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: mpg123-devel
|
||||
BuildRequires: vulkan-devel
|
||||
Requires: libvulkan_intel
|
||||
Requires: libvulkan_radeon
|
||||
Provides: wine-mp3 = %version
|
||||
Obsoletes: wine-mp3 < %version
|
||||
%else
|
||||
@ -309,6 +311,10 @@ echo " recommends \"alsa-plugins-pulse-32bit\"" >> %SOURCE7
|
||||
echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE7
|
||||
echo " recommends \"Mesa-libGL1-32bit\"" >> %SOURCE7
|
||||
%if 0%{?suse_version} >= 1330
|
||||
# indirect deps of libvulkan
|
||||
echo " requires \"libvulkan_intel-32bit\"" >> %SOURCE7
|
||||
echo " requires \"libvulkan_radeon-32bit\"" >> %SOURCE7
|
||||
# now included
|
||||
echo " obsoletes \"wine-mp3-32bit\"" >> %SOURCE7
|
||||
%else
|
||||
echo " recommends \"wine-mp3-32bit\"" >> %SOURCE7
|
||||
|
Loading…
Reference in New Issue
Block a user