freeipmi/freeipmi.spec

690 lines
27 KiB
RPMSpec
Raw Normal View History

2013-05-17 08:43:46 +00:00
%global _hardened_build 1
# Copyright (c) 2003 FreeIPMI Core Team
2013-05-17 05:10:35 +00:00
Name: freeipmi
2014-07-03 15:54:15 +00:00
Version: 1.4.4
Release: 2%{?dist}
2013-05-17 05:10:35 +00:00
Summary: IPMI remote console and system management software
License: GPLv3+
Group: Applications/System
URL: http://www.gnu.org/software/freeipmi/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: bmc-watchdog.service
Source2: ipmidetectd.service
Source3: ipmiseld.service
BuildRequires: libgcrypt-devel texinfo systemd-units
Requires(preun): info systemd-units
Requires(post): info systemd-units systemd-sysv
Requires(postun): systemd-units
2014-01-14 14:20:47 +00:00
Requires: OpenIPMI-modalias
2007-11-07 15:12:58 +00:00
%description
The FreeIPMI project provides "Remote-Console" (out-of-band) and
"System Management Software" (in-band) based on Intelligent
Platform Management Interface specification.
%package devel
2013-05-17 05:10:35 +00:00
Summary: Development package for FreeIPMI
Group: Development/System
2014-01-03 10:40:08 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
2007-11-07 15:12:58 +00:00
%description devel
Development package for FreeIPMI. This package includes the FreeIPMI
2008-02-21 11:38:09 +00:00
header files and libraries.
2007-11-07 15:12:58 +00:00
%package bmc-watchdog
2013-05-17 05:10:35 +00:00
Summary: IPMI BMC watchdog
Group: Applications/System
2014-01-03 10:40:08 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
2007-11-07 15:12:58 +00:00
%description bmc-watchdog
Provides a watchdog daemon for OS monitoring and recovery.
%package ipmidetectd
2013-05-17 05:10:35 +00:00
Summary: IPMI node detection monitoring daemon
Group: Applications/System
2014-01-03 10:40:08 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
2007-11-07 15:12:58 +00:00
%description ipmidetectd
Provides a tool and a daemon for IPMI node detection.
2012-08-27 08:42:26 +00:00
%package ipmiseld
2013-05-17 05:10:35 +00:00
Summary: IPMI SEL syslog logging daemon
Group: Applications/System
2014-01-03 10:40:08 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
2012-08-27 08:42:26 +00:00
%description ipmiseld
IPMI SEL syslog logging daemon.
2007-11-07 15:12:58 +00:00
%if %{?_with_debug:1}%{!?_with_debug:0}
%global _enable_debug --enable-debug --enable-trace --enable-syslog
2007-11-07 15:12:58 +00:00
%endif
%prep
%setup -q
%build
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
2007-11-07 15:12:58 +00:00
%{?_enable_debug} --disable-static
2010-01-12 16:11:16 +00:00
make %{?_smp_mflags}
2007-11-07 15:12:58 +00:00
%install
2014-01-03 10:40:08 +00:00
make install DESTDIR=%{buildroot}
rm -rf %{buildroot}%{_infodir}/dir
2007-11-07 15:12:58 +00:00
# kludge to get around rpmlint complaining about 0 length semephore file
2014-01-03 10:40:08 +00:00
echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
2007-11-07 15:12:58 +00:00
# Remove .la files
2014-01-03 10:40:08 +00:00
rm -rf %{buildroot}%{_libdir}/*.la
# Install systemd units
2014-01-03 10:40:08 +00:00
install -m 755 -d %{buildroot}%{_unitdir}
install -m 644 %SOURCE1 %SOURCE2 %SOURCE3 %{buildroot}%{_unitdir}/
# Remove initscripts
2014-01-03 10:40:08 +00:00
rm -rf %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
2007-11-07 15:12:58 +00:00
%post
/sbin/install-info %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
2007-11-07 15:12:58 +00:00
/sbin/ldconfig
%preun
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
2007-11-07 15:12:58 +00:00
fi
%postun -p /sbin/ldconfig
%post bmc-watchdog
%systemd_post bmc-watchdog.service
2007-11-07 15:12:58 +00:00
%preun bmc-watchdog
%systemd_preun bmc-watchdog.service
2007-11-07 15:12:58 +00:00
%postun bmc-watchdog
%systemd_postun_with_restart bmc-watchdog.service
2007-11-07 15:12:58 +00:00
2012-08-27 08:42:26 +00:00
%post ipmiseld
%systemd_post ipmiseld.service
2012-08-27 08:42:26 +00:00
%preun ipmiseld
%systemd_preun ipmiseld.service
2012-08-27 08:42:26 +00:00
%postun ipmiseld
%systemd_postun_with_restart ipmiseld.service
2012-08-27 08:42:26 +00:00
%post ipmidetectd
%systemd_post ipmidetectd.service
2007-11-07 15:12:58 +00:00
%preun ipmidetectd
%systemd_preun ipmidetectd.service
%postun ipmidetectd
%systemd_postun_with_restart ipmidetectd.service
2007-11-07 15:12:58 +00:00
%triggerun -- freeipmi-bmc-watchdog < 1.1.1-2
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply httpd
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save bmc-watchdog >/dev/null 2>&1 ||:
# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del bmc-watchdog >/dev/null 2>&1 || :
/bin/systemctl try-restart bmc-watchdog.service >/dev/null 2>&1 || :
%triggerun -- freeipmi-ipmidetectd < 1.1.1-2
# Save the current service runlevel info
# User must manually run systemd-sysv-convert --apply httpd
# to migrate them to systemd targets
/usr/bin/systemd-sysv-convert --save ipmidetectd >/dev/null 2>&1 ||:
# Run these because the SysV package being removed won't do them
/sbin/chkconfig --del ipmidetectd >/dev/null 2>&1 || :
/bin/systemctl try-restart ipmidetectd.service >/dev/null 2>&1 || :
2007-11-07 15:12:58 +00:00
%files
2011-01-21 09:33:44 +00:00
%dir %{_sysconfdir}/freeipmi/
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi.conf
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetect.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/libipmiconsole.conf
2007-11-07 15:12:58 +00:00
%doc %{_datadir}/doc/%{name}/AUTHORS
%doc %{_datadir}/doc/%{name}/COPYING
%doc %{_datadir}/doc/%{name}/ChangeLog
%doc %{_datadir}/doc/%{name}/ChangeLog.0
%doc %{_datadir}/doc/%{name}/INSTALL
%doc %{_datadir}/doc/%{name}/NEWS
%doc %{_datadir}/doc/%{name}/README
2009-02-24 14:27:59 +00:00
%doc %{_datadir}/doc/%{name}/README.argp
%doc %{_datadir}/doc/%{name}/README.build
2010-01-12 16:11:16 +00:00
%doc %{_datadir}/doc/%{name}/README.openipmi
2007-11-07 15:12:58 +00:00
%doc %{_datadir}/doc/%{name}/TODO
%doc %{_infodir}/*
%doc %{_datadir}/doc/%{name}/COPYING.ipmiping
%doc %{_datadir}/doc/%{name}/COPYING.ipmipower
%doc %{_datadir}/doc/%{name}/COPYING.ipmiconsole
%doc %{_datadir}/doc/%{name}/COPYING.ipmimonitoring
2007-11-07 15:12:58 +00:00
%doc %{_datadir}/doc/%{name}/COPYING.pstdout
%doc %{_datadir}/doc/%{name}/COPYING.ipmidetect
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-fru
2010-01-12 16:11:16 +00:00
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-dcmi
2010-05-25 10:38:03 +00:00
%doc %{_datadir}/doc/%{name}/COPYING.sunbmc
2007-11-07 15:12:58 +00:00
%doc %{_datadir}/doc/%{name}/COPYING.ZRESEARCH
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru
2010-01-12 16:11:16 +00:00
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-dcmi
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping.UC
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower.UC
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole.UC
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring.UC
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout.UC
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect.UC
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru.UC
2007-11-07 15:12:58 +00:00
%doc %{_datadir}/doc/%{name}/freeipmi-coding.txt
2011-01-21 09:33:44 +00:00
%doc %{_datadir}/doc/%{name}/freeipmi-design.txt
2007-11-07 15:12:58 +00:00
%doc %{_datadir}/doc/%{name}/freeipmi-hostrange.txt
%doc %{_datadir}/doc/%{name}/freeipmi-libraries.txt
2010-01-12 16:11:16 +00:00
%doc %{_datadir}/doc/%{name}/freeipmi-bugs-issues-and-workarounds.txt
%doc %{_datadir}/doc/%{name}/freeipmi-testing.txt
%doc %{_datadir}/doc/%{name}/freeipmi-oem-documentation-requirements.txt
2007-11-07 15:12:58 +00:00
%dir %{_datadir}/doc/%{name}
2012-01-04 08:24:47 +00:00
%dir %{_datadir}/doc/%{name}/contrib
%dir %{_datadir}/doc/%{name}/contrib/ganglia
%doc %{_datadir}/doc/%{name}/contrib/ganglia/*
%dir %{_datadir}/doc/%{name}/contrib/nagios
%doc %{_datadir}/doc/%{name}/contrib/nagios/*
%dir %{_datadir}/doc/%{name}/contrib/pet
%doc %{_datadir}/doc/%{name}/contrib/pet/*
2007-11-07 15:12:58 +00:00
%{_libdir}/libipmiconsole*so.*
%{_libdir}/libfreeipmi*so.*
%{_libdir}/libipmidetect*so.*
%{_libdir}/libipmimonitoring.so.*
2007-11-07 15:12:58 +00:00
%{_localstatedir}/lib/*
%{_sbindir}/bmc-config
%{_sbindir}/bmc-info
2009-02-24 14:27:59 +00:00
%{_sbindir}/bmc-device
2014-03-04 09:44:48 +00:00
%{_sbindir}/ipmi-config
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmi-fru
%{_sbindir}/ipmi-locate
%{_sbindir}/ipmi-oem
2010-01-12 16:11:16 +00:00
%{_sbindir}/ipmi-pef-config
%{_sbindir}/pef-config
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmi-raw
%{_sbindir}/ipmi-sel
%{_sbindir}/ipmi-sensors
%{_sbindir}/ipmi-sensors-config
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmiping
2011-01-21 09:33:44 +00:00
%{_sbindir}/ipmi-ping
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmipower
2011-01-21 09:33:44 +00:00
%{_sbindir}/ipmi-power
2007-11-07 15:12:58 +00:00
%{_sbindir}/rmcpping
2011-01-21 09:33:44 +00:00
%{_sbindir}/rmcp-ping
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmiconsole
2011-01-21 09:33:44 +00:00
%{_sbindir}/ipmi-console
%{_sbindir}/ipmimonitoring
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmi-chassis
2009-02-24 14:27:59 +00:00
%{_sbindir}/ipmi-chassis-config
2010-01-12 16:11:16 +00:00
%{_sbindir}/ipmi-dcmi
2012-01-04 08:24:47 +00:00
%{_sbindir}/ipmi-pet
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmidetect
2011-01-21 09:33:44 +00:00
%{_sbindir}/ipmi-detect
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/bmc-config.8*
%{_mandir}/man5/bmc-config.conf.5*
%{_mandir}/man8/bmc-info.8*
2009-02-24 14:27:59 +00:00
%{_mandir}/man8/bmc-device.8*
2014-03-04 09:44:48 +00:00
%{_mandir}/man8/ipmi-config.8*
%{_mandir}/man5/ipmi-config.conf.5*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmi-fru.8*
%{_mandir}/man8/ipmi-locate.8*
%{_mandir}/man8/ipmi-oem.8*
2010-01-12 16:11:16 +00:00
%{_mandir}/man8/ipmi-pef-config.8*
%{_mandir}/man8/pef-config.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmi-raw.8*
%{_mandir}/man8/ipmi-sel.8*
%{_mandir}/man8/ipmi-sensors.8*
%{_mandir}/man8/ipmi-sensors-config.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmiping.8*
2011-01-21 09:33:44 +00:00
%{_mandir}/man8/ipmi-ping.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmipower.8*
2011-01-21 09:33:44 +00:00
%{_mandir}/man8/ipmi-power.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man5/ipmipower.conf.5*
%{_mandir}/man8/rmcpping.8*
2011-01-21 09:33:44 +00:00
%{_mandir}/man8/rmcp-ping.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmiconsole.8*
2011-01-21 09:33:44 +00:00
%{_mandir}/man8/ipmi-console.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man5/ipmiconsole.conf.5*
%{_mandir}/man8/ipmimonitoring.8*
2009-02-24 14:27:59 +00:00
%{_mandir}/man5/ipmi_monitoring_sensors.conf.5*
%{_mandir}/man5/ipmimonitoring_sensors.conf.5*
%{_mandir}/man5/ipmimonitoring.conf.5*
2011-01-21 09:33:44 +00:00
%{_mandir}/man5/freeipmi_interpret_sel.conf.5*
%{_mandir}/man5/freeipmi_interpret_sensor.conf.5*
2009-02-24 14:27:59 +00:00
%{_mandir}/man5/libipmimonitoring.conf.5*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmi-chassis.8*
2009-02-24 14:27:59 +00:00
%{_mandir}/man8/ipmi-chassis-config.8*
2010-01-12 16:11:16 +00:00
%{_mandir}/man8/ipmi-dcmi.8*
2012-01-04 08:24:47 +00:00
%{_mandir}/man8/ipmi-pet.8*
2007-11-07 15:12:58 +00:00
%{_mandir}/man8/ipmidetect.8*
2011-01-21 09:33:44 +00:00
%{_mandir}/man8/ipmi-detect.8*
2009-02-24 14:27:59 +00:00
%{_mandir}/man5/freeipmi.conf.5*
2007-11-07 15:12:58 +00:00
%{_mandir}/man5/ipmidetect.conf.5*
2011-01-21 09:33:44 +00:00
%{_mandir}/man5/libipmiconsole.conf.5*
%{_mandir}/man7/freeipmi.7*
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
2007-11-07 15:12:58 +00:00
%files devel
2012-01-04 08:24:47 +00:00
%dir %{_datadir}/doc/%{name}/contrib/libipmimonitoring
%doc %{_datadir}/doc/%{name}/contrib/libipmimonitoring/*
2007-11-07 15:12:58 +00:00
%{_libdir}/libipmiconsole.so
%{_libdir}/libfreeipmi.so
%{_libdir}/libipmidetect.so
%{_libdir}/libipmimonitoring.so
%dir %{_includedir}/freeipmi
%dir %{_includedir}/freeipmi/api
%dir %{_includedir}/freeipmi/cmds
%dir %{_includedir}/freeipmi/debug
%dir %{_includedir}/freeipmi/driver
%dir %{_includedir}/freeipmi/fiid
2012-08-27 08:42:26 +00:00
%dir %{_includedir}/freeipmi/fru
%dir %{_includedir}/freeipmi/interface
2011-01-21 09:33:44 +00:00
%dir %{_includedir}/freeipmi/interpret
%dir %{_includedir}/freeipmi/locate
2011-01-21 09:33:44 +00:00
%dir %{_includedir}/freeipmi/payload
%dir %{_includedir}/freeipmi/record-format
2012-08-27 08:42:26 +00:00
%dir %{_includedir}/freeipmi/sdr
%dir %{_includedir}/freeipmi/sel
2010-01-12 16:11:16 +00:00
%dir %{_includedir}/freeipmi/sensor-read
%dir %{_includedir}/freeipmi/spec
2010-01-12 16:11:16 +00:00
%dir %{_includedir}/freeipmi/templates
%dir %{_includedir}/freeipmi/util
2007-11-07 15:12:58 +00:00
%{_includedir}/ipmiconsole.h
%{_includedir}/ipmidetect.h
2011-01-21 09:33:44 +00:00
%{_includedir}/ipmi_monitoring*.h
2007-11-07 15:12:58 +00:00
%{_includedir}/freeipmi/*.h
%{_includedir}/freeipmi/api/*.h
%{_includedir}/freeipmi/cmds/*.h
%{_includedir}/freeipmi/debug/*.h
%{_includedir}/freeipmi/driver/*.h
%{_includedir}/freeipmi/fiid/*.h
2012-08-27 08:42:26 +00:00
%{_includedir}/freeipmi/fru/*.h
%{_includedir}/freeipmi/interface/*.h
2011-01-21 09:33:44 +00:00
%{_includedir}/freeipmi/interpret/*.h
%{_includedir}/freeipmi/locate/*.h
2011-01-21 09:33:44 +00:00
%{_includedir}/freeipmi/payload/*.h
%{_includedir}/freeipmi/record-format/*.h
2012-08-27 08:42:26 +00:00
%{_includedir}/freeipmi/sdr/*.h
%{_includedir}/freeipmi/sel/*.h
2010-01-12 16:11:16 +00:00
%{_includedir}/freeipmi/sensor-read/*.h
%{_includedir}/freeipmi/spec/*.h
2010-01-12 16:11:16 +00:00
%{_includedir}/freeipmi/templates/*.h
%{_includedir}/freeipmi/util/*.h
2007-11-07 15:12:58 +00:00
%{_mandir}/man3/*
2011-07-01 08:37:27 +00:00
%{_libdir}/pkgconfig/*
2007-11-07 15:12:58 +00:00
%files bmc-watchdog
%doc %{_datadir}/doc/%{name}/COPYING.bmc-watchdog
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog.UC
2010-01-12 16:11:16 +00:00
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
2007-11-07 15:12:58 +00:00
%{_sbindir}/bmc-watchdog
%{_mandir}/man8/bmc-watchdog.8*
%{_unitdir}/bmc-watchdog.service
2007-11-07 15:12:58 +00:00
%files ipmidetectd
2011-01-21 09:33:44 +00:00
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetectd.conf
2007-11-07 15:12:58 +00:00
%{_sbindir}/ipmidetectd
%{_mandir}/man5/ipmidetectd.conf.5*
%{_mandir}/man8/ipmidetectd.8*
%{_unitdir}/ipmidetectd.service
2007-11-07 15:12:58 +00:00
2012-08-27 08:42:26 +00:00
%files ipmiseld
%doc %{_datadir}/doc/%{name}/COPYING.ipmiseld
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiseld
%{_unitdir}/ipmiseld.service
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmiseld.conf
%{_sbindir}/ipmiseld
%{_mandir}/man5/ipmiseld.conf.5*
%{_mandir}/man8/ipmiseld.8*
%dir %{_localstatedir}/cache/ipmiseld
2007-11-07 15:12:58 +00:00
%changelog
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-07-03 15:54:15 +00:00
* Thu Jul 03 2014 Ales Ledvinka <aledvink@redhat.com> - 1.4.4-1
- Updated to upstream freeipmi-1.4.4
- Support retrys of SSIF reads to handle SSIF NACKs.
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-16 06:06:14 +00:00
* Fri May 16 2014 Ales Ledvinka <aledvink@redhat.com> - 1.4.3-1
- Updated to upstream freeipmi-1.4.3
- In ipmi-oem, support Supermicro get-power-supply-status and
get-pmbus-power-supply-status commands.
- Support 'ipmiping' workaround in ipmipower.
- Minor documentation updates.
2014-03-04 09:44:48 +00:00
* Tue Mar 04 2014 Ales Ledvinka <aledvink@redhat.com> - 1.4.1-1
- Updated to upstream freeipmi-1.4.1
- Support new tool ipmi-config. Ipmi-config is a consolidated
configuration tool implementing everything that was previously in
bmc-config, ipmi-pef-config, ipmi-sensors-config, and
ipmi-chassis-config.
- The consolidated tool will allow users to checkout, commit, and
diff sections/fields across the four former tools using only one
tool.
- The consolidated tool will also allow users to checkout, commit,
and diff new sections/fields not yet covered in the four former
tools.
- Legacy scripts for bmc-config, ipmi-pef-config,
ipmi-sensors-config, and ipmi-chassis-config will point to the new
tool with all appropriate options to ensure full backwards
compatability.
- The ipmi-pef-config --info option has been made legacy. It is
still supported but no longer advertised.
- Support Intel Data Center Host Interface / Management Engine as
optional driver type for in-band communication.
- Typically these are loaded as /dev/dcmi and /dev/mei drivers.
- This driver is identified as the "inteldcmi" type, as it is
specific to Intel systems.
- Support OEM extensions for Intel Windmill, Wiwynn Windmill, and
Quanta Winterfell motherboards in ipmi-sel and ipmi-sensors. These
motherboards are also know as motherboards for the Open Compute
Project (OCP).
- Support DCMI configuration in ipmi-config.
- Update FreeIPMI for changes in IPMI 2.0 Errata 5. Include are:
- New sensor events for Power Supply and OS Boot sensors. New
events are supported in all areas, ipmi-sensors, ipmi-sel,
libipmimonitoring, etc.
- PEF now supports 255 filter numbers, not 127. This is supported
in ipmi-config (formerly ipmi-pef-config).
- Support get/set of new System Info Parameters Present OS Version,
BMC URL, and Base OS/Hypervisor URL. This is supported in
bmc-info and bmc-device.
- Update ipmi-oem Intel Node Manager OEM commands for changes listed
in Intelligent Power Node Manager 2.0 specification.
- Due to changes in the specification, minor text changes may exist
in some output from intelnm OEM commands.
- Update ipmi-sel to support new SEL events in Intelligent Power Node
Manager 2.0 specification.
- Support 'serialalertsdeferred' workaround in ipmiconsole.
- Support 'solpacketseq' workaround in ipmiconsole.
- Fix portability issues for Apple / OS X.
- Fix bmc-info output of GUID, format was output with two bytes out of
order.
- May affect scripts parsing and using the GUID.
- Bmc-info now supports --get-system-guid and outputs the System GUID
as well as the Device GUID by default.
- The Device GUID is not prefixed with the text "Device GUID"
instead of just "GUID". Any scripts scripting against this will
need to be adjusted.
- Bmc-info now supports a workaround of 'guidformat' to read the GUID
with a format a number of vendors have incorrectly used.
- In ipmi-config's sensor configuration, decimal values that cannot be
encoded accurately now report a clearer error message.
2014-01-14 14:20:47 +00:00
* Tue Jan 14 2014 Ales Ledvinka <aledvink@redhat.com> - 1.3.4-2
- Module alias dependencies.
- Changes for previous 1.3.4 update:
- Support 'solchannelsupport' workraound in ipmiconsole /
IPMICONSOLE_WORKAROUND_SKIP_CHANNEL_PAYLOAD_SUPPORT workaround flag in
libipmiconsole.
- Fix SDR cache workaround for motherboards with invalid SDR record
counts listed.
- Workaround Supermicro bug in bmc-watchdog.
- Fix error checks in sensor decoding functions, leading to possible
problems in ipmi-sensors-config.
- Update documentation with additional workarounds for motherboards.
2014-01-03 10:40:08 +00:00
* Tue Dec 17 2013 Christopher Meng <rpm@cicku.me> - 1.3.4-1
- Updated to freeipmi-1.3.4
2013-11-08 13:57:20 +00:00
* Fri Nov 8 2013 Ales Ledvinka <aledvink@redhat.com> - 1.3.3-1
- Updated to freeipmi-1.3.3
- Add support for intelnm get-node-manager-alert-destination and
set-node-manager-alert-destination in ipmi-oem.
- Under very verbose mode, ipmi-sel will now record types for OEM
records. This should allow OEM parses outside of FreeIPMI to more
effectively parse OEM specific SEL records.
- Fix big endian portability bugs.
* Mon Sep 23 2013 Ales Ledvinka <aledvink@redhat.com> - 1.3.2-1
- Updated to freeipmi-1.3.2
- Update FreeIPMI tools to check libfreeipmi API error codes
correctly.
- Update ipmi-api.h to list mappings of IPMI completion codes and
RMCPPlus codes to API Error codes.
2013-09-02 16:39:57 +00:00
* Mon Sep 2 2013 Ales Ledvinka <aledvink@redhat.com> - 1.3.1-1
- Updated to freeipmi-1.3.1
- Timestamp UTC/localtime reporting compliant with specification.
Remote timestamp expected to be in localtime already.
- Timestamp reporting options --utc-to-localtime,
--localtime-to-utc and --utc-offset.
- In ipmi-fru, support output of DDR3 SDRAM modules.
- In ipmi-fru, support output of new FRU multirecords, most notably
extended DC output and extended DC load (per FRU Revision 1.2).
- Support additional chassis types (per FRU Revision 1.2 update).
- and more
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sun Jul 21 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-2
- Requires modalias package for module loading dependency.
2013-07-19 09:08:58 +00:00
* Fri Jul 19 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-1
- Updated to upstream freeipmi-1.2.9
- Fix threshold output corner case in ipmi-sensors.
- Fix invalid declaration in libipmimonitoring header.
- Fix older compiler build problems.
-
- Fix portability build bug on ARM systems.
- Add 'internal IPMI error' troubleshooting to manpages.
- Fix bmc-info corner case on Bull 510 systems.
* Fri May 31 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-2
2013-06-03 13:22:32 +00:00
- Fix build on architectures where va_list is not pointer.
* Mon May 20 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-1
- Updated to freeipmi-1.2.7
- Fix sensor output errors with OEM sensors.
2013-05-17 08:43:46 +00:00
* Fri May 17 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.6-2
- spec update by Christopher Meng <rpm@cicku.me>
- hardened build flags should include PIE also for bmc-watchdog.
2013-05-17 08:43:46 +00:00
2013-05-03 10:04:19 +00:00
* Fri May 03 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.6-1
- Updated to freeipmi-1.2.6
- Support HP Proliant DL160 G8 OEM sensors.
- Support Supermicro X9SCM-iiF OEM sensors and events.
- Support output of temperature sampling period to ipmi-dcmi.
- Clarify error message when SOL session cannot be stolen in
ipmiconsole/libipmiconsole.
- Fix dcmi rolling average time period output error
- Fix ipmi-dcmi output errors with --get-dcmi-sensor-info.
- Fix corner case in calculation of confidentiality pad length with
AES-CBC-128 encryption. Incorrect pad effects some vendor firmware
implementations.
- Send IPMI 2.0 packets differently than IPMI 1.5 packets, as the
former does not require legacy pad data to be appended to payloads.
- Fix Intel OEM SEL buffer overflow.
- Fix out of trunk source build.
- Support new ipmi_rmcpplus_sendto() and ipmi_rmcpplus_recvfrom()
functions.
- Support new HP Proliant DL160 G8 OEM sensor events.
* Thu Feb 28 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.5-1
- Updated to freeipmi-1.2.5:
- Support Supermicro X9SPU-F-O OEM sensors and events.
- Support Supermicro X9DRI-LN4F+ OEM intepretations (previously
forgotten).
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 11 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.4-1
- Updated to freeipmi-1.2.4:
- Support Supermicro X9DRI-LN4F+ OEM sensors and events.
- Fix output corner case for "session-based" channels.
- Fix ipmi-oem set-power-restore-delay corner case in time settings.
- Fix ipmiseld memleak.
- Fix libfreeipmi potential fd leak when generating random numbers.
- Fix libfreeipmi error output bug in RMCP interface.
- Fix several minor corner cases discovered by static code analysis.
2012-11-15 11:04:20 +00:00
* Thu Nov 15 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.3-1
- Updated to freeipmi-1.2.3:
- In ipmi-oem, support new Dell Poweredge R720 OEM commands extensions,
including:
- get-nic-selection-failover
- set-nic-selection-failover
- power-monitoring-over-interval
- power-monitoring-interval-range
- get-last-post-code
- In ipmi-oem, update active-lom-status for Dell Poweredge R720.
- In ipmi-oem, support new Dell Poweredge R720 get-system-info option
'cmc-info'.
- In ipmi-oem, Dell get-system-info "slot-number" key changed to
"blade-slot-info". Legacy option still supported.
- In ipmi-sel, support Dell Poweredge R720 OEM SEL extensions.
- In all tools, support nochecksumcheck workaround option.
- In all daemons (ipmiseld, ipmidetectd, bmc-watchdog), check for
syscall errors during daemon setup.
- In libfreeipmi, support Dell R720 OEM extension intepretations.
- In libfreeipmi, libipmimonitoring, and libipmiconsole, support
NO_CHECKSUM_CHECK workaround flag.
- In libipmiconsole, IPMICONSOLE_DEBUG_FILE logs debug to files in
current working directory and not /var/log. PID is also appended to
debug files.
2012-10-12 10:06:00 +00:00
* Fri Oct 12 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.2-1
- Updated to freeipmi-1.2.2:
- Support new --sol-payload-instance and --deactivate-all-instances
options in ipmiconsole.
- Fix ipmiseld compile issue with -Werror=format-security.
2012-08-27 08:42:26 +00:00
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1.2.1-1
- Reworked RPM scriptlets to use systemd-rpm macros (#850117).
2012-08-27 08:42:26 +00:00
- Updated to freeipmi-1.2.1:
- Support new ipmiseld daemon, a daemon that regularly polls the SEL
and stores the events to the local syslog.
- In ipmipower, support --oem-power-type option to support OEM
specific power control operations. Included in this support were
the follow changes to ipmipower:
- Support initial OEM power type of C410X.
- Re-architect to allow input of extra information for an OEM power
operation via the '+' operator after the hostname.
- Re-architect to allow input of target hostname multiple times
under OEM power cases.
- Re-architect to allow serialization of power control operations to
the same host.
- Globally in tools, support --target-channel-number and
--target-slave-address to specify specific targets.
- Globally in tools, support ability to specify alternate port via
optional [:port] in hostname or host config.
- In ipmi-fru, support --bridge-fru option to allow reading FRU entries
from satellite controllers.
- In bmc-config, add configuration support for
Maximum_Privilege_Cipher_Suite_Id_15 under RMCPplus_Conf_Privilege.
- Globally support Cipher Suite ID 15 and 16 based on comments from
Intel.
- In ipmi-sensors, support --output-sensor-thresholds, to allow
outputting of sensor thresholds in default output for scripting.
- In ipmi-sel, support new --post-clear option.
- In bmc-device, support new --set-sensor-reading-and-event-status
option.
- In ipmi-oem, support additional Intel Node Manager commands,
including:
- get-node-manager-capabilities
- node-manager-policy-control
- get-node-manager-policy
- set-node-manager-policy
- remove-node-manager-policy
- get-node-manager-alert-thresholds
- set-node-manager-alert-thresholds
- get-node-manager-policy-suspend-periods
- set-node-manager-policy-suspend-periods
- set-node-manager-power-draw-range
- In ipmi-oem, support Wistron OEM commands extensions.
- In ipmi-sel, support Wistron OEM SEL interpretations.
- In ipmi-fru, support Wistron OEM FRU records.
- In ipmi-pef-config, support configuration volatile Alert String 0
and Lan Alert Destination 0.
2012-07-31 07:41:19 +00:00
* Tue Jul 31 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.7-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.7
2012-07-31 07:41:19 +00:00
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-17 12:46:49 +00:00
* Tue Jul 17 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-3
- fixed License to GPLv3+
2012-07-17 11:30:12 +00:00
* Tue Jul 17 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-2
- fixed upstream URL
2012-06-29 13:11:15 +00:00
* Fri Jun 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.6
2012-06-29 13:11:15 +00:00
2012-05-18 10:22:51 +00:00
* Fri May 18 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.5-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.5
2012-05-18 10:22:51 +00:00
2012-04-20 07:36:50 +00:00
* Fri Apr 20 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.4-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.4
2012-04-20 07:36:50 +00:00
2012-03-07 09:07:14 +00:00
* Wed Mar 7 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.3-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.3
2012-03-07 09:07:14 +00:00
2012-02-08 07:39:50 +00:00
* Wed Feb 8 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.2-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.2
2012-02-08 07:39:50 +00:00
* Fri Jan 6 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.1-2
- added systemd unit files (#767611)
2012-01-04 08:24:47 +00:00
* Wed Jan 4 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.1-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.1.1
2012-01-04 08:24:47 +00:00
2011-12-14 07:57:44 +00:00
* Wed Dec 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.10-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.10
2011-12-14 07:57:44 +00:00
* Tue Nov 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.9-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.9
2011-11-22 08:15:40 +00:00
2011-10-27 08:30:48 +00:00
* Thu Oct 27 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.8-1
- enable build on all archs, the iopl issue #368541 is fixed
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.8
2011-10-27 08:30:48 +00:00
2011-09-29 08:15:21 +00:00
* Thu Sep 29 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.7-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.7
2011-09-29 08:15:21 +00:00
2011-09-05 07:55:28 +00:00
* Mon Sep 5 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.6-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.6
2011-09-05 07:55:28 +00:00
2011-07-01 08:37:27 +00:00
* Fri Jul 1 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.5-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.5
2011-07-01 08:37:27 +00:00
2011-04-22 07:24:28 +00:00
* Fri Apr 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.4-1
2014-03-04 09:44:48 +00:00
- Updated to freeipmi-1.0.4
2011-04-22 07:24:28 +00:00
2011-03-30 07:39:33 +00:00
* Wed Mar 30 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.3-1
- Updated to freeipmi-1.0.3, see announce at
http://lists.gnu.org/archive/html/freeipmi-users/2011-03/msg00017.html
2011-02-23 12:51:39 +00:00
* Wed Feb 23 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.2-1
2011-02-23 12:46:28 +00:00
- Updated to freeipmi-1.0.2, see announce at
http://lists.gnu.org/archive/html/freeipmi-users/2011-02/msg00027.html
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-21 09:33:44 +00:00
* Fri Jan 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.1:1
2011-02-23 12:46:28 +00:00
- Updated to freeipmi-1.0.1, see announce at
2011-01-21 09:33:44 +00:00
http://lists.gnu.org/archive/html/freeipmi-users/2011-01/msg00006.html
- Configuration files moved from /etc/ to /etc/freeipmi/. Support legacy config
files for backwards compatibility.
- More detailed release information can be found in the NEWS file.