diff --git a/spirv-llvm-translator.changes b/spirv-llvm-translator.changes index 4cdc2a1..92e14f9 100644 --- a/spirv-llvm-translator.changes +++ b/spirv-llvm-translator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 09:11:06 UTC 2024 - Stefan Dirsch + +- fixed rpmlintrc rule + ------------------------------------------------------------------- Thu Mar 7 21:38:30 UTC 2024 - Aaron Puchert diff --git a/spirv-llvm-translator-rpmlintrc b/spirv-llvm-translator.rpmlintrc similarity index 81% rename from spirv-llvm-translator-rpmlintrc rename to spirv-llvm-translator.rpmlintrc index ea91cb8..3d8eae7 100644 --- a/spirv-llvm-translator-rpmlintrc +++ b/spirv-llvm-translator.rpmlintrc @@ -2,4 +2,4 @@ # SO name, but there is no reason to include the spurious 1 in the package # name as all releases are going to have a minor version 1, and there will # never be different ABIs for the same major version. -addFilter("shlib-policy-name-error .* libLLVMSPIRVLib.so.18.1") +addFilter("libLLVMSPIRVLib18.*shlib-policy-name-error") diff --git a/spirv-llvm-translator.spec b/spirv-llvm-translator.spec index c18e173..9261384 100644 --- a/spirv-llvm-translator.spec +++ b/spirv-llvm-translator.spec @@ -26,7 +26,7 @@ License: BSD-3-Clause Group: System/Libraries URL: https://github.com/KhronosGroup/SPIRV-LLVM-Translator Source: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v%{version}.tar.gz#/SPIRV-LLVM-Translator-%{version}.tar.gz -Source100: %{name}-rpmlintrc +Source101: %{name}.rpmlintrc # Temporarily revert upstream commit because the counterpart in spirv-headers # (https://github.com/KhronosGroup/SPIRV-Headers/pull/416) is not released yet. Patch0: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/d970c9126c033ebcbb7187bc705eae2e54726b74.patch#/Support-SPV_INTEL_maximum_registers-extension.patch