diff --git a/qt6-qtmultimedia.spec b/qt6-qtmultimedia.spec index eba505f..1ddcff2 100644 --- a/qt6-qtmultimedia.spec +++ b/qt6-qtmultimedia.spec @@ -23,7 +23,7 @@ Summary: Qt6 - Multimedia support Name: qt6-%{qt_module} Version: 6.7.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -239,6 +239,10 @@ rm -rf %{buildroot}%{_qt6_plugindir}/multimedia/libmockmultimediaplugin.prl %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/*' +