From fcd32020f4829673e3b76e0961b51f8072634851 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 16:06:58 +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 3958833..22d9a30 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -2,7 +2,7 @@ Name: lm_sensors Version: 3.6.0 -Release: 7 +Release: 8 Summary: Linux-monitoring sensors # lib/libsensors.3 is licensed Verbatim # dist-git files are licensed MIT @@ -60,6 +60,7 @@ database, and warns of sensor alarms. %package help Summary: Help information for user +Buildarch: noarch %description help Help information for user @@ -169,6 +170,9 @@ fi %exclude %{_mandir}/man8/sensord.8.gz %changelog +* Tue Aug 20 2024 dongzhenshu - 3.6.0-8 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Nov 08 2023 konglidong - 3.6.0-7 - backport upstraem patch to fix no sensors failure in vm -- Gitee