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