From f29e8f5efe472538533d4cee4fe4b95dc9e38e64 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 4 Jun 2024 12:58:32 +0200 Subject: [PATCH] Add rpminspect.yaml Resolves: RHEL-36430 --- qt6-qtspeech.spec | 6 +++++- rpminspect.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/qt6-qtspeech.spec b/qt6-qtspeech.spec index b65dadd..38c148d 100644 --- a/qt6-qtspeech.spec +++ b/qt6-qtspeech.spec @@ -8,7 +8,7 @@ Summary: Qt6 - Speech component Name: qt6-%{qt_module} Version: 6.7.1 -Release: 1%{?dist} +Release: 2%{?dist} # Code can be either LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only # See e.g. src/plugins/speechdispatcher or src/tts @@ -164,6 +164,10 @@ popd %endif %changelog +* Tue Jun 04 2024 Jan Grulich - 6.7.1-2 +- Add rpminspect.yaml + Resolves: RHEL-36430 + * Fri May 31 2024 Jan Grulich - 6.7.1-1 - 6.7.1 Resolves: RHEL-36430 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..b5b09ef --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +--- +ignore: + - '/usr/lib*/qt6/tests/*' +annocheck: + ignore: + - '/usr/lib*/qt6/examples/*' +