From 14ceeaa59189b81c5c3fa6be93da86897052637a Mon Sep 17 00:00:00 2001 From: fangyongqiang Date: Wed, 21 Aug 2024 13:16:56 +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 c3adac5..e3192fd 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,7 +1,7 @@ Name: wpa_supplicant Epoch: 1 Version: 2.6 -Release: 31 +Release: 32 Summary: A WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN) License: BSD or GPLv2 Url: https://w1.fi/wpa_supplicant/ @@ -129,6 +129,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 @@ -200,6 +201,9 @@ install -m644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5 %{_mandir}/man5/* %changelog +* Wed Aug 21 2024 fangyongqiang - 1:2.6-32 +- Add Buildarch: noarch' to the help subpackage. + * Thu Apr 25 2024 dillon chen - 1:2.6-31 - Type:cves - ID:CVE-2023-52160 -- Gitee