From 8243a203416790cd95d925ac0c4115e87fb2b661 Mon Sep 17 00:00:00 2001 From: zhaozekai Date: Wed, 21 Aug 2024 01:45:46 +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 51a8448..c0d14ed 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -3,7 +3,7 @@ Name: qt5-%{qt_module} Version: 5.15.2 -Release: 1 +Release: 2 Summary: Qt5 - Connectivity components License: LGPLv2 with exceptions or GPLv3 with exceptions 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.2-2 +- Add Buildarch: noarch' to the help subpackage + * Wed Oct 13 2021 peijiankang - 5.15.2-1 - update to upstream version 5.15.2 -- Gitee