Cleanup the spec

This commit is contained in:
Christopher Meng 2013-05-17 13:10:35 +08:00
parent 66ea275a34
commit f9f911fd24

View File

@ -1,15 +1,11 @@
#
# Copyright (c) 2003 FreeIPMI Core Team
#
Release: 1%{?dist}
Name: freeipmi Name: freeipmi
Version: 1.2.6 Version: 1.2.6
Release: 1%{?dist}
Summary: IPMI remote console and system management software
License: GPLv3+ License: GPLv3+
Group: Applications/System Group: Applications/System
URL: http://www.gnu.org/software/freeipmi/ URL: http://www.gnu.org/software/freeipmi/
Source: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: bmc-watchdog.service Source1: bmc-watchdog.service
Source2: ipmidetectd.service Source2: ipmidetectd.service
Source3: ipmiseld.service Source3: ipmiseld.service
@ -18,7 +14,6 @@ Requires(preun): info systemd-units
Requires(post): info systemd-units systemd-sysv 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
@ -27,7 +22,7 @@ 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.
@ -35,21 +30,21 @@ 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.