From bdc12eaf9ecc670a3cc699a85014a17d6c000829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E5=B3=B0?= Date: Wed, 21 Aug 2024 11:07:31 +0800 Subject: [PATCH] - Add Buildarch: noarch' to the help subpackage --- mysql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index b23c9ed..d8eab07 100644 --- a/mysql.spec +++ b/mysql.spec @@ -30,7 +30,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql Version: 8.0.28 -Release: 5 +Release: 6 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD @@ -204,6 +204,7 @@ the MySQL sources. %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. @@ -541,6 +542,9 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Tue Aug 20 2024 Haofeng Liu 8.0.28-6 +- Add Buildarch: noarch' to the help subpackage + * Thu Feb 22 2024 xiejing - 8.0.28-5 - fix requires to mysql-config instead of my.cnf file -- Gitee