From 4381fd82d544db0ed38a28d11674d6b0583fdb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E5=B3=B0?= Date: Tue, 20 Aug 2024 15:24:02 +0800 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage --- mysql.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mysql.spec b/mysql.spec index c9286c8..9aa4ffe 100644 --- a/mysql.spec +++ b/mysql.spec @@ -30,7 +30,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql Version: 8.0.38 -Release: 1 +Release: 2 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPL-2.0-or-later AND LGPL-2.1-only AND BSL-1.0 AND GPL-1.0-or-later OR Artistic-1.0-Perl AND BSD-2-Clause @@ -207,8 +207,9 @@ package contains the regression test suite distributed with the MySQL sources. %endif -%package help +%package_help Summary: Docs for development of MySQL applications. +Buildarch: noarch Requires: mysql = %{version}-%{release} %description help The package provides Docs for development of MySQL applications. @@ -551,6 +552,9 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Tue Aug 20 2024 Haofeng Liu 8.0.38-2 +- Add Buildarch: noarch' to the help subpackage + * Mon Jul 22 2024 wangkai <13474090681@163.com> - 8.0.38-1 - Update to 8.0.38 for fix CVEs(CVE-2024-21125,CVE-2024-21142,CVE-2024-21179, CVE-2024-21171,CVE-2024-21130,CVE-2024-21162,CVE-2024-21177,CVE-2024-20996, -- Gitee