From 3da128c0ff7e94f43406ca071c7ead5cdbe08c25 Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Tue, 20 Aug 2024 16:08:06 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage (cherry picked from commit 18eb6d226db82a3b70af4da7db60244872727f4a) --- multipath-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multipath-tools.spec b/multipath-tools.spec index dbe5ef4..080b197 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -1,7 +1,7 @@ #needsrootforbuild Name: multipath-tools Version: 0.9.5 -Release: 5 +Release: 6 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/ @@ -76,6 +76,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 @@ -184,6 +185,9 @@ fi %changelog +* Tue Aug 20 2024 Jiaming Zhang - 0.9.5-6 +- Added 'Buildarch:noarch' to the help subpackage + * Fri Aug 2 2024 kouwenqi - 0.9.5-5 - multipath: display the correct configuration when dumpping config -- Gitee