Blame SPECS/freeipmi.spec

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