From e637ac372e2afa5d03f4aa4234898c6b514ddf2c Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Wed, 21 Aug 2024 01:39:05 +0000 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage Signed-off-by: zhaozekai --- qt5-qtconnectivity.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index 5b03b72..f0847cd 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -3,7 +3,7 @@ Name: qt5-%{qt_module} Version: 5.15.10 -Release: 1 +Release: 2 Summary: Qt5 - Connectivity components License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://qt.io @@ -28,6 +28,7 @@ Requires: qt5-qtbase-devel%{?_isa} %package help Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Buildarch: noarch %description This package provides features as Dial-up, (W)LAN, USB and VPN support. @@ -111,6 +112,9 @@ popd %changelog +* Tue Aug 20 2024 Zekai Zhao - 5.15.10-2 +- Add Buildarch: noarch' to the help subpackage + * Mon Aug 21 2023 huayadong - 5.15.10-1 - update to version 5.15.10-1 -- Gitee