Commit b6829f8b authored by Łukasz Nowak's avatar Łukasz Nowak

obs/slapos: Depend on lm sensors

slapos node collect needs them to query hardware status.

/reviewed-on nexedi/slapos.package!103
parent e742b242
......@@ -21,7 +21,9 @@ Depends: ${misc:Depends},
gcc | c-compiler,
g++ | c++-compiler,
make,
patch
patch,
# slapos node collect
lm-sensors
Conflicts: firewalld
Description: Client-side to deploy applications with SlapOS
SlapOS allows one to turn any application into SaaS (Service as a System),
......
......@@ -50,16 +50,16 @@ Packager: Rafael Monnerat <rafael@nexedi.com>
%if 0%{?suse_version} == 1210
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, openssl-devel, python-xml
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-xml
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-xml, lm_sensors
%else
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, openssl-devel, python-xml
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-xml
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-xml, lm_sensors
%endif
%else
BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, openssl-devel
Requires: bridge-utils, python, gcc-c++, make, patch, wget
Requires: bridge-utils, python, gcc-c++, make, patch, wget, lm_sensors
%endif
AutoReqProv: no
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment