Remove obsolete Group tag

References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
Igor Gnatenko 2019-01-28 20:17:52 +01:00
parent e2c1b898e9
commit eb00fbef90

View File

@ -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+.