diff --git a/wine.changes b/wine.changes index 16c9a69..6ba77ec 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 13 15:05:05 UTC 2017 - meissner@suse.com + +- recommend Mesa-GL1-32bit in baselibs, so we get opengl support. + (it is not directly required) + ------------------------------------------------------------------- Sat Nov 11 14:56:58 UTC 2017 - aavindraa@gmail.com diff --git a/wine.spec b/wine.spec index a3190da..a5c4ef8 100644 --- a/wine.spec +++ b/wine.spec @@ -165,6 +165,7 @@ grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 echo " recommends \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE7 +echo " recommends \"Mesa-libGL1-32bit\"" >> %SOURCE7 %if 0%{?suse_version} >= 1330 echo " obsoletes \"wine-mp3-32bit\"" >> %SOURCE7 %else