2007-11-07 15:12:58 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2003 FreeIPMI Core Team
|
|
|
|
#
|
|
|
|
|
2010-02-03 07:53:10 +00:00
|
|
|
Release: 1%{?dist}
|
2007-11-07 15:12:58 +00:00
|
|
|
|
2009-03-10 18:00:15 +00:00
|
|
|
Name: freeipmi
|
2011-03-30 07:39:33 +00:00
|
|
|
Version: 1.0.3
|
2007-11-07 15:12:58 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.gnu.org/software/freeipmi/
|
2009-10-05 10:56:52 +00:00
|
|
|
Source: ftp://ftp.gluster.com/pub/freeipmi/%{version}/%{name}-%{version}.tar.gz
|
2009-12-01 08:13:11 +00:00
|
|
|
Patch1: freeipmi-0.6.4-silent.patch
|
|
|
|
Patch2: freeipmi-0.6.4-pathsep.patch
|
2007-11-07 15:12:58 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-12-18 15:32:40 +00:00
|
|
|
BuildRequires: libgcrypt-devel texinfo
|
2009-06-29 13:49:48 +00:00
|
|
|
Requires(pre): chkconfig
|
|
|
|
Requires(post): chkconfig
|
|
|
|
Requires(preun): chkconfig
|
|
|
|
# for /sbin/service
|
|
|
|
Requires(preun): initscripts
|
2007-11-07 15:12:58 +00:00
|
|
|
Requires(post): info
|
|
|
|
Requires(preun): info
|
|
|
|
# Necessary as only those archs implement iopl and friends (#368541)
|
|
|
|
ExclusiveArch: %{ix86} x86_64 ia64 alpha
|
2008-11-24 09:36:17 +00:00
|
|
|
Summary: IPMI remote console and system management software
|
2007-11-07 15:12:58 +00:00
|
|
|
%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}
|
|
|
|
%description devel
|
|
|
|
Development package for FreeIPMI. This package includes the FreeIPMI
|
2008-02-21 11:38:09 +00:00
|
|
|
header files and libraries.
|
2007-11-07 15:12:58 +00:00
|
|
|
|
|
|
|
%package bmc-watchdog
|
2008-11-24 09:36:17 +00:00
|
|
|
Summary: IPMI BMC watchdog
|
2007-11-07 15:12:58 +00:00
|
|
|
Group: Applications/System
|
|
|
|
Requires: freeipmi = %{version}-%{release}
|
|
|
|
Requires(post): chkconfig
|
|
|
|
Requires(preun): chkconfig
|
|
|
|
Requires: logrotate
|
|
|
|
%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}
|
|
|
|
Requires(post): chkconfig
|
|
|
|
Requires(preun): chkconfig
|
|
|
|
%description ipmidetectd
|
|
|
|
Provides a tool and a daemon for IPMI node detection.
|
|
|
|
|
|
|
|
%if %{?_with_debug:1}%{!?_with_debug:0}
|
|
|
|
%define _enable_debug --enable-debug --enable-trace --enable-syslog
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-12-01 08:13:11 +00:00
|
|
|
%patch1 -p1 -b .silent
|
2010-01-12 16:11:16 +00:00
|
|
|
#%patch2 -p1 -b .pathsep
|
2007-11-07 15:12:58 +00:00
|
|
|
|
|
|
|
%build
|
2009-04-16 10:50:52 +00:00
|
|
|
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
|
|
|
|
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
|
2007-11-07 15:12:58 +00:00
|
|
|
%{?_enable_debug} --disable-static
|
2010-01-12 16:11:16 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-11-07 15:12:58 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2010-01-12 16:11:16 +00:00
|
|
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
2007-11-07 15:12:58 +00:00
|
|
|
# fix coherance problems with associated script filenames
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_initrddir}/
|
|
|
|
# if check needed for SLES systems
|
|
|
|
if [[ "%{_sysconfdir}/init.d" != "%{_initrddir}" ]]
|
|
|
|
then
|
2010-01-12 16:11:16 +00:00
|
|
|
mv $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/bmc-watchdog $RPM_BUILD_ROOT/%{_initrddir}/bmc-watchdog
|
|
|
|
mv $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/ipmidetectd $RPM_BUILD_ROOT/%{_initrddir}/ipmidetectd
|
2007-11-07 15:12:58 +00:00
|
|
|
fi
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
# kludge to get around rpmlint complaining about 0 length semephore file
|
|
|
|
echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
|
|
|
|
# Remove .la files
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
2009-08-06 13:53:27 +00:00
|
|
|
/sbin/install-info %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
|
2007-11-07 15:12:58 +00:00
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
2009-08-06 13:53:27 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
|
2007-11-07 15:12:58 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post bmc-watchdog
|
2010-01-14 11:58:29 +00:00
|
|
|
/sbin/chkconfig --add bmc-watchdog
|
2007-11-07 15:12:58 +00:00
|
|
|
|
|
|
|
%preun bmc-watchdog
|
|
|
|
if [ "$1" = 0 ]; then
|
2010-01-14 11:58:29 +00:00
|
|
|
/sbin/service bmc-watchdog stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del bmc-watchdog
|
2007-11-07 15:12:58 +00:00
|
|
|
fi
|
|
|
|
|
2009-06-29 13:49:48 +00:00
|
|
|
%postun bmc-watchdog
|
|
|
|
if [ "$1" -ge "1" ] ; then
|
2010-01-14 11:58:29 +00:00
|
|
|
/sbin/service bmc-watchdog condrestart >/dev/null 2>&1 || :
|
2007-11-07 15:12:58 +00:00
|
|
|
fi
|
|
|
|
|
2009-06-29 13:49:48 +00:00
|
|
|
%post ipmidetectd
|
2010-01-14 11:58:29 +00:00
|
|
|
/sbin/chkconfig --add ipmidetectd
|
2009-06-29 13:49:48 +00:00
|
|
|
|
2007-11-07 15:12:58 +00:00
|
|
|
%preun ipmidetectd
|
|
|
|
if [ "$1" = 0 ]; then
|
2010-01-14 11:58:29 +00:00
|
|
|
/sbin/service ipmidetectd stop >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del ipmidetectd
|
2009-06-29 13:49:48 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun ipmidetectd
|
|
|
|
if [ "$1" -ge "1" ] ; then
|
2010-01-14 11:58:29 +00:00
|
|
|
/sbin/service ipmidetectd condrestart >/dev/null 2>&1 || :
|
2007-11-07 15:12:58 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-01-21 09:33:44 +00:00
|
|
|
%dir %{_sysconfdir}/freeipmi/
|
|
|
|
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi.conf
|
|
|
|
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetect.conf
|
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
|
|
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
|
|
|
|
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/libipmiconsole.conf
|
2007-11-07 15:12:58 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/AUTHORS
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING
|
|
|
|
%doc %{_datadir}/doc/%{name}/ChangeLog
|
|
|
|
%doc %{_datadir}/doc/%{name}/ChangeLog.0
|
|
|
|
%doc %{_datadir}/doc/%{name}/INSTALL
|
|
|
|
%doc %{_datadir}/doc/%{name}/NEWS
|
|
|
|
%doc %{_datadir}/doc/%{name}/README
|
2009-02-24 14:27:59 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/README.argp
|
|
|
|
%doc %{_datadir}/doc/%{name}/README.build
|
2010-01-12 16:11:16 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/README.openipmi
|
2007-11-07 15:12:58 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/TODO
|
|
|
|
%doc %{_infodir}/*
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmiping
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmipower
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmiconsole
|
2007-12-18 15:32:40 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmimonitoring
|
2007-11-07 15:12:58 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.pstdout
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmidetect
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-fru
|
2010-01-12 16:11:16 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-dcmi
|
2010-05-25 10:38:03 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.sunbmc
|
2007-11-07 15:12:58 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.ZRESEARCH
|
2007-12-18 15:32:40 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru
|
2010-01-12 16:11:16 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-dcmi
|
2007-12-18 15:32:40 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping.UC
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower.UC
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole.UC
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring.UC
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout.UC
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect.UC
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru.UC
|
2007-11-07 15:12:58 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-coding.txt
|
2011-01-21 09:33:44 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-design.txt
|
2007-11-07 15:12:58 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-hostrange.txt
|
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-libraries.txt
|
2010-01-12 16:11:16 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-bugs-issues-and-workarounds.txt
|
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-testing.txt
|
|
|
|
%doc %{_datadir}/doc/%{name}/freeipmi-oem-documentation-requirements.txt
|
2007-11-07 15:12:58 +00:00
|
|
|
%dir %{_datadir}/doc/%{name}
|
|
|
|
%{_libdir}/libipmiconsole*so.*
|
|
|
|
%{_libdir}/libfreeipmi*so.*
|
|
|
|
%{_libdir}/libipmidetect*so.*
|
2007-12-18 15:32:40 +00:00
|
|
|
%{_libdir}/libipmimonitoring.so.*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_localstatedir}/lib/*
|
|
|
|
%{_sbindir}/bmc-config
|
|
|
|
%{_sbindir}/bmc-info
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_sbindir}/bmc-device
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmi-fru
|
|
|
|
%{_sbindir}/ipmi-locate
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_sbindir}/ipmi-oem
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_sbindir}/ipmi-pef-config
|
|
|
|
%{_sbindir}/pef-config
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmi-raw
|
|
|
|
%{_sbindir}/ipmi-sel
|
|
|
|
%{_sbindir}/ipmi-sensors
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_sbindir}/ipmi-sensors-config
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmiping
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_sbindir}/ipmi-ping
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmipower
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_sbindir}/ipmi-power
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/rmcpping
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_sbindir}/rmcp-ping
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmiconsole
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_sbindir}/ipmi-console
|
2007-12-18 15:32:40 +00:00
|
|
|
%{_sbindir}/ipmimonitoring
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmi-chassis
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_sbindir}/ipmi-chassis-config
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_sbindir}/ipmi-dcmi
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmidetect
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_sbindir}/ipmi-detect
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/bmc-config.8*
|
|
|
|
%{_mandir}/man5/bmc-config.conf.5*
|
|
|
|
%{_mandir}/man8/bmc-info.8*
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_mandir}/man8/bmc-device.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmi-fru.8*
|
|
|
|
%{_mandir}/man8/ipmi-locate.8*
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_mandir}/man8/ipmi-oem.8*
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_mandir}/man8/ipmi-pef-config.8*
|
|
|
|
%{_mandir}/man8/pef-config.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmi-raw.8*
|
|
|
|
%{_mandir}/man8/ipmi-sel.8*
|
|
|
|
%{_mandir}/man8/ipmi-sensors.8*
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_mandir}/man8/ipmi-sensors-config.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmiping.8*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man8/ipmi-ping.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmipower.8*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man8/ipmi-power.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man5/ipmipower.conf.5*
|
|
|
|
%{_mandir}/man8/rmcpping.8*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man8/rmcp-ping.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmiconsole.8*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man8/ipmi-console.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man5/ipmiconsole.conf.5*
|
2007-12-18 15:32:40 +00:00
|
|
|
%{_mandir}/man8/ipmimonitoring.8*
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_mandir}/man5/ipmi_monitoring_sensors.conf.5*
|
|
|
|
%{_mandir}/man5/ipmimonitoring_sensors.conf.5*
|
|
|
|
%{_mandir}/man5/ipmimonitoring.conf.5*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man5/freeipmi_interpret_sel.conf.5*
|
|
|
|
%{_mandir}/man5/freeipmi_interpret_sensor.conf.5*
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_mandir}/man5/libipmimonitoring.conf.5*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmi-chassis.8*
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_mandir}/man8/ipmi-chassis-config.8*
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_mandir}/man8/ipmi-dcmi.8*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man8/ipmidetect.8*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man8/ipmi-detect.8*
|
2009-02-24 14:27:59 +00:00
|
|
|
%{_mandir}/man5/freeipmi.conf.5*
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man5/ipmidetect.conf.5*
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_mandir}/man5/libipmiconsole.conf.5*
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_mandir}/man7/freeipmi.7*
|
2007-12-18 15:32:40 +00:00
|
|
|
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
|
2007-11-07 15:12:58 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libipmiconsole.so
|
|
|
|
%{_libdir}/libfreeipmi.so
|
|
|
|
%{_libdir}/libipmidetect.so
|
|
|
|
%{_libdir}/libipmimonitoring.so
|
|
|
|
%dir %{_includedir}/freeipmi
|
2008-07-28 12:03:10 +00:00
|
|
|
%dir %{_includedir}/freeipmi/api
|
|
|
|
%dir %{_includedir}/freeipmi/cmds
|
|
|
|
%dir %{_includedir}/freeipmi/debug
|
|
|
|
%dir %{_includedir}/freeipmi/driver
|
|
|
|
%dir %{_includedir}/freeipmi/fiid
|
2010-01-12 16:11:16 +00:00
|
|
|
%dir %{_includedir}/freeipmi/fru-parse
|
2008-07-28 12:03:10 +00:00
|
|
|
%dir %{_includedir}/freeipmi/interface
|
2011-01-21 09:33:44 +00:00
|
|
|
%dir %{_includedir}/freeipmi/interpret
|
2008-07-28 12:03:10 +00:00
|
|
|
%dir %{_includedir}/freeipmi/locate
|
2011-01-21 09:33:44 +00:00
|
|
|
%dir %{_includedir}/freeipmi/payload
|
2008-07-28 12:03:10 +00:00
|
|
|
%dir %{_includedir}/freeipmi/record-format
|
|
|
|
%dir %{_includedir}/freeipmi/sdr-cache
|
2010-01-12 16:11:16 +00:00
|
|
|
%dir %{_includedir}/freeipmi/sdr-parse
|
|
|
|
%dir %{_includedir}/freeipmi/sel-parse
|
|
|
|
%dir %{_includedir}/freeipmi/sensor-read
|
2008-07-28 12:03:10 +00:00
|
|
|
%dir %{_includedir}/freeipmi/spec
|
2010-01-12 16:11:16 +00:00
|
|
|
%dir %{_includedir}/freeipmi/templates
|
2008-07-28 12:03:10 +00:00
|
|
|
%dir %{_includedir}/freeipmi/util
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_includedir}/ipmiconsole.h
|
|
|
|
%{_includedir}/ipmidetect.h
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_includedir}/ipmi_monitoring*.h
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_includedir}/freeipmi/*.h
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_includedir}/freeipmi/api/*.h
|
|
|
|
%{_includedir}/freeipmi/cmds/*.h
|
|
|
|
%{_includedir}/freeipmi/debug/*.h
|
|
|
|
%{_includedir}/freeipmi/driver/*.h
|
|
|
|
%{_includedir}/freeipmi/fiid/*.h
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_includedir}/freeipmi/fru-parse/*.h
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_includedir}/freeipmi/interface/*.h
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_includedir}/freeipmi/interpret/*.h
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_includedir}/freeipmi/locate/*.h
|
2011-01-21 09:33:44 +00:00
|
|
|
%{_includedir}/freeipmi/payload/*.h
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_includedir}/freeipmi/record-format/*.h
|
|
|
|
%{_includedir}/freeipmi/sdr-cache/*.h
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_includedir}/freeipmi/sdr-parse/*.h
|
|
|
|
%{_includedir}/freeipmi/sel-parse/*.h
|
|
|
|
%{_includedir}/freeipmi/sensor-read/*.h
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_includedir}/freeipmi/spec/*.h
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_includedir}/freeipmi/templates/*.h
|
2008-07-28 12:03:10 +00:00
|
|
|
%{_includedir}/freeipmi/util/*.h
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%files bmc-watchdog
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING.bmc-watchdog
|
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog
|
2007-12-18 15:32:40 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog.UC
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_initrddir}/bmc-watchdog
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/bmc-watchdog
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/bmc-watchdog
|
|
|
|
%{_mandir}/man8/bmc-watchdog.8*
|
|
|
|
%dir %{_localstatedir}/log/freeipmi
|
|
|
|
|
|
|
|
%files ipmidetectd
|
|
|
|
%defattr(-,root,root)
|
2010-01-12 16:11:16 +00:00
|
|
|
%{_initrddir}/ipmidetectd
|
2011-01-21 09:33:44 +00:00
|
|
|
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetectd.conf
|
2007-11-07 15:12:58 +00:00
|
|
|
%{_sbindir}/ipmidetectd
|
|
|
|
%{_mandir}/man5/ipmidetectd.conf.5*
|
|
|
|
%{_mandir}/man8/ipmidetectd.8*
|
|
|
|
|
|
|
|
%changelog
|
2011-03-30 07:39:33 +00:00
|
|
|
* Wed Mar 30 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.3-1
|
|
|
|
- Updated to freeipmi-1.0.3, see announce at
|
|
|
|
http://lists.gnu.org/archive/html/freeipmi-users/2011-03/msg00017.html
|
|
|
|
|
2011-02-23 12:51:39 +00:00
|
|
|
* Wed Feb 23 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.2-1
|
2011-02-23 12:46:28 +00:00
|
|
|
- Updated to freeipmi-1.0.2, see announce at
|
|
|
|
http://lists.gnu.org/archive/html/freeipmi-users/2011-02/msg00027.html
|
|
|
|
|
2011-02-08 21:36:53 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-21 09:33:44 +00:00
|
|
|
* Fri Jan 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.1:1
|
2011-02-23 12:46:28 +00:00
|
|
|
- Updated to freeipmi-1.0.1, see announce at
|
2011-01-21 09:33:44 +00:00
|
|
|
http://lists.gnu.org/archive/html/freeipmi-users/2011-01/msg00006.html
|
|
|
|
- Configuration files moved from /etc/ to /etc/freeipmi/. Support legacy config
|
|
|
|
files for backwards compatibility.
|
|
|
|
- More detailed release information can be found in the NEWS file.
|
|
|
|
|
2010-12-07 08:28:00 +00:00
|
|
|
* Tue Dec 7 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.12-1
|
|
|
|
- Updated to freeipmi-0.8.12, see announce at
|
|
|
|
http://lists.gnu.org/archive/html/freeipmi-users/2010-12/msg00000.html
|
|
|
|
|
2010-11-02 12:33:35 +00:00
|
|
|
* Tue Nov 2 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.11-1
|
|
|
|
- Updated to freeipmi-0.8.11
|
|
|
|
|
2010-09-29 14:01:52 +00:00
|
|
|
* Wed Sep 29 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.10-1
|
|
|
|
- Updated to freeipmi-0.8.10
|
|
|
|
|
2010-08-23 11:44:51 +00:00
|
|
|
* Mon Aug 23 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.9-1
|
|
|
|
- Updated to freeipmi-0.8.9
|
|
|
|
|
2010-07-21 07:42:17 +00:00
|
|
|
* Wed Jul 21 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.8-1
|
|
|
|
- Updated to freeipmi-0.8.8
|
|
|
|
|
2010-06-21 08:16:03 +00:00
|
|
|
* Mon Jun 21 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.7-1
|
|
|
|
- Updated to freeipmi-0.8.7
|
|
|
|
|
2010-05-25 10:38:03 +00:00
|
|
|
* Tue May 25 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.6-1
|
|
|
|
- Updated to freeipmi-0.8.6
|
|
|
|
|
2010-04-30 12:16:31 +00:00
|
|
|
* Fri Apr 30 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.5-1
|
|
|
|
- Updated to freeipmi-0.8.5
|
|
|
|
|
2010-03-08 13:44:35 +00:00
|
|
|
* Mon Mar 8 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.4-1
|
|
|
|
- Updated to freeipmi-0.8.4
|
|
|
|
|
2010-02-03 07:53:10 +00:00
|
|
|
* Wed Feb 3 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.3-1
|
|
|
|
- Updated to freeipmi-0.8.3
|
|
|
|
|
2010-01-14 11:58:29 +00:00
|
|
|
* Thu Jan 14 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.2-2
|
|
|
|
- Fixed rpm scripts to handle new names of freeipmi services
|
|
|
|
|
2010-01-12 16:11:16 +00:00
|
|
|
* Thu Jan 7 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.2-1
|
|
|
|
- Update to freeipmi-0.8.2
|
|
|
|
|
2009-12-01 08:13:11 +00:00
|
|
|
* Tue Dec 1 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.16-1
|
|
|
|
- Update to freeipmi-0.7.16
|
|
|
|
|
2009-10-26 08:56:49 +00:00
|
|
|
* Mon Oct 26 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.14-1
|
|
|
|
- Update to freeipmi-0.7.14
|
|
|
|
|
2009-10-05 10:56:52 +00:00
|
|
|
* Mon Oct 5 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.13-2
|
|
|
|
- Fix package source URL
|
|
|
|
|
2009-10-02 08:35:39 +00:00
|
|
|
* Fri Oct 2 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.13-1
|
|
|
|
- Update to freeipmi-0.7.13
|
|
|
|
|
2009-09-14 13:44:49 +00:00
|
|
|
* Mon Sep 14 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.12-2
|
|
|
|
- Fix init scripts to be LSB compliant and return correct exit codes
|
|
|
|
and provide mandatory actions (#523169, #523177)
|
|
|
|
|
|
|
|
* Wed Sep 9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.12-2
|
2009-09-09 07:01:05 +00:00
|
|
|
- Update to freeipmi-0.7.12
|
|
|
|
|
2009-08-06 13:53:27 +00:00
|
|
|
* Thu Aug 6 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.11-2
|
|
|
|
- Fix installation with --excludedocs option (#515926)
|
|
|
|
|
2009-07-29 07:25:51 +00:00
|
|
|
* Wed Jul 29 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.11-1
|
|
|
|
- Update to freeipmi-0.7.11
|
|
|
|
|
2009-07-24 23:10:03 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-29 13:49:48 +00:00
|
|
|
* Mon Jun 29 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.10-2
|
|
|
|
- Fix (de-)installation scripts
|
|
|
|
|
2009-06-22 12:34:12 +00:00
|
|
|
* Wed Jun 17 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.10-1
|
|
|
|
- Update to freeipmi-0.7.10
|
|
|
|
|
2009-05-18 08:25:47 +00:00
|
|
|
* Mon May 18 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.9-1
|
|
|
|
- Update to freeipmi-0.7.9
|
|
|
|
|
2009-04-16 10:50:52 +00:00
|
|
|
* Thu Apr 16 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.8-2
|
|
|
|
- Fix compilation flags, debuginfo package is correctly generated now
|
|
|
|
|
2009-04-14 07:52:22 +00:00
|
|
|
* Tue Apr 14 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.8-1
|
|
|
|
- Update to freeipmi-0.7.8
|
|
|
|
|
2009-04-09 08:10:26 +00:00
|
|
|
* Thu Apr 9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.7-1
|
|
|
|
- Update to freeipmi-0.7.7
|
|
|
|
|
2009-03-10 18:00:15 +00:00
|
|
|
* Tue Mar 10 2009 Jesse Keating <jkeating@redhat.com> - 0.7.6-2
|
|
|
|
- Fix the bad dist macro
|
|
|
|
- Remove version define, that's what the Version line is for
|
|
|
|
- Remove name define, that's what the Name line is for
|
|
|
|
- Use the real Release line in the if debug statement
|
|
|
|
|
2009-03-09 11:25:03 +00:00
|
|
|
* Mon Mar 9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.6-1
|
|
|
|
- Update to freeipmi-0.7.6
|
|
|
|
|
2009-02-24 14:27:59 +00:00
|
|
|
* Tue Feb 24 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.5-1
|
|
|
|
- Update to freeipmi-0.7.5
|
|
|
|
|
2009-01-22 10:58:40 +00:00
|
|
|
* Thu Jan 22 2009 Karsten Hopp <karsten@redhat.com> 0.6.4-2
|
|
|
|
- fix ipmiconsole log directory
|
|
|
|
|
2008-07-28 12:03:10 +00:00
|
|
|
* Mon Jul 28 2008 Phil Knirsch <pknirsch@redhat.com> - 0.6.4-1
|
|
|
|
- Update to freeipmi-0.6.4
|
|
|
|
- Fixed unecessary logrotate message for bmc-watchdog (#456648)
|
|
|
|
|
2008-02-27 14:33:19 +00:00
|
|
|
* Wed Feb 27 2008 Phil Knirsch <pknirsch@redhat.com> - 0.5.1-3
|
2008-02-21 11:38:09 +00:00
|
|
|
- Fix GCC 4.3 rebuild problems
|
|
|
|
|
2008-02-19 19:46:02 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.1-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-18 15:32:40 +00:00
|
|
|
* Tue Dec 18 2007 Phil Knirsch <pknirsch@redhat.com> 0.5.1-1
|
|
|
|
- Update to freeipmi-0.5.1
|
|
|
|
|
|
|
|
* Wed Nov 19 2007 Albert Chu <chu11@llnl.gov> 0.5.0
|
|
|
|
- Remove ipmimonitoring subpackage. Merge into head package.
|
|
|
|
|
2007-11-07 15:12:58 +00:00
|
|
|
* Wed Nov 07 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.6-3.fc7
|
|
|
|
- More fixes for Fedora Review:
|
|
|
|
o Added ExclusiveArch due to missing lopl (#368541)
|
|
|
|
|
|
|
|
* Tue Nov 06 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.6-2.fc7
|
|
|
|
- Several fixes due to Fedora package review:
|
|
|
|
o Fixed Group for all subpackages
|
|
|
|
o Added missng Requires(Post|Preun) for several packages
|
|
|
|
o Removed static libraries and .la files
|
|
|
|
o Fixed open bug (missing mode for O_CREATE)
|
|
|
|
o Fixed incorrect options for bmc-watchdog daemon
|
|
|
|
|
|
|
|
* Mon Nov 05 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.6-1.fc7
|
|
|
|
- Specfile cleanup for Fedora inclusion
|
|
|
|
- Fixed several rpmlint warnings and errors:
|
|
|
|
o Moved all devel libs to proper package
|
|
|
|
|
|
|
|
* Wed Aug 01 2007 Troy Telford <ttelford@lnxi.com> 0.4.0
|
|
|
|
- Some package cleanup so it builds on SLES
|
|
|
|
|
|
|
|
* Wed Jun 13 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.beta0-1
|
|
|
|
- Some package cleanup and split of configuration and initscript
|
|
|
|
|
|
|
|
* Fri Feb 28 2007 Albert Chu <chu11@llnl.gov> 0.4.beta0-1
|
|
|
|
- Add ipmidetectd subpackage.
|
|
|
|
|
|
|
|
* Fri Feb 16 2007 Albert Chu <chu11@llnl.gov> 0.4.beta0-1
|
|
|
|
- Add ipmimonitoring subpackage.
|
|
|
|
|
|
|
|
* Sun Jul 30 2006 Albert Chu <chu11@llnl.gov> 0.3.beta0-1
|
|
|
|
- Re-architect for 0.3.X
|
|
|
|
|
|
|
|
* Mon May 15 2006 Albert Chu <chu11@llnl.gov> 0.3.beta0-1
|
|
|
|
- Fixed up spec file to pass rpmlint
|