From e6808228cb93b7e957b225dca632e66e95c3339f Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 10:14:05 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- multipath-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multipath-tools.spec b/multipath-tools.spec index 04360c9..827e81c 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -1,7 +1,7 @@ #needsrootforbuild Name: multipath-tools Version: 0.8.7 -Release: 16 +Release: 17 Summary: Tools to manage multipath devices with the device-mapper License: GPL-2.0-or-later and LGPL-2.0-only URL: http://christophe.varoqui.free.fr/ @@ -87,6 +87,7 @@ that are %{name}'s libbmpathpersist and libmpathcmd libraries. %package help Summary: Including man files for multipath-tools. Requires: man +Buildarch: noarch Provides: device-mapper-multipath-help Obsoletes: device-mapper-multipath-help %description help @@ -189,6 +190,9 @@ fi %changelog +* Wed Aug 21 2024 Jiaming Zhang - 0.8.7-17 +- Added 'Buildarch:noarch' to the help subpackage + * Thu Aug 8 2024 kouwenqi - 0.8.7-16 - libmultipath: limit paths that can get wwid from environment -- Gitee