617ab6
%global _hardened_build 1
617ab6
# Copyright (c) 2003 FreeIPMI Core Team
617ab6
617ab6
Name:             freeipmi
9e6a00
Version:          1.5.7
192e94
Release:          3%{?dist}
617ab6
Summary:          IPMI remote console and system management software
617ab6
License:          GPLv3+
617ab6
Group:            Applications/System
617ab6
URL:              http://www.gnu.org/software/freeipmi/
617ab6
Source0:          http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
617ab6
Source1:          bmc-watchdog.service
617ab6
Source2:          ipmidetectd.service
617ab6
Source3:          ipmiseld.service
be00cd
Source4:          os-shutdown-event.service
be00cd
Source5:          os-startup-event.service
9e6a00
9e6a00
Patch1:           freeipmi-1.5.7-manpage.patch
192e94
Patch2:           freeipmi-1.5.7-bridged_sensors.patch
9e6a00
9e6a00
BuildRequires:    libgcrypt-devel texinfo systemd
9e6a00
Requires(preun):  info systemd
9e6a00
Requires(post):   info systemd systemd-sysv
9e6a00
Requires(postun): systemd
617ab6
617ab6
%description
617ab6
The FreeIPMI project provides "Remote-Console" (out-of-band) and
617ab6
"System Management Software" (in-band) based on Intelligent
617ab6
Platform Management Interface specification.
617ab6
617ab6
%package devel
617ab6
Summary:          Development package for FreeIPMI
617ab6
Group:            Development/System
617ab6
Requires:         %{name} = %{version}-%{release}
617ab6
Requires:         OpenIPMI-modalias
617ab6
%description devel
617ab6
Development package for FreeIPMI.  This package includes the FreeIPMI
617ab6
header files and libraries.
617ab6
617ab6
%package bmc-watchdog
617ab6
Summary:          IPMI BMC watchdog
617ab6
Group:            Applications/System
617ab6
Requires:         %{name} = %{version}-%{release}
617ab6
%description bmc-watchdog
617ab6
Provides a watchdog daemon for OS monitoring and recovery.
617ab6
617ab6
%package ipmidetectd
617ab6
Summary:          IPMI node detection monitoring daemon
617ab6
Group:            Applications/System
617ab6
Requires:         %{name} = %{version}-%{release}
617ab6
%description ipmidetectd
617ab6
Provides a tool and a daemon for IPMI node detection.
617ab6
617ab6
%package ipmiseld
617ab6
Summary:          IPMI SEL syslog logging daemon
617ab6
Group:            Applications/System
617ab6
Requires:         %{name} = %{version}-%{release}
617ab6
%description ipmiseld
617ab6
IPMI SEL syslog logging daemon.
617ab6
617ab6
%if %{?_with_debug:1}%{!?_with_debug:0}
617ab6
  %global _enable_debug --enable-debug --enable-trace --enable-syslog
617ab6
%endif
617ab6
617ab6
%prep
617ab6
%setup -q
9e6a00
%patch1 -p1 -b .manpage
192e94
%patch2 -p1 -b .bridged_sensors
617ab6
617ab6
%build
617ab6
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
617ab6
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
617ab6
           %{?_enable_debug} --disable-static
617ab6
make %{?_smp_mflags}
617ab6
617ab6
%install
617ab6
rm -rf $RPM_BUILD_ROOT
617ab6
make install DESTDIR="$RPM_BUILD_ROOT"
617ab6
rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
617ab6
# kludge to get around rpmlint complaining about 0 length semephore file
617ab6
echo freeipmi > $RPM_BUILD_ROOT%{_localstatedir}/lib/freeipmi/ipckey
617ab6
# Remove .la files
617ab6
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
617ab6
# Install systemd units
617ab6
install -m 755 -d $RPM_BUILD_ROOT/%{_unitdir}
be00cd
install -m 644 %SOURCE1 %SOURCE2 %SOURCE3 %SOURCE4 %SOURCE5 $RPM_BUILD_ROOT/%{_unitdir}/
617ab6
# Remove initscripts
617ab6
rm -rf $RPM_BUILD_ROOT/%{_initrddir} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
617ab6
617ab6
%post
617ab6
/sbin/install-info %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
617ab6
/sbin/ldconfig
be00cd
%systemd_post os-shutdown-event.service os-startup-event.service
617ab6
617ab6
%preun
617ab6
if [ $1 = 0 ]; then
617ab6
    /sbin/install-info --delete %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
617ab6
fi
be00cd
%systemd_preun os-shutdown-event.service os-startup-event.service
617ab6
be00cd
%postun
be00cd
/sbin/ldconfig
be00cd
%systemd_postun_with_restart os-shutdown-event.service os-startup-event.service
617ab6
617ab6
%post bmc-watchdog
617ab6
%systemd_post bmc-watchdog.service
617ab6
617ab6
%preun bmc-watchdog
617ab6
%systemd_preun bmc-watchdog.service
617ab6
617ab6
%postun bmc-watchdog
617ab6
%systemd_postun_with_restart bmc-watchdog.service
617ab6
617ab6
%post ipmiseld
617ab6
%systemd_post ipmiseld.service
617ab6
617ab6
%preun ipmiseld
617ab6
%systemd_preun ipmiseld.service
617ab6
617ab6
%postun ipmiseld
617ab6
%systemd_postun_with_restart ipmiseld.service
617ab6
617ab6
%post ipmidetectd
617ab6
%systemd_post ipmidetectd.service
617ab6
617ab6
%preun ipmidetectd
617ab6
%systemd_preun ipmidetectd.service
617ab6
617ab6
%postun ipmidetectd
617ab6
%systemd_postun_with_restart ipmidetectd.service
617ab6
617ab6
%triggerun -- freeipmi-bmc-watchdog < 1.1.1-2
617ab6
# Save the current service runlevel info
617ab6
# User must manually run systemd-sysv-convert --apply httpd
617ab6
# to migrate them to systemd targets
617ab6
/usr/bin/systemd-sysv-convert --save bmc-watchdog >/dev/null 2>&1 ||:
617ab6
617ab6
# Run these because the SysV package being removed won't do them
617ab6
/sbin/chkconfig --del bmc-watchdog >/dev/null 2>&1 || :
617ab6
/bin/systemctl try-restart bmc-watchdog.service >/dev/null 2>&1 || :
617ab6
617ab6
%triggerun -- freeipmi-ipmidetectd < 1.1.1-2
617ab6
# Save the current service runlevel info
617ab6
# User must manually run systemd-sysv-convert --apply httpd
617ab6
# to migrate them to systemd targets
617ab6
/usr/bin/systemd-sysv-convert --save ipmidetectd >/dev/null 2>&1 ||:
617ab6
617ab6
# Run these because the SysV package being removed won't do them
617ab6
/sbin/chkconfig --del ipmidetectd >/dev/null 2>&1 || :
617ab6
/bin/systemctl try-restart ipmidetectd.service >/dev/null 2>&1 || :
617ab6
617ab6
%files
617ab6
%dir %{_sysconfdir}/freeipmi/
617ab6
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi.conf
617ab6
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetect.conf
617ab6
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
617ab6
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
617ab6
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/libipmiconsole.conf
617ab6
%doc %{_datadir}/doc/%{name}/AUTHORS
617ab6
%doc %{_datadir}/doc/%{name}/COPYING
617ab6
%doc %{_datadir}/doc/%{name}/ChangeLog
617ab6
%doc %{_datadir}/doc/%{name}/ChangeLog.0
617ab6
%doc %{_datadir}/doc/%{name}/INSTALL
617ab6
%doc %{_datadir}/doc/%{name}/NEWS
617ab6
%doc %{_datadir}/doc/%{name}/README
617ab6
%doc %{_datadir}/doc/%{name}/README.argp
617ab6
%doc %{_datadir}/doc/%{name}/README.build
617ab6
%doc %{_datadir}/doc/%{name}/README.openipmi
617ab6
%doc %{_datadir}/doc/%{name}/TODO
617ab6
%doc %{_infodir}/*
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmiping
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmipower
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmiconsole
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmimonitoring
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.pstdout
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmidetect
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-fru
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-dcmi
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.sunbmc
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ZRESEARCH
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-dcmi
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping.UC
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower.UC
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole.UC
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring.UC
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout.UC
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect.UC
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru.UC
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-coding.txt
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-design.txt
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-hostrange.txt
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-libraries.txt
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-bugs-issues-and-workarounds.txt
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-testing.txt
617ab6
%doc %{_datadir}/doc/%{name}/freeipmi-oem-documentation-requirements.txt
617ab6
%dir %{_datadir}/doc/%{name}
617ab6
%dir %{_datadir}/doc/%{name}/contrib
617ab6
%dir %{_datadir}/doc/%{name}/contrib/ganglia
617ab6
%doc %{_datadir}/doc/%{name}/contrib/ganglia/*
617ab6
%dir %{_datadir}/doc/%{name}/contrib/nagios
617ab6
%doc %{_datadir}/doc/%{name}/contrib/nagios/*
617ab6
%dir %{_datadir}/doc/%{name}/contrib/pet
617ab6
%doc %{_datadir}/doc/%{name}/contrib/pet/*
617ab6
%{_libdir}/libipmiconsole*so.*
617ab6
%{_libdir}/libfreeipmi*so.*
617ab6
%{_libdir}/libipmidetect*so.*
617ab6
%{_libdir}/libipmimonitoring.so.*
617ab6
%{_localstatedir}/lib/*
617ab6
%{_sbindir}/bmc-config
617ab6
%{_sbindir}/bmc-info
617ab6
%{_sbindir}/bmc-device
9e6a00
%{_sbindir}/ipmi-config
617ab6
%{_sbindir}/ipmi-fru
617ab6
%{_sbindir}/ipmi-locate
617ab6
%{_sbindir}/ipmi-oem
617ab6
%{_sbindir}/ipmi-pef-config
617ab6
%{_sbindir}/pef-config
617ab6
%{_sbindir}/ipmi-raw
617ab6
%{_sbindir}/ipmi-sel
617ab6
%{_sbindir}/ipmi-sensors
617ab6
%{_sbindir}/ipmi-sensors-config
617ab6
%{_sbindir}/ipmiping
617ab6
%{_sbindir}/ipmi-ping
617ab6
%{_sbindir}/ipmipower
617ab6
%{_sbindir}/ipmi-power
617ab6
%{_sbindir}/rmcpping
617ab6
%{_sbindir}/rmcp-ping
617ab6
%{_sbindir}/ipmiconsole
617ab6
%{_sbindir}/ipmi-console
617ab6
%{_sbindir}/ipmimonitoring
617ab6
%{_sbindir}/ipmi-chassis
617ab6
%{_sbindir}/ipmi-chassis-config
617ab6
%{_sbindir}/ipmi-dcmi
617ab6
%{_sbindir}/ipmi-pet
617ab6
%{_sbindir}/ipmidetect
617ab6
%{_sbindir}/ipmi-detect
617ab6
%{_mandir}/man8/bmc-config.8*
617ab6
%{_mandir}/man5/bmc-config.conf.5*
617ab6
%{_mandir}/man8/bmc-info.8*
617ab6
%{_mandir}/man8/bmc-device.8*
9e6a00
%{_mandir}/man8/ipmi-config.8*
9e6a00
%{_mandir}/man5/ipmi-config.conf.5*
617ab6
%{_mandir}/man8/ipmi-fru.8*
617ab6
%{_mandir}/man8/ipmi-locate.8*
617ab6
%{_mandir}/man8/ipmi-oem.8*
617ab6
%{_mandir}/man8/ipmi-pef-config.8*
617ab6
%{_mandir}/man8/pef-config.8*
617ab6
%{_mandir}/man8/ipmi-raw.8*
617ab6
%{_mandir}/man8/ipmi-sel.8*
617ab6
%{_mandir}/man8/ipmi-sensors.8*
617ab6
%{_mandir}/man8/ipmi-sensors-config.8*
617ab6
%{_mandir}/man8/ipmiping.8*
617ab6
%{_mandir}/man8/ipmi-ping.8*
617ab6
%{_mandir}/man8/ipmipower.8*
617ab6
%{_mandir}/man8/ipmi-power.8*
617ab6
%{_mandir}/man5/ipmipower.conf.5*
617ab6
%{_mandir}/man8/rmcpping.8*
617ab6
%{_mandir}/man8/rmcp-ping.8*
617ab6
%{_mandir}/man8/ipmiconsole.8*
617ab6
%{_mandir}/man8/ipmi-console.8*
617ab6
%{_mandir}/man5/ipmiconsole.conf.5*
617ab6
%{_mandir}/man8/ipmimonitoring.8*
617ab6
%{_mandir}/man5/ipmi_monitoring_sensors.conf.5*
617ab6
%{_mandir}/man5/ipmimonitoring_sensors.conf.5*
617ab6
%{_mandir}/man5/ipmimonitoring.conf.5*
617ab6
%{_mandir}/man5/freeipmi_interpret_sel.conf.5*
617ab6
%{_mandir}/man5/freeipmi_interpret_sensor.conf.5*
617ab6
%{_mandir}/man5/libipmimonitoring.conf.5*
617ab6
%{_mandir}/man8/ipmi-chassis.8*
617ab6
%{_mandir}/man8/ipmi-chassis-config.8*
617ab6
%{_mandir}/man8/ipmi-dcmi.8*
617ab6
%{_mandir}/man8/ipmi-pet.8*
617ab6
%{_mandir}/man8/ipmidetect.8*
617ab6
%{_mandir}/man8/ipmi-detect.8*
617ab6
%{_mandir}/man5/freeipmi.conf.5*
617ab6
%{_mandir}/man5/ipmidetect.conf.5*
617ab6
%{_mandir}/man5/libipmiconsole.conf.5*
617ab6
%{_mandir}/man7/freeipmi.7*
617ab6
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
be00cd
%{_unitdir}/os-shutdown-event.service
be00cd
%{_unitdir}/os-startup-event.service
617ab6
617ab6
%files devel
617ab6
%dir %{_datadir}/doc/%{name}/contrib/libipmimonitoring
617ab6
%doc %{_datadir}/doc/%{name}/contrib/libipmimonitoring/*
617ab6
%{_libdir}/libipmiconsole.so
617ab6
%{_libdir}/libfreeipmi.so
617ab6
%{_libdir}/libipmidetect.so
617ab6
%{_libdir}/libipmimonitoring.so
617ab6
%dir %{_includedir}/freeipmi
617ab6
%dir %{_includedir}/freeipmi/api
617ab6
%dir %{_includedir}/freeipmi/cmds
617ab6
%dir %{_includedir}/freeipmi/debug
617ab6
%dir %{_includedir}/freeipmi/driver
617ab6
%dir %{_includedir}/freeipmi/fiid
617ab6
%dir %{_includedir}/freeipmi/fru
617ab6
%dir %{_includedir}/freeipmi/interface
617ab6
%dir %{_includedir}/freeipmi/interpret
617ab6
%dir %{_includedir}/freeipmi/locate
617ab6
%dir %{_includedir}/freeipmi/payload
617ab6
%dir %{_includedir}/freeipmi/record-format
9e6a00
%dir %{_includedir}/freeipmi/record-format/oem
617ab6
%dir %{_includedir}/freeipmi/sdr
9e6a00
%dir %{_includedir}/freeipmi/sdr/oem
617ab6
%dir %{_includedir}/freeipmi/sel
617ab6
%dir %{_includedir}/freeipmi/sensor-read
617ab6
%dir %{_includedir}/freeipmi/spec
9e6a00
%dir %{_includedir}/freeipmi/spec/oem
617ab6
%dir %{_includedir}/freeipmi/templates
9e6a00
%dir %{_includedir}/freeipmi/templates/oem
617ab6
%dir %{_includedir}/freeipmi/util
617ab6
%{_includedir}/ipmiconsole.h
617ab6
%{_includedir}/ipmidetect.h
617ab6
%{_includedir}/ipmi_monitoring*.h
617ab6
%{_includedir}/freeipmi/*.h
617ab6
%{_includedir}/freeipmi/api/*.h
617ab6
%{_includedir}/freeipmi/cmds/*.h
617ab6
%{_includedir}/freeipmi/debug/*.h
617ab6
%{_includedir}/freeipmi/driver/*.h
617ab6
%{_includedir}/freeipmi/fiid/*.h
617ab6
%{_includedir}/freeipmi/fru/*.h
617ab6
%{_includedir}/freeipmi/interface/*.h
617ab6
%{_includedir}/freeipmi/interpret/*.h
617ab6
%{_includedir}/freeipmi/locate/*.h
617ab6
%{_includedir}/freeipmi/payload/*.h
617ab6
%{_includedir}/freeipmi/record-format/*.h
9e6a00
%{_includedir}/freeipmi/record-format/oem/*.h
617ab6
%{_includedir}/freeipmi/sdr/*.h
9e6a00
%{_includedir}/freeipmi/sdr/oem/*.h
617ab6
%{_includedir}/freeipmi/sel/*.h
617ab6
%{_includedir}/freeipmi/sensor-read/*.h
617ab6
%{_includedir}/freeipmi/spec/*.h
9e6a00
%{_includedir}/freeipmi/spec/oem/*.h
617ab6
%{_includedir}/freeipmi/templates/*.h
9e6a00
%{_includedir}/freeipmi/templates/oem/*.h
617ab6
%{_includedir}/freeipmi/util/*.h
617ab6
%{_mandir}/man3/*
617ab6
%{_libdir}/pkgconfig/*
617ab6
617ab6
%files bmc-watchdog
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.bmc-watchdog
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog.UC
617ab6
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
617ab6
%{_sbindir}/bmc-watchdog
617ab6
%{_mandir}/man8/bmc-watchdog.8*
617ab6
%{_unitdir}/bmc-watchdog.service
617ab6
617ab6
%files ipmidetectd
617ab6
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetectd.conf
617ab6
%{_sbindir}/ipmidetectd
617ab6
%{_mandir}/man5/ipmidetectd.conf.5*
617ab6
%{_mandir}/man8/ipmidetectd.8*
617ab6
%{_unitdir}/ipmidetectd.service
617ab6
617ab6
%files ipmiseld
617ab6
%doc %{_datadir}/doc/%{name}/COPYING.ipmiseld
617ab6
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiseld
617ab6
%{_unitdir}/ipmiseld.service
617ab6
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmiseld.conf
617ab6
%{_sbindir}/ipmiseld
617ab6
%{_mandir}/man5/ipmiseld.conf.5*
617ab6
%{_mandir}/man8/ipmiseld.8*
617ab6
%dir %{_localstatedir}/cache/ipmiseld
617ab6
617ab6
%changelog
192e94
* Tue Mar 26 2019 Vaclav Dolezal <vdolezal@redhat.com> - 1.5.7-3
192e94
- Fix querying bridged sensors (#1550929)
192e94
9e6a00
* Mon Nov 20 2017 Josef Ridky <jridky@redhat.com> - 1.5.7-2
9e6a00
- Additional fix of manpage command examples (#1353981)
9e6a00
9e6a00
* Tue Aug 29 2017 Josef Ridky <jridky@redhat.com> - 1.5.7-1
9e6a00
- Rebase to the latest upstream release 1.5.7 (#1435848)
9e6a00
- Fix manpage command examples (#1353981) in separate commit
9e6a00
be00cd
* Tue Jun 28 2016 Boris Ranto <branto@redhat.com> - 1.2.9-8
be00cd
- Package os event systemd services (#1122307)
be00cd
1e1dc1
* Mon Jul 06 2015 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-7
1e1dc1
- Big-Endian authentication fix. (#1189065)
1e1dc1
884aa1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.9-6
884aa1
- Mass rebuild 2014-01-24
884aa1
884aa1
* Fri Jan 17 2014 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-5
884aa1
- Fix dependencies to pull ipmi modules. (#1052180)
884aa1
884aa1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.9-3
884aa1
- Mass rebuild 2013-12-27
884aa1
617ab6
* Sun Jul 21 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-2
617ab6
- Requires modalias package for module loading dependency.
617ab6
617ab6
* Fri Jul 19 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-1
617ab6
- Updated to upstream freeipmi-1.2.9
617ab6
 - Fix threshold output corner case in ipmi-sensors.
617ab6
 - Fix invalid declaration in libipmimonitoring header.
617ab6
 - Fix older compiler build problems.
617ab6
 -
617ab6
 - Fix portability build bug on ARM systems.
617ab6
 - Add 'internal IPMI error' troubleshooting to manpages.
617ab6
 - Fix bmc-info corner case on Bull 510 systems.
617ab6
617ab6
* Fri May 31 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-2
617ab6
- Fix build on architectures where va_list is not pointer.
617ab6
617ab6
* Mon May 20 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-1
617ab6
- Updated to freeipmi-1.2.7
617ab6
 - Fix sensor output errors with OEM sensors.
617ab6
617ab6
* Fri May 17 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.6-2
617ab6
 - spec update by Christopher Meng <rpm@cicku.me>
617ab6
 - hardened build flags should include PIE also for bmc-watchdog.
617ab6
617ab6
* Fri May 03 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.6-1
617ab6
- Updated to freeipmi-1.2.6
617ab6
 - Support HP Proliant DL160 G8 OEM sensors.
617ab6
 - Support Supermicro X9SCM-iiF OEM sensors and events.
617ab6
 - Support output of temperature sampling period to ipmi-dcmi.
617ab6
 - Clarify error message when SOL session cannot be stolen in
617ab6
   ipmiconsole/libipmiconsole.
617ab6
 - Fix dcmi rolling average time period output error
617ab6
 - Fix ipmi-dcmi output errors with --get-dcmi-sensor-info.
617ab6
 - Fix corner case in calculation of confidentiality pad length with
617ab6
   AES-CBC-128 encryption.  Incorrect pad effects some vendor firmware
617ab6
   implementations.
617ab6
 - Send IPMI 2.0 packets differently than IPMI 1.5 packets, as the
617ab6
   former does not require legacy pad data to be appended to payloads.
617ab6
 - Fix Intel OEM SEL buffer overflow.
617ab6
 - Fix out of trunk source build.
617ab6
 - Support new ipmi_rmcpplus_sendto() and ipmi_rmcpplus_recvfrom()
617ab6
   functions.
617ab6
 - Support new HP Proliant DL160 G8 OEM sensor events.
617ab6
617ab6
* Thu Feb 28 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.5-1
617ab6
- Updated to freeipmi-1.2.5:
617ab6
 - Support Supermicro X9SPU-F-O OEM sensors and events.
617ab6
 - Support Supermicro X9DRI-LN4F+ OEM intepretations (previously
617ab6
   forgotten).
617ab6
617ab6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
617ab6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
617ab6
617ab6
* Fri Jan 11 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.4-1
617ab6
- Updated to freeipmi-1.2.4:
617ab6
 - Support Supermicro X9DRI-LN4F+ OEM sensors and events.
617ab6
 - Fix output corner case for "session-based" channels.
617ab6
 - Fix ipmi-oem set-power-restore-delay corner case in time settings.
617ab6
 - Fix ipmiseld memleak.
617ab6
 - Fix libfreeipmi potential fd leak when generating random numbers.
617ab6
 - Fix libfreeipmi error output bug in RMCP interface.
617ab6
 - Fix several minor corner cases discovered by static code analysis.
617ab6
617ab6
* Thu Nov 15 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.3-1
617ab6
- Updated to freeipmi-1.2.3:
617ab6
 - In ipmi-oem, support new Dell Poweredge R720 OEM commands extensions,
617ab6
   including:
617ab6
  - get-nic-selection-failover
617ab6
  - set-nic-selection-failover
617ab6
  - power-monitoring-over-interval
617ab6
  - power-monitoring-interval-range
617ab6
  - get-last-post-code
617ab6
 - In ipmi-oem, update active-lom-status for Dell Poweredge R720.
617ab6
 - In ipmi-oem, support new Dell Poweredge R720 get-system-info option
617ab6
   'cmc-info'.
617ab6
 - In ipmi-oem, Dell get-system-info "slot-number" key changed to
617ab6
   "blade-slot-info".  Legacy option still supported.
617ab6
 - In ipmi-sel, support Dell Poweredge R720 OEM SEL extensions.
617ab6
 - In all tools, support nochecksumcheck workaround option.
617ab6
 - In all daemons (ipmiseld, ipmidetectd, bmc-watchdog), check for
617ab6
   syscall errors during daemon setup.
617ab6
617ab6
 - In libfreeipmi, support Dell R720 OEM extension intepretations.
617ab6
 - In libfreeipmi, libipmimonitoring, and libipmiconsole, support
617ab6
   NO_CHECKSUM_CHECK workaround flag.
617ab6
 - In libipmiconsole, IPMICONSOLE_DEBUG_FILE logs debug to files in
617ab6
   current working directory and not /var/log.  PID is also appended to
617ab6
   debug files.
617ab6
617ab6
* Fri Oct 12 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.2-1
617ab6
- Updated to freeipmi-1.2.2:
617ab6
 - Support new --sol-payload-instance and --deactivate-all-instances
617ab6
   options in ipmiconsole.
617ab6
 - Fix ipmiseld compile issue with -Werror=format-security.
617ab6
617ab6
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1.2.1-1
617ab6
- Reworked RPM scriptlets to use systemd-rpm macros (#850117).
617ab6
- Updated to freeipmi-1.2.1:
617ab6
 - Support new ipmiseld daemon, a daemon that regularly polls the SEL
617ab6
   and stores the events to the local syslog.
617ab6
 - In ipmipower, support --oem-power-type option to support OEM
617ab6
   specific power control operations.  Included in this support were
617ab6
   the follow changes to ipmipower:
617ab6
   - Support initial OEM power type of C410X.
617ab6
   - Re-architect to allow input of extra information for an OEM power
617ab6
     operation via the '+' operator after the hostname.
617ab6
   - Re-architect to allow input of target hostname multiple times
617ab6
     under OEM power cases.
617ab6
   - Re-architect to allow serialization of power control operations to
617ab6
     the same host.
617ab6
 - Globally in tools, support --target-channel-number and
617ab6
   --target-slave-address to specify specific targets.
617ab6
 - Globally in tools, support ability to specify alternate port via
617ab6
   optional [:port] in hostname or host config.
617ab6
 - In ipmi-fru, support --bridge-fru option to allow reading FRU entries
617ab6
   from satellite controllers.
617ab6
 - In bmc-config, add configuration support for
617ab6
   Maximum_Privilege_Cipher_Suite_Id_15 under RMCPplus_Conf_Privilege.
617ab6
 - Globally support Cipher Suite ID 15 and 16 based on comments from
617ab6
   Intel.
617ab6
 - In ipmi-sensors, support --output-sensor-thresholds, to allow
617ab6
   outputting of sensor thresholds in default output for scripting.
617ab6
 - In ipmi-sel, support new --post-clear option.
617ab6
 - In bmc-device, support new --set-sensor-reading-and-event-status
617ab6
   option.
617ab6
 - In ipmi-oem, support additional Intel Node Manager commands,
617ab6
   including:
617ab6
   - get-node-manager-capabilities
617ab6
   - node-manager-policy-control 
617ab6
   - get-node-manager-policy
617ab6
   - set-node-manager-policy
617ab6
   - remove-node-manager-policy
617ab6
   - get-node-manager-alert-thresholds
617ab6
   - set-node-manager-alert-thresholds
617ab6
   - get-node-manager-policy-suspend-periods
617ab6
   - set-node-manager-policy-suspend-periods
617ab6
   - set-node-manager-power-draw-range
617ab6
 - In ipmi-oem, support Wistron OEM commands extensions.
617ab6
 - In ipmi-sel, support Wistron OEM SEL interpretations.
617ab6
 - In ipmi-fru, support Wistron OEM FRU records.
617ab6
 - In ipmi-pef-config, support configuration volatile Alert String 0
617ab6
   and Lan Alert Destination 0.
617ab6
617ab6
* Tue Jul 31 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.7-1
617ab6
- Updated to freeipmi-1.1.7:
617ab6
  - In ipmi-sensors and ipmi-sel, fix units output corner case.
617ab6
  - In bmc-info, detect unsupported system info corner case.
617ab6
  - Update documentation with motherboard support.
617ab6
617ab6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-4
617ab6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
617ab6
617ab6
* Tue Jul 17 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-3
617ab6
- fixed License to GPLv3+
617ab6
617ab6
* Tue Jul 17 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-2
617ab6
- fixed upstream URL
617ab6
617ab6
* Fri Jun 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-1
617ab6
- Updated to freeipmi-1.1.6:
617ab6
  - In ipmi-sel, support Supermicro SEL OEM interpretations in
617ab6
    --output-event-state.
617ab6
  - In ipmi-sel and ipmi-sensors, support additional sensor/SEL
617ab6
    interpretations including:
617ab6
    - System Firmware Progress Transition Severity
617ab6
    - Button/Switch Transition Severity
617ab6
    - Chassis Transition Severity
617ab6
    - POST Memory Resize State
617ab6
    - Cable/Interconnect Transition Severity
617ab6
    - Boot Error Transition Severity
617ab6
    - Slot Connector Transition Severity
617ab6
    - Memory State
617ab6
    - Memory Transition Severity
617ab6
  - In bmc-config, ipmi-chassis-config, ipmi-pef-config, and
617ab6
    ipmi-chassis-config, support cipher suite ID argument.
617ab6
  - Support Supermicro X9DRi-F OEM sensors and events.
617ab6
  - Fix Intel S2600JF/Appro 512x OEM SEL interpretations based on
617ab6
    comments from Intel.
617ab6
  - Support Supermicro SEL OEM interpretations.
617ab6
  - Support new sensor/SEL interpretations.
617ab6
  - Various documentation updates and fixes.
617ab6
617ab6
* Fri May 18 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.5-1
617ab6
- Updated to freeipmi-1.1.5:
617ab6
  - Support Supermicro OEM sensors/SEL on H8DGU-F motherboards.
617ab6
  - In ipmiconsole, fix password length check bug.
617ab6
  - In bmc-watchdog, fix --start-if-stopped and --reset-if-running
617ab6
    options.
617ab6
  - In ipmidetectd, fix usage output typos.
617ab6
  - In ipmi-sensors-config, fix several parallel output corner cases.
617ab6
  - For consistency to other tools, turn on quiet-caching if
617ab6
    communicating with multiple hosts in bmc-device and ipmi-oem.
617ab6
  - In ipmi-sensors, fix bug in which multiple workarounds could not be
617ab6
    used or used in combination with bridging.
617ab6
  - Fix start run levels in ipmidetectd init script. 
617ab6
  - In libfreeipmi fru-parse API, handle additional device busy errors.
617ab6
  - Various documentation updates.
617ab6
617ab6
* Fri Apr 20 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.4-1
617ab6
- Updated to freeipmi-1.1.4:
617ab6
  - In ipmi-oem, fix error message output in several Supermicro OEM
617ab6
    commands.
617ab6
  - In ipmi-oem, add Intel --get-power-restore-delay and
617ab6
    --set-power-restore-delay support.
617ab6
  - In ipmi-sel, support Intel S2600JF/Appro 512x OEM SEL
617ab6
    interpretations.
617ab6
  - In libfreeipmi, support new sensor and SEL event interpretations,
617ab6
    including Session Audit, Voltage Limits.
617ab6
  - In libfreeipmi, support new OEM interpretations for Intel S5000PAL
617ab6
    NMI State and SMI timeout sensors/SEL events.
617ab6
  - In libfreeipmi, support Intel S2600JF/Appro 512x OEM SEL
617ab6
    interpretations.
617ab6
  - Various documentation updates.
617ab6
617ab6
* Wed Mar  7 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.3-1
617ab6
- Updated to freeipmi-1.1.3:
617ab6
  - Support Supermicro CPU temperature SEL events.
617ab6
  - In ipmi-oem, fix corner case with Dell C410x power control
617ab6
    calculation.
617ab6
  - In all tools, fix error messages to differentiate between invalid
617ab6
    and unsupported cipher suite IDs.
617ab6
  - In bmc-config, fix a Cipher Suite Privilege configuration
617ab6
    corner case in the workaround for an HP DL145 workaround.
617ab6
  - In bmc-config, add workaround for Cipher Suite Privilege
617ab6
    configuration on Intel S2600JF/Appro 512X.
617ab6
  - Various documentation updates.
617ab6
  - In libfreeipmi, fix incorrect packet layout for the Get Lan
617ab6
    Configuration Parameters RMCPplus Messaging Cipher Suite Entry Support
617ab6
    response.
617ab6
  - In libipmimonitoring, properly return connection timeout error on
617ab6
    connection timeout.
617ab6
  - Fix build when using --docdir. 
617ab6
  - Various documentation updates.
617ab6
617ab6
* Wed Feb  8 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.2-1
617ab6
- Updated to freeipmi-1.1.2:
617ab6
  - In ipmi-oem, support new Dell C410x OEM extensions
617ab6
    slot-power-toggle, slot-power-control, get-port-map, set-port-map.
617ab6
  - Fix daemon setup race condition in ipmidetectd and bmc-watchdog that
617ab6
    can affect systemd.
617ab6
  - In ipmiconsole, support new --serial-keepalive-empty option.
617ab6
  - In bmc-device, support new --rearm-sensor option.
617ab6
  - In ipmi-oem, add additional Dell get-system-info options
617ab6
  - slot-number
617ab6
  - system-revision
617ab6
  - embedded-video-status
617ab6
  - idrac-info
617ab6
  - idrac-ipv4-url
617ab6
  - idrac-gui-webserver-control
617ab6
  - cmc-ipv4-url,
617ab6
  - cmc-ipv6-info
617ab6
  - cmc-ipv6-url
617ab6
  - In ipmi-oem, support Dell 12G mac addresses under get-system-info.   
617ab6
  - In ipmi-sensors, some sensors that reported "Unknown" may now report
617ab6
    "N/A" due to an interpretation change of several IPMI error codes.
617ab6
  - In ipmi-sensors, workaround sensor reading issue on Sun Blade x6250
617ab6
    and Sun Blade 6000M2.
617ab6
  - Fix several freeipmi.conf config file parsing bugs.
617ab6
  - In libipmiconsole, fix serial keepalive timeout calculation bug that
617ab6
    can lead to excessive packets retransmitted.
617ab6
  - In libipmiconsole, support new SERIAL_KEEPALIVE_EMPTY engine flag.
617ab6
  - In libipmiconsole, do not deactivate a SOL payload if it appears the
617ab6
    SOL payload has been stolen, but we did not receive a SOL deactivating
617ab6
    flag.
617ab6
  - In libipmiconsole, fix corner case in which session not closed
617ab6
    cleanly when DEACTIVATE_ONLY flag specified.
617ab6
  - In libipmiconsole, workaround bug in Dell Poweredge M605, M610, and
617ab6
    M915 where instance count of SOL is always returned as 0.
617ab6
  - In libfreeipmi, add functions for re-arm sensor events IPMI payload. 
617ab6
  - In libfreeipmi/sensor-read, under some error conditions return error
617ab6
    of "unavailable" instead of "cannot be obtained" error code.
617ab6
  - In libfreeipmi/sensor-read, add workarounds to handle issues on Sun
617ab6
    Blade x6250 and Sun Blade 6000M2.
617ab6
  - Various documentation updates.
617ab6
  - Redo formattig of include/freeipmi/templates/ documents.
617ab6
617ab6
* Fri Jan  6 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.1-2
617ab6
- added systemd unit files (#767611)
617ab6
617ab6
* Wed Jan  4 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.1-1
617ab6
- Updated to freeipmi-1.1.1:
617ab6
  - Support new tool ipmi-pet, tool to parse/interpret platform event
617ab6
    traps.
617ab6
  - Support new --sdr-cache-file option specify specific SDR cache file
617ab6
    in all SDR related tools (ipmi-sensors, ipmi-sel, ipmi-fru, etc.).
617ab6
  - In ipmi-fru, do not consider a busy device a fatal error. 
617ab6
  - In ipmi-sensors, support 'ignoreauthcode' workaround option.
617ab6
  - In ipmi-sensors, support Quanta QSSC-S4R/Appro GB812X-CN OEM SDRs
617ab6
    and sensors.
617ab6
  - In ipmi-sel, support Quanta QSSC-S4R/Appro GB812X-CN OEM SEL events.
617ab6
  - In ipmi-sel, fix several OEM specific event output bugs.
617ab6
  - In ipmi-pef-config, fix configuration bug for
617ab6
    Enable_PEF_Event_Messages.
617ab6
  - In ipmi-raw, for file/stdin input, output line number when there is
617ab6
    an error.
617ab6
  - Update libfreeipmi for DCMI 1.5 additions.
617ab6
  - Update libfreeipmi fru-parse sub-library to support FRU parsing
617ab6
    without an IPMI connection.
617ab6
  - In libfreeipmi, support IPMI_FLAGS_NOSESSION flag to open a context
617ab6
    for IPMI communication w/o establishing a session.
617ab6
  - In libfreeipmi, support IPMI_FLAGS_NO_LEGAL_CHECK flag, to
617ab6
    workaround motherboards to may return illegal IPMI packets.
617ab6
  - In libfreeipmi, support IPMI_FLAGS_IGNORE_AUTHENTICATION_CODE flag,
617ab6
    to workaround specific situations where motherboards return
617ab6
    incorrectly generated authentication codes.
617ab6
  - In libfreeipmi fru-parse sub-library, support
617ab6
    IPMI_FRU_PARSE_ERR_DEVICE_BUSY error code.
617ab6
  - In libfreeipmi, add support for IPMI firmware firewall and command
617ab6
    discovery payloads.
617ab6
  - In libfreeipmi, support Quanta QSSC-S4R/Appro GB812X-CN OEM SEL
617ab6
    events.
617ab6
  - Fix various macro names (typos, invalid naming, etc.)
617ab6
617ab6
* Wed Dec 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.10-1
617ab6
- Updated to freeipmi-1.0.10:
617ab6
  - Clarify bmc-watchdog error messages.
617ab6
  - Various documentation updates.
617ab6
617ab6
* Tue Nov 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.9-1
617ab6
- Updated to freeipmi-1.0.9:
617ab6
  - Support Supermicro OEM sensors on X9SCA-F-O motherboards.
617ab6
  - Support Supermicro OEM sensors on X9SCM-F motherboards with
617ab6
    newer firmware.
617ab6
617ab6
* Thu Oct 27 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.8-1
617ab6
- enable build on all archs, the iopl issue #368541 is fixed
617ab6
- Updated to freeipmi-1.0.8:
617ab6
  - Fix corner case in which invalid SDR entry could be loaded when
617ab6
    shared sensors exist on event only records.
617ab6
  - Fix several event output corner cases.
617ab6
  - Fix 'assumesystemevent' workaround for ipmi-sel.
617ab6
  - Fix ipmi-raw and ipmi-oem allocation bug on newer systems, such as
617ab6
    RHEL6.
617ab6
  - Support Intel Node Manager sensor/SEL events for Intel S2600JF/Appro
617ab6
      512X.
617ab6
  - Document workarounds for Intel S2600JF/Appro 512X.
617ab6
  - Per definition, output GUID w/ lower case characters in bmc-info.
617ab6
  - Other minor bug fixes.
617ab6
617ab6
* Thu Sep 29 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.7-1
617ab6
- Updated to freeipmi-1.0.7:
617ab6
  - Support many new sensor state and sel event interpretations.
617ab6
  - Fix parsing bugs for freeipmi_interpret_sel.conf.
617ab6
  - Support 'assumebmcowner' workaround in ipmi-sensors.
617ab6
  - Support dynamic linking in libfreeipmi.
617ab6
  - Output pidfile in bmc-watchdog to support easier init script killing.
617ab6
  - Do not poll stdin in ipmipower when operating in non-interactive mode.
617ab6
  - Support IGNORE_SCANNING_DISABLED workaround in libipmimonitoring.
617ab6
  - Support Supermicro OEM sensors on X7DB8, X8DTN, X7SBI-LN4, X8DTL,
617ab6
    X8DTN+-F, and X8SIE motherboards.
617ab6
  - Fix handling error codes in optional parts of ipmi-dcmi.
617ab6
  - Fix various debug dumping bugs.
617ab6
  - Fix ipmimonitoring script install bug on some systems.
617ab6
  - Fix symbol global vs. locals in libipmimonitoring.
617ab6
  - Minor documentation and manpage updates.
617ab6
617ab6
* Mon Sep  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.6-1
617ab6
- Updated to freeipmi-1.0.6:
617ab6
  - Support 'ignorescanningdisabled' workaround in ipmi-sensors.
617ab6
  - Support Supermicro X8SIL-F, X9SCL, and X9SCM motherboard OEM sensors.
617ab6
  - Update bmc-watchdog logrotate script to reduce unnecessary output.
617ab6
  - Fix ipmi-fru output typo.
617ab6
617ab6
* Fri Jul  1 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.5-1
617ab6
- Updated to freeipmi-1.0.5:
617ab6
  - Fix various issues in ipmi-dcmi, including command line parsing
617ab6
    bugs, asset tag/string identifier overwriting, and fix assumptions
617ab6
    based on new information in v1.5 errata.
617ab6
  - Support pkg-config files for libraries.
617ab6
  - Various documentation updates.
617ab6
617ab6
* Fri Apr 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.4-1
617ab6
- Updated to freeipmi-1.0.4:
617ab6
  - Support "discretereading" workaround in ipmi-sensors and associated
617ab6
    libraries.
617ab6
  - Support "spinpoll" workaround/performance optimization in tools and
617ab6
    libraries.
617ab6
  - Support additional sensor/SEL interpretations for Intel motherboards.
617ab6
  - Add convenience input checking functions to libipmiconsole.
617ab6
  - Fix bug in libipmimonitoring to allow additional OEM interpretations.
617ab6
617ab6
* Wed Mar 30 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.3-1
617ab6
- Updated to freeipmi-1.0.3, see announce at
617ab6
  http://lists.gnu.org/archive/html/freeipmi-users/2011-03/msg00017.html
617ab6
617ab6
* Wed Feb 23 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.2-1
617ab6
- Updated to freeipmi-1.0.2, see announce at
617ab6
  http://lists.gnu.org/archive/html/freeipmi-users/2011-02/msg00027.html
617ab6
617ab6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
617ab6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
617ab6
617ab6
* Fri Jan 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.1:1
617ab6
- Updated to freeipmi-1.0.1, see announce at
617ab6
  http://lists.gnu.org/archive/html/freeipmi-users/2011-01/msg00006.html
617ab6
- Configuration files moved from /etc/ to /etc/freeipmi/. Support legacy config
617ab6
  files for backwards compatibility.
617ab6
- More detailed release information can be found in the NEWS file.
617ab6