Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
e2c1b898e9
commit
eb00fbef90
@ -2,7 +2,6 @@ Name: lm_sensors
|
|||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Hardware monitoring tools
|
Summary: Hardware monitoring tools
|
||||||
Group: Applications/System
|
|
||||||
|
|
||||||
%define upstream_version %(echo %{version} | sed -e 's/\\./-/g')
|
%define upstream_version %(echo %{version} | sed -e 's/\\./-/g')
|
||||||
|
|
||||||
@ -48,7 +47,6 @@ access and hardware monitoring.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Lm_sensors core libraries
|
Summary: Lm_sensors core libraries
|
||||||
Group: System Environment/Libraries
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
@ -57,7 +55,6 @@ Core libraries for lm_sensors applications
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for programs which will use lm_sensors
|
Summary: Development files for programs which will use lm_sensors
|
||||||
Group: Development/System
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
# One manual page is licensed Verbatim (lib/libsensors.3). The rest is LGPLv2+.
|
# One manual page is licensed Verbatim (lib/libsensors.3). The rest is LGPLv2+.
|
||||||
License: LGPLv2+ and Verbatim
|
License: LGPLv2+ and Verbatim
|
||||||
@ -69,7 +66,6 @@ when building applications that make use of sensor data.
|
|||||||
|
|
||||||
%package sensord
|
%package sensord
|
||||||
Summary: Daemon that periodically logs sensor readings
|
Summary: Daemon that periodically logs sensor readings
|
||||||
Group: System Environment/Daemons
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
# One man page is licensed Verbatim (prog/sensord/sensord.8). Files from
|
# 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+.
|
# dist-git are licensed MIT according to the FPCA. The rest is GPLv2+.
|
||||||
|
Loading…
Reference in New Issue
Block a user