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