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