From 275c2091d63733f0ae3edb6c69dad16fd6346421 Mon Sep 17 00:00:00 2001 From: fangyongqiang Date: Wed, 21 Aug 2024 13:21:18 +0800 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage. --- wpa_supplicant.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 09988de..93f7314 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,6 +1,6 @@ Name: wpa_supplicant Epoch: 1 -Version: 2.10 +Version: 2.11 Release: 6 Summary: A WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN) License: BSD or GPLv2 @@ -49,6 +49,7 @@ Graphical User Interface for wpa_supplicant written using QT %package help Summary: Help package for %{name} +Buildarch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} %description help @@ -121,6 +122,9 @@ install -m644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5 %{_mandir}/man5/* %changelog +* Wed Aug 21 2024 fangyongqiang - 1:2.10-7 +- Add Buildarch: noarch' to the help subpackage. + * Wed May 29 2024 Wenlong Zhang - 1:2.10-6 - fix build error for loongarch64 -- Gitee