Cleanup the spec
This commit is contained in:
parent
66ea275a34
commit
f9f911fd24
@ -1,55 +1,50 @@
|
|||||||
#
|
Name: freeipmi
|
||||||
# Copyright (c) 2003 FreeIPMI Core Team
|
Version: 1.2.6
|
||||||
#
|
Release: 1%{?dist}
|
||||||
|
Summary: IPMI remote console and system management software
|
||||||
Release: 1%{?dist}
|
License: GPLv3+
|
||||||
|
Group: Applications/System
|
||||||
Name: freeipmi
|
URL: http://www.gnu.org/software/freeipmi/
|
||||||
Version: 1.2.6
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
License: GPLv3+
|
Source1: bmc-watchdog.service
|
||||||
Group: Applications/System
|
Source2: ipmidetectd.service
|
||||||
URL: http://www.gnu.org/software/freeipmi/
|
Source3: ipmiseld.service
|
||||||
Source: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
|
BuildRequires: libgcrypt-devel texinfo systemd-units
|
||||||
Source1: bmc-watchdog.service
|
Requires(preun): info systemd-units
|
||||||
Source2: ipmidetectd.service
|
Requires(post): info systemd-units systemd-sysv
|
||||||
Source3: ipmiseld.service
|
|
||||||
BuildRequires: libgcrypt-devel texinfo systemd-units
|
|
||||||
Requires(preun): info systemd-units
|
|
||||||
Requires(post): info systemd-units systemd-sysv
|
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
|
||||||
Summary: IPMI remote console and system management software
|
|
||||||
%description
|
%description
|
||||||
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
||||||
"System Management Software" (in-band) based on Intelligent
|
"System Management Software" (in-band) based on Intelligent
|
||||||
Platform Management Interface specification.
|
Platform Management Interface specification.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for FreeIPMI
|
Summary: Development package for FreeIPMI
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Requires: freeipmi = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
Development package for FreeIPMI. This package includes the FreeIPMI
|
Development package for FreeIPMI. This package includes the FreeIPMI
|
||||||
header files and libraries.
|
header files and libraries.
|
||||||
|
|
||||||
%package bmc-watchdog
|
%package bmc-watchdog
|
||||||
Summary: IPMI BMC watchdog
|
Summary: IPMI BMC watchdog
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: freeipmi = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description bmc-watchdog
|
%description bmc-watchdog
|
||||||
Provides a watchdog daemon for OS monitoring and recovery.
|
Provides a watchdog daemon for OS monitoring and recovery.
|
||||||
|
|
||||||
%package ipmidetectd
|
%package ipmidetectd
|
||||||
Summary: IPMI node detection monitoring daemon
|
Summary: IPMI node detection monitoring daemon
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: freeipmi = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description ipmidetectd
|
%description ipmidetectd
|
||||||
Provides a tool and a daemon for IPMI node detection.
|
Provides a tool and a daemon for IPMI node detection.
|
||||||
|
|
||||||
%package ipmiseld
|
%package ipmiseld
|
||||||
Summary: IPMI SEL syslog logging daemon
|
Summary: IPMI SEL syslog logging daemon
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: freeipmi = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description ipmiseld
|
%description ipmiseld
|
||||||
IPMI SEL syslog logging daemon.
|
IPMI SEL syslog logging daemon.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user