From 1b5a4d49cceed5e32cf9f83c4f04f10a04f983fe Mon Sep 17 00:00:00 2001 From: shenyangyang Date: Mon, 30 Dec 2019 12:48:09 +0800 Subject: [PATCH] update spec --- lm_sensors.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index ceec022..0f36217 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,6 +1,6 @@ Name: lm_sensors Version: 3.4.0 -Release: 19 +Release: 20 Summary: Linux-monitoring sensors # lib/libsensors.3 is licensed Verbatim # dist-git files are licensed MIT @@ -8,6 +8,7 @@ Summary: Linux-monitoring sensors License: LGPLv2+ and GPLv2+ and Verbatim and MIT URL: http://github.com/groeck/lm-sensors +# Source0 is https://github.com/lm-sensors/lm-sensors/archive/70f7e0848410b9ca4dde7abff669bbbecbf137e0.zip Source0: lm-sensors-70f7e0848410b9ca4dde7abff669bbbecbf137e0.tar.gz Source1: lm_sensors.sysconfig Source2: sensord.sysconfig @@ -160,6 +161,9 @@ fi %exclude %{_mandir}/man8/sensord.8.gz %changelog +* Mon Dec 30 2019 openEuler Buildteam - 3.4.0-20 +- update spec + * Thu Dec 12 2019 openEuler Buildteam - 3.4.0-19 - Fix upgrade problem -- Gitee