!26 同步sp2的修改
From: @wieder Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
7e26ded37d
@ -2,16 +2,18 @@
|
|||||||
|
|
||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 2
|
Release: 4
|
||||||
Summary: Linux-monitoring sensors
|
Summary: Linux-monitoring sensors
|
||||||
# lib/libsensors.3 is licensed Verbatim
|
|
||||||
# dist-git files are licensed MIT
|
# The library (libsensors) is released under the GNU Lesser
|
||||||
# and others are licensed by GPLv2+ or LGPLv2+
|
# License (LGPL), as included in the file COPYING.LGPL. The
|
||||||
License: LGPLv2+ and GPLv2+ and Verbatim and MIT
|
# package may be distributed according to the GNU General Pu
|
||||||
|
# (GPL), as included in the file COPYING.
|
||||||
|
License: LGPL and GPL
|
||||||
URL: http://github.com/lm-sensors/lm-sensors
|
URL: http://github.com/lm-sensors/lm-sensors
|
||||||
|
|
||||||
#from https://github.com/lm-sensors/lm-sensors/archive/V%{git_version}/lm-sensors-%{git_version}.tar.gz
|
#from https://codeload.github.com/lm-sensors/lm-sensors/tar.gz/V3-6-0
|
||||||
Source0: lm-sensors-%{git_version}.tar.gz
|
Source0: https://codeload.github.com/lm-sensors/lm-sensors/tar.gz/V3-6-0#/lm-sensors-3-6-0.tar.gz
|
||||||
Source1: lm_sensors.sysconfig
|
Source1: lm_sensors.sysconfig
|
||||||
Source2: sensord.sysconfig
|
Source2: sensord.sysconfig
|
||||||
Source3: lm_sensors-modprobe-wrapper
|
Source3: lm_sensors-modprobe-wrapper
|
||||||
@ -20,6 +22,7 @@ Source5: sensord.service
|
|||||||
Source6: sensord-service-wrapper
|
Source6: sensord-service-wrapper
|
||||||
Source7: lm_sensors.service
|
Source7: lm_sensors.service
|
||||||
|
|
||||||
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
Requires: kmod, systemd-units
|
Requires: kmod, systemd-units
|
||||||
BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex, gawk
|
BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex, gawk
|
||||||
BuildRequires: perl-generators, rrdtool-devel, gcc
|
BuildRequires: perl-generators, rrdtool-devel, gcc
|
||||||
@ -34,8 +37,7 @@ humidity, and fans. It can also detect chassis intrusions.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: lm_sensors's development files
|
Summary: lm_sensors's development files
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
#only lib/libsensors.3 is licensed Verbatim.
|
License: LGPL and GPL
|
||||||
License: LGPLv2+ and Verbatim
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libsensors offers a way for applications to access the hardware
|
libsensors offers a way for applications to access the hardware
|
||||||
@ -47,9 +49,7 @@ sense to the user.
|
|||||||
%package sensord
|
%package sensord
|
||||||
Summary: hardware health monitoring daemon
|
Summary: hardware health monitoring daemon
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
# only prog/sensord/sensord.8 is licensed Verbatim.
|
License: LGPL and GPL
|
||||||
# dist-git files are licensed MIT.
|
|
||||||
License: GPLv2+ and Verbatim and MIT
|
|
||||||
|
|
||||||
%description sensord
|
%description sensord
|
||||||
Daemon that periodically logs sensor readings to syslog or a round-robin
|
Daemon that periodically logs sensor readings to syslog or a round-robin
|
||||||
@ -154,6 +154,16 @@ fi
|
|||||||
%exclude %{_mandir}/man8/sensord.8.gz
|
%exclude %{_mandir}/man8/sensord.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2020 wuxu <wuxu.wu@hotmail.com> - 3.6.0-4
|
||||||
|
- update license consistent with upstream community:
|
||||||
|
The library (libsensors) is released under the GNU Lesser General Public
|
||||||
|
License (LGPL), as included in the file COPYING.LGPL. The rest of this
|
||||||
|
package may be distributed according to the GNU General Public License
|
||||||
|
(GPL), as included in the file COPYING.
|
||||||
|
|
||||||
|
* Thu Nov 12 2020 xinghe <xinghe1@huawei.com> - 3.6.0-3
|
||||||
|
- add help for Recommends
|
||||||
|
|
||||||
* Sat Sep 19 2020 xinghe <xinghe1@huawei.com> - 3.6.0-2
|
* Sat Sep 19 2020 xinghe <xinghe1@huawei.com> - 3.6.0-2
|
||||||
- fix uninstall fialure
|
- fix uninstall fialure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user