diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 10a2519..725fe5a 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 2 09:27:33 UTC 2021 - Stefan Dirsch + +- no longer autoselect Mesa-dri-nouveau at all; autoselect + libvdpau_nouveau depending on PCI ID (boo#1186721) + ------------------------------------------------------------------- Thu May 20 10:25:35 UTC 2021 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index fe02d00..031f5b2 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -493,7 +493,6 @@ compiling programs and libraries using the DRI API. Summary: Mesa DRI plug-in for 3D acceleration via Nouveau Group: System/Libraries Requires: Mesa = %{version} -Supplements: xf86-video-nouveau %description -n Mesa-dri-nouveau This package contains nouveau_dri.so, which is necessary for @@ -589,7 +588,8 @@ videos and artefacts all over. %package -n libvdpau_nouveau Summary: XVMC state tracker for Nouveau Group: System/Libraries -Supplements: xf86-video-nouveau +Supplements: modalias(pci:v000010DEd*sv*sd*bc03sc*i*) +Supplements: modalias(pci:v000012D2d*sv*sd*bc03sc*i*) %description -n libvdpau_nouveau This package contains the VDPAU state tracker for Nouveau. diff --git a/Mesa.changes b/Mesa.changes index 10a2519..725fe5a 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 2 09:27:33 UTC 2021 - Stefan Dirsch + +- no longer autoselect Mesa-dri-nouveau at all; autoselect + libvdpau_nouveau depending on PCI ID (boo#1186721) + ------------------------------------------------------------------- Thu May 20 10:25:35 UTC 2021 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 4363800..26a1274 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -492,7 +492,6 @@ compiling programs and libraries using the DRI API. Summary: Mesa DRI plug-in for 3D acceleration via Nouveau Group: System/Libraries Requires: Mesa = %{version} -Supplements: xf86-video-nouveau %description -n Mesa-dri-nouveau This package contains nouveau_dri.so, which is necessary for @@ -588,7 +587,8 @@ videos and artefacts all over. %package -n libvdpau_nouveau Summary: XVMC state tracker for Nouveau Group: System/Libraries -Supplements: xf86-video-nouveau +Supplements: modalias(pci:v000010DEd*sv*sd*bc03sc*i*) +Supplements: modalias(pci:v000012D2d*sv*sd*bc03sc*i*) %description -n libvdpau_nouveau This package contains the VDPAU state tracker for Nouveau.