diff --git a/lm_sensors.spec b/lm_sensors.spec index 7cfe61d..141e7d9 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -2,7 +2,6 @@ Name: lm_sensors Version: 3.5.0 Release: 2%{?dist} Summary: Hardware monitoring tools -Group: Applications/System %define upstream_version %(echo %{version} | sed -e 's/\\./-/g') @@ -48,7 +47,6 @@ access and hardware monitoring. %package libs Summary: Lm_sensors core libraries -Group: System Environment/Libraries License: LGPLv2+ %description libs @@ -57,7 +55,6 @@ Core libraries for lm_sensors applications %package devel Summary: Development files for programs which will use lm_sensors -Group: Development/System Requires: %{name}-libs = %{version}-%{release} # One manual page is licensed Verbatim (lib/libsensors.3). The rest is LGPLv2+. License: LGPLv2+ and Verbatim @@ -69,7 +66,6 @@ when building applications that make use of sensor data. %package sensord Summary: Daemon that periodically logs sensor readings -Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} # One man page is licensed Verbatim (prog/sensord/sensord.8). Files from # dist-git are licensed MIT according to the FPCA. The rest is GPLv2+.