From 9cead75076df024fe16ec395f0dcdd6de191a3d33503a48355b27d7103709bb9 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 19 May 2023 08:06:25 +0000 Subject: [PATCH] Accepting request 1087863 from home:DarkWav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recommend pipewire-alsa instead of alsa-plugins-pulse because pipewire-alsa has replaced (and also conflicts with) alsa-plugins-pulse by default in Tumbleweed now. As of right now, the recommends would simply do nothing as pipewire-alsa is installed by default on most systems and will prevent the installation of alsa-plugins-pulse. So I woulö suggest we just recommend pipewire-alsa instead. If you have any suggestions for improvement, please let me know! OBS-URL: https://build.opensuse.org/request/show/1087863 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1012 --- wine.changes | 7 +++++++ wine.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/wine.changes b/wine.changes index f3aa809..8581d21 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 19 02:03:25 UTC 2023 - Simon Vogl + +- Recommend pipewire-alsa instead of alsa-plugins-pulse because + pipewire-alsa has replaced alsa-plugins-pulse by default in + Tumbleweed now. + ------------------------------------------------------------------- Sat May 13 07:29:50 UTC 2023 - Marcus Meissner diff --git a/wine.spec b/wine.spec index 4cc2e8e..0fc0089 100644 --- a/wine.spec +++ b/wine.spec @@ -157,8 +157,8 @@ Conflicts: wine-mono < 7.2.0 # not packaged in distro... Recommends: wine-mono Recommends: alsa-plugins -Recommends: alsa-plugins-pulse Recommends: dosbox +Recommends: pipewire-alsa Recommends: winetricks Requires: samba-winbind %ifarch x86_64 @@ -310,7 +310,7 @@ echo " +^/usr/lib/wine/i386-unix" >> %SOURCE7 grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 echo " recommends \"libpulse0-32bit\"" >> %SOURCE7 -echo " recommends \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 +echo " recommends \"pipewire-alsa-32bit\"" >> %SOURCE7 echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE7 echo " recommends \"Mesa-libGL1-32bit\"" >> %SOURCE7 %if 0%{?suse_version} >= 1330