From 95a4c3930a0131ed463711a3eaf9617046ee802d855d628612832997163580a3 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 6 May 2022 11:25:05 +0000 Subject: [PATCH] Accepting request 973607 from home:cgiboudeaux:branches:KDE:Extra - Add okteta-rpmlintrc to silence the'shlib-policy-name-error' rpmlint error OBS-URL: https://build.opensuse.org/request/show/973607 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=22 --- okteta-rpmlintrc | 3 +++ okteta.changes | 6 ++++++ okteta.spec | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 okteta-rpmlintrc diff --git a/okteta-rpmlintrc b/okteta-rpmlintrc new file mode 100644 index 0000000..9cc3e0d --- /dev/null +++ b/okteta-rpmlintrc @@ -0,0 +1,3 @@ +# Silence rpmlint errors. okteta chose to use the abi version in the library +# name and sets the soversion to 0 +addFilter("shlib-policy-name-error .*") diff --git a/okteta.changes b/okteta.changes index 73d9c49..45c834d 100644 --- a/okteta.changes +++ b/okteta.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 28 09:17:27 UTC 2022 - Christophe Giboudeaux + +- Add okteta-rpmlintrc to silence the'shlib-policy-name-error' + rpmlint error + ------------------------------------------------------------------- Wed Feb 23 11:00:54 UTC 2022 - Wolfgang Bauer diff --git a/okteta.spec b/okteta.spec index 8e85de7..d1a3f71 100644 --- a/okteta.spec +++ b/okteta.spec @@ -1,7 +1,7 @@ # # spec file for package okteta # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ Source0: https://download.kde.org/stable/okteta/%{version}/src/okteta-%{v Source1: https://download.kde.org/stable/okteta/%{version}/src/okteta-%{version}.tar.xz.sig Source2: okteta.keyring %endif +Source99: okteta-rpmlintrc BuildRequires: cmake BuildRequires: extra-cmake-modules >= 5.48.0 BuildRequires: kf5-filesystem