From 1339b6b6d329b287c54a2d76de837a2286448392c4783916b20f7705a06f5d9d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 14 Mar 2024 09:12:09 +0000 Subject: [PATCH] - fixed rpmlintrc rule OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/spirv-llvm-translator?expand=0&rev=13 --- spirv-llvm-translator.changes | 5 +++++ ...m-translator-rpmlintrc => spirv-llvm-translator.rpmlintrc | 2 +- spirv-llvm-translator.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) rename spirv-llvm-translator-rpmlintrc => spirv-llvm-translator.rpmlintrc (81%) 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