Accepting request 1178175 from home:guoyunhe:branches:X11:XOrg
- Restrict all internal depencency version to match the exact Mesa build, so that users won't install Mesa packages partly from other repos and make the system broken. OBS-URL: https://build.opensuse.org/request/show/1178175 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1292
This commit is contained in:
parent
511cfcb7ec
commit
4c05b660b4
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 2 16:27:55 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
- Restrict all internal depencency version to match the exact Mesa build,
|
||||||
|
so that users won't install Mesa packages partly from other repos and
|
||||||
|
make the system broken.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 23 11:05:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
Thu May 23 11:05:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
10
Mesa.spec
10
Mesa.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package Mesa
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -315,7 +315,7 @@ Requires: Mesa-libGLESv1_CM-devel = %{version}
|
|||||||
Requires: Mesa-libGLESv2-devel = %{version}
|
Requires: Mesa-libGLESv2-devel = %{version}
|
||||||
Requires: Mesa-libglapi-devel = %{version}
|
Requires: Mesa-libglapi-devel = %{version}
|
||||||
Requires: libOSMesa-devel = %{version}
|
Requires: libOSMesa-devel = %{version}
|
||||||
Requires: libgbm-devel
|
Requires: libgbm-devel = %{version}
|
||||||
Provides: Mesa-devel-static = %{version}
|
Provides: Mesa-devel-static = %{version}
|
||||||
Provides: xorg-x11-Mesa-devel = %{version}
|
Provides: xorg-x11-Mesa-devel = %{version}
|
||||||
Requires: libglvnd-devel >= 1.2.0
|
Requires: libglvnd-devel >= 1.2.0
|
||||||
@ -677,7 +677,7 @@ This package contains the Mesa VA-API implementation provided through gallium.
|
|||||||
Summary: Mesa vulkan driver for Intel GPU
|
Summary: Mesa vulkan driver for Intel GPU
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Supplements: modalias(pci:v00008086d*sv*sd*bc03sc*i*)
|
Supplements: modalias(pci:v00008086d*sv*sd*bc03sc*i*)
|
||||||
Requires: Mesa-vulkan-device-select
|
Requires: Mesa-vulkan-device-select = %{version}
|
||||||
# get rid of this package, which is no longer neeeded at all
|
# get rid of this package, which is no longer neeeded at all
|
||||||
Provides: Mesa-libVulkan-devel = 22.0.0
|
Provides: Mesa-libVulkan-devel = 22.0.0
|
||||||
Obsoletes: Mesa-libVulkan-devel < 22.0.0
|
Obsoletes: Mesa-libVulkan-devel < 22.0.0
|
||||||
@ -689,7 +689,7 @@ This package contains the Vulkan parts for Mesa.
|
|||||||
Summary: Mesa vulkan driver for AMD GPU
|
Summary: Mesa vulkan driver for AMD GPU
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Supplements: modalias(pci:v00001002d*sv*sd*bc03sc*i*)
|
Supplements: modalias(pci:v00001002d*sv*sd*bc03sc*i*)
|
||||||
Requires: Mesa-vulkan-device-select
|
Requires: Mesa-vulkan-device-select = %{version}
|
||||||
|
|
||||||
%description -n libvulkan_radeon
|
%description -n libvulkan_radeon
|
||||||
This package contains the Vulkan parts for Mesa.
|
This package contains the Vulkan parts for Mesa.
|
||||||
@ -697,7 +697,7 @@ This package contains the Vulkan parts for Mesa.
|
|||||||
%package -n libvulkan_lvp
|
%package -n libvulkan_lvp
|
||||||
Summary: Mesa vulkan driver for LVP
|
Summary: Mesa vulkan driver for LVP
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: Mesa-vulkan-device-select
|
Requires: Mesa-vulkan-device-select = %{version}
|
||||||
|
|
||||||
%description -n libvulkan_lvp
|
%description -n libvulkan_lvp
|
||||||
This package contains the Vulkan parts for Mesa.
|
This package contains the Vulkan parts for Mesa.
|
||||||
|
Loading…
Reference in New Issue
Block a user