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