From 7668bb7773f014454e004d98cfdd85987686aedfbbcd4bbc6f75a04c0525bc8f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 30 Jun 2022 09:23:13 +0000 Subject: [PATCH] Fix a requires line OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-cross?expand=0&rev=20 --- spirv-cross.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spirv-cross.spec b/spirv-cross.spec index 51dd6cf..e06991d 100644 --- a/spirv-cross.spec +++ b/spirv-cross.spec @@ -55,7 +55,7 @@ converting SPIR-V to other shader languages. %package devel Summary: Development headers for the SPIRV-Cross library Group: Development/Libraries/C and C++ -Requires: %{_libpkg} = %{_libver} +Requires: %{_libpkg} = %{version}-%{release} Obsoletes: libspirv-cross-c-shared-devel < %{version}-%{release} Provides: libspirv-cross-c-shared-devel = %{version}-%{release}