From 54ddd32aecc008ac940da40b5d301bf9c6ac0f35 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 16:02:09 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- lm_sensors.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index aed3eee..b24051b 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -2,7 +2,7 @@ Name: lm_sensors Version: 3.6.0 -Release: 8 +Release: 9 Summary: Linux-monitoring sensors # lib/libsensors.3 is licensed Verbatim # dist-git files are licensed MIT @@ -61,6 +61,7 @@ database, and warns of sensor alarms. %package help Summary: Help information for user +Buildarch: noarch %description help Help information for user @@ -170,6 +171,9 @@ fi %exclude %{_mandir}/man8/sensord.8.gz %changelog +* Tue Aug 20 2024 dongzhenshu - 3.6.0-9 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Nov 08 2023 konglidong - 3.6.0-8 - amend fix no sensors failure in vm -- Gitee