From f9f911fd2450bdcdc37119eac03f8833d7808075 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 17 May 2013 13:10:35 +0800 Subject: [PATCH] Cleanup the spec --- freeipmi.spec | 57 +++++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/freeipmi.spec b/freeipmi.spec index bdc43da..91254ea 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -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.