root e9e4d1
%global _hardened_build 1
root e9e4d1
# Copyright (c) 2003 FreeIPMI Core Team
root e9e4d1
Christopher Meng f9f911
Name:             freeipmi
Christopher Meng 3e1f65
Version:          1.3.4
Ales Ledvinka 09b350
Release:          1%{?dist}
Christopher Meng f9f911
Summary:          IPMI remote console and system management software
Christopher Meng f9f911
License:          GPLv3+
Christopher Meng f9f911
Group:            Applications/System
Christopher Meng f9f911
URL:              http://www.gnu.org/software/freeipmi/
Christopher Meng f9f911
Source0:          http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Christopher Meng f9f911
Source1:          bmc-watchdog.service
Christopher Meng f9f911
Source2:          ipmidetectd.service
Christopher Meng f9f911
Source3:          ipmiseld.service
Christopher Meng f9f911
BuildRequires:    libgcrypt-devel texinfo systemd-units
Christopher Meng f9f911
Requires(preun):  info systemd-units
Christopher Meng f9f911
Requires(post):   info systemd-units systemd-sysv
Jan Safranek bd5480
Requires(postun): systemd-units
Jan Safranek bd5480
Phil Knirsch dfe266
%description
Phil Knirsch dfe266
The FreeIPMI project provides "Remote-Console" (out-of-band) and
Phil Knirsch dfe266
"System Management Software" (in-band) based on Intelligent
Phil Knirsch dfe266
Platform Management Interface specification.
Phil Knirsch dfe266
Phil Knirsch dfe266
%package devel
Christopher Meng f9f911
Summary:          Development package for FreeIPMI
Christopher Meng f9f911
Group:            Development/System
Christopher Meng 3e1f65
Requires:         %{name}%{?_isa} = %{version}-%{release}
Ales Ledvinka 156adc
Requires:         OpenIPMI-modalias
Phil Knirsch dfe266
%description devel
Phil Knirsch dfe266
Development package for FreeIPMI.  This package includes the FreeIPMI
Phil Knirsch 274b6b
header files and libraries.
Phil Knirsch dfe266
Phil Knirsch dfe266
%package bmc-watchdog
Christopher Meng f9f911
Summary:          IPMI BMC watchdog
Christopher Meng f9f911
Group:            Applications/System
Christopher Meng 3e1f65
Requires:         %{name}%{?_isa} = %{version}-%{release}
Phil Knirsch dfe266
%description bmc-watchdog
Phil Knirsch dfe266
Provides a watchdog daemon for OS monitoring and recovery.
Phil Knirsch dfe266
Phil Knirsch dfe266
%package ipmidetectd
Christopher Meng f9f911
Summary:          IPMI node detection monitoring daemon
Christopher Meng f9f911
Group:            Applications/System
Christopher Meng 3e1f65
Requires:         %{name}%{?_isa} = %{version}-%{release}
Phil Knirsch dfe266
%description ipmidetectd
Phil Knirsch dfe266
Provides a tool and a daemon for IPMI node detection.
Phil Knirsch dfe266
Jan Safranek abb560
%package ipmiseld
Christopher Meng f9f911
Summary:          IPMI SEL syslog logging daemon
Christopher Meng f9f911
Group:            Applications/System
Christopher Meng 3e1f65
Requires:         %{name}%{?_isa} = %{version}-%{release}
Jan Safranek abb560
%description ipmiseld
Jan Safranek abb560
IPMI SEL syslog logging daemon.
Jan Safranek abb560
Phil Knirsch dfe266
%if %{?_with_debug:1}%{!?_with_debug:0}
Jan Safranek 4a5acd
  %global _enable_debug --enable-debug --enable-trace --enable-syslog
Phil Knirsch dfe266
%endif
Phil Knirsch dfe266
Phil Knirsch dfe266
%prep
Phil Knirsch dfe266
%setup -q
Phil Knirsch dfe266
Phil Knirsch dfe266
%build
Jan Šafránek 8ef2d3
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
Jan Šafránek 8ef2d3
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
Phil Knirsch dfe266
           %{?_enable_debug} --disable-static
Jan Šafránek 969399
make %{?_smp_mflags}
Phil Knirsch dfe266
Phil Knirsch dfe266
%install
Christopher Meng 3e1f65
make install DESTDIR=%{buildroot}
Christopher Meng 3e1f65
rm -rf %{buildroot}%{_infodir}/dir
Phil Knirsch dfe266
# kludge to get around rpmlint complaining about 0 length semephore file
Christopher Meng 3e1f65
echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
Phil Knirsch dfe266
# Remove .la files
Christopher Meng 3e1f65
rm -rf %{buildroot}%{_libdir}/*.la
Jan Safranek bd5480
# Install systemd units
Christopher Meng 3e1f65
install -m 755 -d %{buildroot}%{_unitdir}
Christopher Meng 3e1f65
install -m 644 %SOURCE1 %SOURCE2 %SOURCE3 %{buildroot}%{_unitdir}/
Jan Safranek bd5480
# Remove initscripts
Christopher Meng 3e1f65
rm -rf %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
Phil Knirsch dfe266
Phil Knirsch dfe266
%post
Jan Šafránek bc59e9
/sbin/install-info %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
Phil Knirsch dfe266
/sbin/ldconfig
Phil Knirsch dfe266
Phil Knirsch dfe266
%preun
Phil Knirsch dfe266
if [ $1 = 0 ]; then
Jan Šafránek bc59e9
    /sbin/install-info --delete %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
Phil Knirsch dfe266
fi
Phil Knirsch dfe266
Phil Knirsch dfe266
%postun -p /sbin/ldconfig
Phil Knirsch dfe266
Phil Knirsch dfe266
%post bmc-watchdog
Jan Safranek ba1e66
%systemd_post bmc-watchdog.service
Phil Knirsch dfe266
Phil Knirsch dfe266
%preun bmc-watchdog
Jan Safranek ba1e66
%systemd_preun bmc-watchdog.service
Phil Knirsch dfe266
Jan Šafránek 393bf4
%postun bmc-watchdog
Jan Safranek ba1e66
%systemd_postun_with_restart bmc-watchdog.service
Phil Knirsch dfe266
Jan Safranek abb560
%post ipmiseld
Jan Safranek ba1e66
%systemd_post ipmiseld.service
Jan Safranek abb560
Jan Safranek abb560
%preun ipmiseld
Jan Safranek ba1e66
%systemd_preun ipmiseld.service
Jan Safranek abb560
Jan Safranek abb560
%postun ipmiseld
Jan Safranek ba1e66
%systemd_postun_with_restart ipmiseld.service
Jan Safranek abb560
Jan Šafránek 393bf4
%post ipmidetectd
Jan Safranek ba1e66
%systemd_post ipmidetectd.service
Jan Šafránek 393bf4
Phil Knirsch dfe266
%preun ipmidetectd
Jan Safranek ba1e66
%systemd_preun ipmidetectd.service
Jan Šafránek 393bf4
Jan Šafránek 393bf4
%postun ipmidetectd
Jan Safranek ba1e66
%systemd_postun_with_restart ipmidetectd.service
Phil Knirsch dfe266
Jan Safranek bd5480
%triggerun -- freeipmi-bmc-watchdog < 1.1.1-2
Jan Safranek bd5480
# Save the current service runlevel info
Jan Safranek bd5480
# User must manually run systemd-sysv-convert --apply httpd
Jan Safranek bd5480
# to migrate them to systemd targets
Jan Safranek bd5480
/usr/bin/systemd-sysv-convert --save bmc-watchdog >/dev/null 2>&1 ||:
Jan Safranek bd5480
Jan Safranek bd5480
# Run these because the SysV package being removed won't do them
Jan Safranek bd5480
/sbin/chkconfig --del bmc-watchdog >/dev/null 2>&1 || :
Jan Safranek bd5480
/bin/systemctl try-restart bmc-watchdog.service >/dev/null 2>&1 || :
Jan Safranek bd5480
Jan Safranek bd5480
%triggerun -- freeipmi-ipmidetectd < 1.1.1-2
Jan Safranek bd5480
# Save the current service runlevel info
Jan Safranek bd5480
# User must manually run systemd-sysv-convert --apply httpd
Jan Safranek bd5480
# to migrate them to systemd targets
Jan Safranek bd5480
/usr/bin/systemd-sysv-convert --save ipmidetectd >/dev/null 2>&1 ||:
Jan Safranek bd5480
Jan Safranek bd5480
# Run these because the SysV package being removed won't do them
Jan Safranek bd5480
/sbin/chkconfig --del ipmidetectd >/dev/null 2>&1 || :
Jan Safranek bd5480
/bin/systemctl try-restart ipmidetectd.service >/dev/null 2>&1 || :
Jan Safranek bd5480
Phil Knirsch dfe266
%files
Jan Safranek 1e9e30
%dir %{_sysconfdir}/freeipmi/
Jan Safranek 1e9e30
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi.conf
Jan Safranek 1e9e30
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetect.conf
Jan Safranek 1e9e30
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
Jan Safranek 1e9e30
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
Jan Safranek 1e9e30
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/libipmiconsole.conf
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/AUTHORS
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/ChangeLog
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/ChangeLog.0
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/INSTALL
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/NEWS
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/README
Jan Šafránek a84726
%doc %{_datadir}/doc/%{name}/README.argp
Jan Šafránek a84726
%doc %{_datadir}/doc/%{name}/README.build
Jan Šafránek 969399
%doc %{_datadir}/doc/%{name}/README.openipmi
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/TODO
Phil Knirsch dfe266
%doc %{_infodir}/*
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.ipmiping
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.ipmipower
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.ipmiconsole
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/COPYING.ipmimonitoring
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.pstdout
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.ipmidetect
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-fru
Jan Šafránek 969399
%doc %{_datadir}/doc/%{name}/COPYING.ipmi-dcmi
Jan Šafránek 35e8c0
%doc %{_datadir}/doc/%{name}/COPYING.sunbmc
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.ZRESEARCH
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru
Jan Šafránek 969399
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-dcmi
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiping.UC
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmipower.UC
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiconsole.UC
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmimonitoring.UC
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.pstdout.UC
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmidetect.UC
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmi-fru.UC
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/freeipmi-coding.txt
Jan Safranek 1e9e30
%doc %{_datadir}/doc/%{name}/freeipmi-design.txt
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/freeipmi-hostrange.txt
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/freeipmi-libraries.txt
Jan Šafránek 969399
%doc %{_datadir}/doc/%{name}/freeipmi-bugs-issues-and-workarounds.txt
Jan Šafránek 969399
%doc %{_datadir}/doc/%{name}/freeipmi-testing.txt
Jan Šafránek 969399
%doc %{_datadir}/doc/%{name}/freeipmi-oem-documentation-requirements.txt
Phil Knirsch dfe266
%dir %{_datadir}/doc/%{name}
Jan Safranek 61f580
%dir %{_datadir}/doc/%{name}/contrib
Jan Safranek 61f580
%dir %{_datadir}/doc/%{name}/contrib/ganglia
Jan Safranek 61f580
%doc %{_datadir}/doc/%{name}/contrib/ganglia/*
Jan Safranek 61f580
%dir %{_datadir}/doc/%{name}/contrib/nagios
Jan Safranek 61f580
%doc %{_datadir}/doc/%{name}/contrib/nagios/*
Jan Safranek 61f580
%dir %{_datadir}/doc/%{name}/contrib/pet
Jan Safranek 61f580
%doc %{_datadir}/doc/%{name}/contrib/pet/*
Phil Knirsch dfe266
%{_libdir}/libipmiconsole*so.*
Phil Knirsch dfe266
%{_libdir}/libfreeipmi*so.*
Phil Knirsch dfe266
%{_libdir}/libipmidetect*so.*
Phil Knirsch 131cea
%{_libdir}/libipmimonitoring.so.*
Phil Knirsch dfe266
%{_localstatedir}/lib/*
Phil Knirsch dfe266
%{_sbindir}/bmc-config
Phil Knirsch dfe266
%{_sbindir}/bmc-info
Jan Šafránek a84726
%{_sbindir}/bmc-device
Phil Knirsch dfe266
%{_sbindir}/ipmi-fru
Phil Knirsch dfe266
%{_sbindir}/ipmi-locate
Phil Knirsch 7af9c9
%{_sbindir}/ipmi-oem
Jan Šafránek 969399
%{_sbindir}/ipmi-pef-config
Jan Šafránek 969399
%{_sbindir}/pef-config
Phil Knirsch dfe266
%{_sbindir}/ipmi-raw
Phil Knirsch dfe266
%{_sbindir}/ipmi-sel
Phil Knirsch dfe266
%{_sbindir}/ipmi-sensors
Phil Knirsch 7af9c9
%{_sbindir}/ipmi-sensors-config
Phil Knirsch dfe266
%{_sbindir}/ipmiping
Jan Safranek 1e9e30
%{_sbindir}/ipmi-ping
Phil Knirsch dfe266
%{_sbindir}/ipmipower
Jan Safranek 1e9e30
%{_sbindir}/ipmi-power
Phil Knirsch dfe266
%{_sbindir}/rmcpping
Jan Safranek 1e9e30
%{_sbindir}/rmcp-ping
Phil Knirsch dfe266
%{_sbindir}/ipmiconsole
Jan Safranek 1e9e30
%{_sbindir}/ipmi-console
Phil Knirsch 131cea
%{_sbindir}/ipmimonitoring
Phil Knirsch dfe266
%{_sbindir}/ipmi-chassis
Jan Šafránek a84726
%{_sbindir}/ipmi-chassis-config
Jan Šafránek 969399
%{_sbindir}/ipmi-dcmi
Jan Safranek 61f580
%{_sbindir}/ipmi-pet
Phil Knirsch dfe266
%{_sbindir}/ipmidetect
Jan Safranek 1e9e30
%{_sbindir}/ipmi-detect
Phil Knirsch dfe266
%{_mandir}/man8/bmc-config.8*
Phil Knirsch dfe266
%{_mandir}/man5/bmc-config.conf.5*
Phil Knirsch dfe266
%{_mandir}/man8/bmc-info.8*
Jan Šafránek a84726
%{_mandir}/man8/bmc-device.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmi-fru.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmi-locate.8*
Phil Knirsch 7af9c9
%{_mandir}/man8/ipmi-oem.8*
Jan Šafránek 969399
%{_mandir}/man8/ipmi-pef-config.8*
Jan Šafránek 969399
%{_mandir}/man8/pef-config.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmi-raw.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmi-sel.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmi-sensors.8*
Phil Knirsch 7af9c9
%{_mandir}/man8/ipmi-sensors-config.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmiping.8*
Jan Safranek 1e9e30
%{_mandir}/man8/ipmi-ping.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmipower.8*
Jan Safranek 1e9e30
%{_mandir}/man8/ipmi-power.8*
Phil Knirsch dfe266
%{_mandir}/man5/ipmipower.conf.5*
Phil Knirsch dfe266
%{_mandir}/man8/rmcpping.8*
Jan Safranek 1e9e30
%{_mandir}/man8/rmcp-ping.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmiconsole.8*
Jan Safranek 1e9e30
%{_mandir}/man8/ipmi-console.8*
Phil Knirsch dfe266
%{_mandir}/man5/ipmiconsole.conf.5*
Phil Knirsch 131cea
%{_mandir}/man8/ipmimonitoring.8*
Jan Šafránek a84726
%{_mandir}/man5/ipmi_monitoring_sensors.conf.5*
Jan Šafránek a84726
%{_mandir}/man5/ipmimonitoring_sensors.conf.5*
Jan Šafránek a84726
%{_mandir}/man5/ipmimonitoring.conf.5*
Jan Safranek 1e9e30
%{_mandir}/man5/freeipmi_interpret_sel.conf.5*
Jan Safranek 1e9e30
%{_mandir}/man5/freeipmi_interpret_sensor.conf.5*
Jan Šafránek a84726
%{_mandir}/man5/libipmimonitoring.conf.5*
Phil Knirsch dfe266
%{_mandir}/man8/ipmi-chassis.8*
Jan Šafránek a84726
%{_mandir}/man8/ipmi-chassis-config.8*
Jan Šafránek 969399
%{_mandir}/man8/ipmi-dcmi.8*
Jan Safranek 61f580
%{_mandir}/man8/ipmi-pet.8*
Phil Knirsch dfe266
%{_mandir}/man8/ipmidetect.8*
Jan Safranek 1e9e30
%{_mandir}/man8/ipmi-detect.8*
Jan Šafránek a84726
%{_mandir}/man5/freeipmi.conf.5*
Phil Knirsch dfe266
%{_mandir}/man5/ipmidetect.conf.5*
Jan Safranek 1e9e30
%{_mandir}/man5/libipmiconsole.conf.5*
Phil Knirsch 7af9c9
%{_mandir}/man7/freeipmi.7*
Phil Knirsch 131cea
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
Phil Knirsch dfe266
Phil Knirsch dfe266
%files devel
Jan Safranek 61f580
%dir %{_datadir}/doc/%{name}/contrib/libipmimonitoring
Jan Safranek 61f580
%doc %{_datadir}/doc/%{name}/contrib/libipmimonitoring/*
Phil Knirsch dfe266
%{_libdir}/libipmiconsole.so
Phil Knirsch dfe266
%{_libdir}/libfreeipmi.so
Phil Knirsch dfe266
%{_libdir}/libipmidetect.so
Phil Knirsch dfe266
%{_libdir}/libipmimonitoring.so
Phil Knirsch dfe266
%dir %{_includedir}/freeipmi
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/api
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/cmds
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/debug
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/driver
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/fiid
Jan Safranek abb560
%dir %{_includedir}/freeipmi/fru
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/interface
Jan Safranek 1e9e30
%dir %{_includedir}/freeipmi/interpret
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/locate
Jan Safranek 1e9e30
%dir %{_includedir}/freeipmi/payload
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/record-format
Jan Safranek abb560
%dir %{_includedir}/freeipmi/sdr
Jan Safranek abb560
%dir %{_includedir}/freeipmi/sel
Jan Šafránek 969399
%dir %{_includedir}/freeipmi/sensor-read
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/spec
Jan Šafránek 969399
%dir %{_includedir}/freeipmi/templates
Phil Knirsch 7af9c9
%dir %{_includedir}/freeipmi/util
Phil Knirsch dfe266
%{_includedir}/ipmiconsole.h
Phil Knirsch dfe266
%{_includedir}/ipmidetect.h
Jan Safranek 1e9e30
%{_includedir}/ipmi_monitoring*.h
Phil Knirsch dfe266
%{_includedir}/freeipmi/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/api/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/cmds/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/debug/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/driver/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/fiid/*.h
Jan Safranek abb560
%{_includedir}/freeipmi/fru/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/interface/*.h
Jan Safranek 1e9e30
%{_includedir}/freeipmi/interpret/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/locate/*.h
Jan Safranek 1e9e30
%{_includedir}/freeipmi/payload/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/record-format/*.h
Jan Safranek abb560
%{_includedir}/freeipmi/sdr/*.h
Jan Safranek abb560
%{_includedir}/freeipmi/sel/*.h
Jan Šafránek 969399
%{_includedir}/freeipmi/sensor-read/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/spec/*.h
Jan Šafránek 969399
%{_includedir}/freeipmi/templates/*.h
Phil Knirsch 7af9c9
%{_includedir}/freeipmi/util/*.h
Phil Knirsch dfe266
%{_mandir}/man3/*
Jan Safranek f94757
%{_libdir}/pkgconfig/*
Phil Knirsch dfe266
Phil Knirsch dfe266
%files bmc-watchdog
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/COPYING.bmc-watchdog
Phil Knirsch dfe266
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog
Phil Knirsch 131cea
%doc %{_datadir}/doc/%{name}/DISCLAIMER.bmc-watchdog.UC
Jan Šafránek 969399
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-watchdog
Phil Knirsch dfe266
%{_sbindir}/bmc-watchdog
Phil Knirsch dfe266
%{_mandir}/man8/bmc-watchdog.8*
Jan Safranek bd5480
%{_unitdir}/bmc-watchdog.service
Phil Knirsch dfe266
Phil Knirsch dfe266
%files ipmidetectd
Jan Safranek 1e9e30
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmidetectd.conf
Phil Knirsch dfe266
%{_sbindir}/ipmidetectd
Phil Knirsch dfe266
%{_mandir}/man5/ipmidetectd.conf.5*
Phil Knirsch dfe266
%{_mandir}/man8/ipmidetectd.8*
Jan Safranek bd5480
%{_unitdir}/ipmidetectd.service
Phil Knirsch dfe266
Jan Safranek abb560
%files ipmiseld
Jan Safranek abb560
%doc %{_datadir}/doc/%{name}/COPYING.ipmiseld
Jan Safranek abb560
%doc %{_datadir}/doc/%{name}/DISCLAIMER.ipmiseld
Jan Safranek abb560
%{_unitdir}/ipmiseld.service
Jan Safranek abb560
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/freeipmi/ipmiseld.conf
Jan Safranek abb560
%{_sbindir}/ipmiseld
Jan Safranek abb560
%{_mandir}/man5/ipmiseld.conf.5*
Jan Safranek abb560
%{_mandir}/man8/ipmiseld.8*
Jan Safranek abb560
%dir %{_localstatedir}/cache/ipmiseld
Jan Safranek abb560
Phil Knirsch dfe266
%changelog
Christopher Meng 3e1f65
* Tue Dec 17 2013 Christopher Meng <rpm@cicku.me> - 1.3.4-1
Christopher Meng 3e1f65
- Updated to freeipmi-1.3.4
Christopher Meng 3e1f65
Ales Ledvinka 1267f9
* Fri Nov  8 2013 Ales Ledvinka <aledvink@redhat.com> - 1.3.3-1
Ales Ledvinka 1267f9
- Updated to freeipmi-1.3.3
Ales Ledvinka 1267f9
 - Add support for intelnm get-node-manager-alert-destination and
Ales Ledvinka 1267f9
   set-node-manager-alert-destination in ipmi-oem.
Ales Ledvinka 1267f9
 - Under very verbose mode, ipmi-sel will now record types for OEM
Ales Ledvinka 1267f9
   records.  This should allow OEM parses outside of FreeIPMI to more
Ales Ledvinka 1267f9
   effectively parse OEM specific SEL records.
Ales Ledvinka 1267f9
 - Fix big endian portability bugs.
Ales Ledvinka 1267f9
Ales Ledvinka 1ecfe1
* Mon Sep 23 2013 Ales Ledvinka <aledvink@redhat.com> - 1.3.2-1
Ales Ledvinka 1ecfe1
- Updated to freeipmi-1.3.2
Ales Ledvinka 1ecfe1
 - Update FreeIPMI tools to check libfreeipmi API error codes
Ales Ledvinka 1ecfe1
   correctly.
Ales Ledvinka 1ecfe1
 - Update ipmi-api.h to list mappings of IPMI completion codes and
Ales Ledvinka 1ecfe1
   RMCPPlus codes to API Error codes.
Ales Ledvinka 1ecfe1
Ales Ledvinka 09b350
* Mon Sep  2 2013 Ales Ledvinka <aledvink@redhat.com> - 1.3.1-1
Ales Ledvinka 09b350
- Updated to freeipmi-1.3.1
Ales Ledvinka 09b350
 - Timestamp UTC/localtime reporting compliant with specification.
Ales Ledvinka 09b350
   Remote timestamp expected to be in localtime already.
Ales Ledvinka 09b350
 - Timestamp reporting options --utc-to-localtime,
Ales Ledvinka 09b350
   --localtime-to-utc and --utc-offset.
Ales Ledvinka 09b350
 - In ipmi-fru, support output of DDR3 SDRAM modules.
Ales Ledvinka 09b350
 - In ipmi-fru, support output of new FRU multirecords, most notably
Ales Ledvinka 09b350
   extended DC output and extended DC load (per FRU Revision 1.2).
Ales Ledvinka 09b350
 - Support additional chassis types (per FRU Revision 1.2 update).
Ales Ledvinka 09b350
 - and more
Ales Ledvinka 09b350
Dennis Gilmore 422a27
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-3
Dennis Gilmore 422a27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 422a27
Ales Ledvinka 156adc
* Sun Jul 21 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-2
Ales Ledvinka 156adc
- Requires modalias package for module loading dependency.
Ales Ledvinka 156adc
Ales Ledvinka 456313
* Fri Jul 19 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-1
Ales Ledvinka 456313
- Updated to upstream freeipmi-1.2.9
Ales Ledvinka 456313
 - Fix threshold output corner case in ipmi-sensors.
Ales Ledvinka 456313
 - Fix invalid declaration in libipmimonitoring header.
Ales Ledvinka 456313
 - Fix older compiler build problems.
Ales Ledvinka 456313
 -
Ales Ledvinka 456313
 - Fix portability build bug on ARM systems.
Ales Ledvinka 456313
 - Add 'internal IPMI error' troubleshooting to manpages.
Ales Ledvinka 456313
 - Fix bmc-info corner case on Bull 510 systems.
Ales Ledvinka 456313
Ales Ledvinka 6a7c9b
* Fri May 31 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-2
Ales Ledvinka 5ad75c
- Fix build on architectures where va_list is not pointer.
Ales Ledvinka 6a7c9b
Ales Ledvinka b08046
* Mon May 20 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-1
Ales Ledvinka b08046
- Updated to freeipmi-1.2.7
Ales Ledvinka b08046
 - Fix sensor output errors with OEM sensors.
Ales Ledvinka b08046
root e9e4d1
* Fri May 17 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.6-2
Ales Ledvinka 1ecfe1
- spec update by Christopher Meng <rpm@cicku.me>
Ales Ledvinka 1ecfe1
- hardened build flags should include PIE also for bmc-watchdog.
root e9e4d1
Ales Ledvinka 66ea27
* Fri May 03 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.6-1
Ales Ledvinka 66ea27
- Updated to freeipmi-1.2.6
Ales Ledvinka 66ea27
 - Support HP Proliant DL160 G8 OEM sensors.
Ales Ledvinka 66ea27
 - Support Supermicro X9SCM-iiF OEM sensors and events.
Ales Ledvinka 66ea27
 - Support output of temperature sampling period to ipmi-dcmi.
Ales Ledvinka 66ea27
 - Clarify error message when SOL session cannot be stolen in
Ales Ledvinka 66ea27
   ipmiconsole/libipmiconsole.
Ales Ledvinka 66ea27
 - Fix dcmi rolling average time period output error
Ales Ledvinka 66ea27
 - Fix ipmi-dcmi output errors with --get-dcmi-sensor-info.
Ales Ledvinka 66ea27
 - Fix corner case in calculation of confidentiality pad length with
Ales Ledvinka 66ea27
   AES-CBC-128 encryption.  Incorrect pad effects some vendor firmware
Ales Ledvinka 66ea27
   implementations.
Ales Ledvinka 66ea27
 - Send IPMI 2.0 packets differently than IPMI 1.5 packets, as the
Ales Ledvinka 66ea27
   former does not require legacy pad data to be appended to payloads.
Ales Ledvinka 66ea27
 - Fix Intel OEM SEL buffer overflow.
Ales Ledvinka 66ea27
 - Fix out of trunk source build.
Ales Ledvinka 66ea27
 - Support new ipmi_rmcpplus_sendto() and ipmi_rmcpplus_recvfrom()
Ales Ledvinka 66ea27
   functions.
Ales Ledvinka 66ea27
 - Support new HP Proliant DL160 G8 OEM sensor events.
Ales Ledvinka 66ea27
Ales Ledvinka ddd472
* Thu Feb 28 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.5-1
Ales Ledvinka ddd472
- Updated to freeipmi-1.2.5:
Ales Ledvinka ddd472
 - Support Supermicro X9SPU-F-O OEM sensors and events.
Ales Ledvinka ddd472
 - Support Supermicro X9DRI-LN4F+ OEM intepretations (previously
Ales Ledvinka ddd472
   forgotten).
Ales Ledvinka ddd472
Dennis Gilmore 8ef807
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-2
Dennis Gilmore 8ef807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore 8ef807
Ales Ledvinka 1c9b06
* Fri Jan 11 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.4-1
Ales Ledvinka 1c9b06
- Updated to freeipmi-1.2.4:
Ales Ledvinka 1c9b06
 - Support Supermicro X9DRI-LN4F+ OEM sensors and events.
Ales Ledvinka 1c9b06
 - Fix output corner case for "session-based" channels.
Ales Ledvinka 1c9b06
 - Fix ipmi-oem set-power-restore-delay corner case in time settings.
Ales Ledvinka 1c9b06
 - Fix ipmiseld memleak.
Ales Ledvinka 1c9b06
 - Fix libfreeipmi potential fd leak when generating random numbers.
Ales Ledvinka 1c9b06
 - Fix libfreeipmi error output bug in RMCP interface.
Ales Ledvinka 1c9b06
 - Fix several minor corner cases discovered by static code analysis.
Ales Ledvinka 1c9b06
Ales Ledvinka 17106d
* Thu Nov 15 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.3-1
Ales Ledvinka 17106d
- Updated to freeipmi-1.2.3:
Ales Ledvinka 17106d
 - In ipmi-oem, support new Dell Poweredge R720 OEM commands extensions,
Ales Ledvinka 17106d
   including:
Ales Ledvinka 17106d
  - get-nic-selection-failover
Ales Ledvinka 17106d
  - set-nic-selection-failover
Ales Ledvinka 17106d
  - power-monitoring-over-interval
Ales Ledvinka 17106d
  - power-monitoring-interval-range
Ales Ledvinka 17106d
  - get-last-post-code
Ales Ledvinka 17106d
 - In ipmi-oem, update active-lom-status for Dell Poweredge R720.
Ales Ledvinka 17106d
 - In ipmi-oem, support new Dell Poweredge R720 get-system-info option
Ales Ledvinka 17106d
   'cmc-info'.
Ales Ledvinka 17106d
 - In ipmi-oem, Dell get-system-info "slot-number" key changed to
Ales Ledvinka 17106d
   "blade-slot-info".  Legacy option still supported.
Ales Ledvinka 17106d
 - In ipmi-sel, support Dell Poweredge R720 OEM SEL extensions.
Ales Ledvinka 17106d
 - In all tools, support nochecksumcheck workaround option.
Ales Ledvinka 17106d
 - In all daemons (ipmiseld, ipmidetectd, bmc-watchdog), check for
Ales Ledvinka 17106d
   syscall errors during daemon setup.
Ales Ledvinka 17106d
Ales Ledvinka 17106d
 - In libfreeipmi, support Dell R720 OEM extension intepretations.
Ales Ledvinka 17106d
 - In libfreeipmi, libipmimonitoring, and libipmiconsole, support
Ales Ledvinka 17106d
   NO_CHECKSUM_CHECK workaround flag.
Ales Ledvinka 17106d
 - In libipmiconsole, IPMICONSOLE_DEBUG_FILE logs debug to files in
Ales Ledvinka 17106d
   current working directory and not /var/log.  PID is also appended to
Ales Ledvinka 17106d
   debug files.
Ales Ledvinka 17106d
Ales Ledvinka 1471ae
* Fri Oct 12 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.2-1
Ales Ledvinka 1471ae
- Updated to freeipmi-1.2.2:
Ales Ledvinka 1471ae
 - Support new --sol-payload-instance and --deactivate-all-instances
Ales Ledvinka 1471ae
   options in ipmiconsole.
Ales Ledvinka 1471ae
 - Fix ipmiseld compile issue with -Werror=format-security.
Ales Ledvinka 1471ae
Jan Safranek abb560
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1.2.1-1
Jan Safranek ba1e66
- Reworked RPM scriptlets to use systemd-rpm macros (#850117).
Jan Safranek abb560
- Updated to freeipmi-1.2.1:
Jan Safranek abb560
 - Support new ipmiseld daemon, a daemon that regularly polls the SEL
Jan Safranek abb560
   and stores the events to the local syslog.
Jan Safranek abb560
 - In ipmipower, support --oem-power-type option to support OEM
Jan Safranek abb560
   specific power control operations.  Included in this support were
Jan Safranek abb560
   the follow changes to ipmipower:
Jan Safranek abb560
   - Support initial OEM power type of C410X.
Jan Safranek abb560
   - Re-architect to allow input of extra information for an OEM power
Jan Safranek abb560
     operation via the '+' operator after the hostname.
Jan Safranek abb560
   - Re-architect to allow input of target hostname multiple times
Jan Safranek abb560
     under OEM power cases.
Jan Safranek abb560
   - Re-architect to allow serialization of power control operations to
Jan Safranek abb560
     the same host.
Jan Safranek abb560
 - Globally in tools, support --target-channel-number and
Jan Safranek abb560
   --target-slave-address to specify specific targets.
Jan Safranek abb560
 - Globally in tools, support ability to specify alternate port via
Jan Safranek abb560
   optional [:port] in hostname or host config.
Jan Safranek abb560
 - In ipmi-fru, support --bridge-fru option to allow reading FRU entries
Jan Safranek abb560
   from satellite controllers.
Jan Safranek abb560
 - In bmc-config, add configuration support for
Jan Safranek abb560
   Maximum_Privilege_Cipher_Suite_Id_15 under RMCPplus_Conf_Privilege.
Jan Safranek abb560
 - Globally support Cipher Suite ID 15 and 16 based on comments from
Jan Safranek abb560
   Intel.
Jan Safranek abb560
 - In ipmi-sensors, support --output-sensor-thresholds, to allow
Jan Safranek abb560
   outputting of sensor thresholds in default output for scripting.
Jan Safranek abb560
 - In ipmi-sel, support new --post-clear option.
Jan Safranek abb560
 - In bmc-device, support new --set-sensor-reading-and-event-status
Jan Safranek abb560
   option.
Jan Safranek abb560
 - In ipmi-oem, support additional Intel Node Manager commands,
Jan Safranek abb560
   including:
Jan Safranek abb560
   - get-node-manager-capabilities
Jan Safranek abb560
   - node-manager-policy-control 
Jan Safranek abb560
   - get-node-manager-policy
Jan Safranek abb560
   - set-node-manager-policy
Jan Safranek abb560
   - remove-node-manager-policy
Jan Safranek abb560
   - get-node-manager-alert-thresholds
Jan Safranek abb560
   - set-node-manager-alert-thresholds
Jan Safranek abb560
   - get-node-manager-policy-suspend-periods
Jan Safranek abb560
   - set-node-manager-policy-suspend-periods
Jan Safranek abb560
   - set-node-manager-power-draw-range
Jan Safranek abb560
 - In ipmi-oem, support Wistron OEM commands extensions.
Jan Safranek abb560
 - In ipmi-sel, support Wistron OEM SEL interpretations.
Jan Safranek abb560
 - In ipmi-fru, support Wistron OEM FRU records.
Jan Safranek abb560
 - In ipmi-pef-config, support configuration volatile Alert String 0
Jan Safranek abb560
   and Lan Alert Destination 0.
Jan Safranek abb560
Jan Safranek f8cd91
* Tue Jul 31 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.7-1
Jan Safranek f8cd91
- Updated to freeipmi-1.1.7:
Jan Safranek f8cd91
  - In ipmi-sensors and ipmi-sel, fix units output corner case.
Jan Safranek f8cd91
  - In bmc-info, detect unsupported system info corner case.
Jan Safranek f8cd91
  - Update documentation with motherboard support.
Jan Safranek f8cd91
Dennis Gilmore 62c182
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-4
Dennis Gilmore 62c182
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore 62c182
Jan Safranek f75f89
* Tue Jul 17 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-3
Jan Safranek f75f89
- fixed License to GPLv3+
Jan Safranek f75f89
Jan Safranek e89f5a
* Tue Jul 17 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-2
Jan Safranek e89f5a
- fixed upstream URL
Jan Safranek e89f5a
Jan Safranek ad3082
* Fri Jun 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.6-1
Jan Safranek ad3082
- Updated to freeipmi-1.1.6:
Jan Safranek ad3082
  - In ipmi-sel, support Supermicro SEL OEM interpretations in
Jan Safranek ad3082
    --output-event-state.
Jan Safranek ad3082
  - In ipmi-sel and ipmi-sensors, support additional sensor/SEL
Jan Safranek ad3082
    interpretations including:
Jan Safranek ad3082
    - System Firmware Progress Transition Severity
Jan Safranek ad3082
    - Button/Switch Transition Severity
Jan Safranek ad3082
    - Chassis Transition Severity
Jan Safranek ad3082
    - POST Memory Resize State
Jan Safranek ad3082
    - Cable/Interconnect Transition Severity
Jan Safranek ad3082
    - Boot Error Transition Severity
Jan Safranek ad3082
    - Slot Connector Transition Severity
Jan Safranek ad3082
    - Memory State
Jan Safranek ad3082
    - Memory Transition Severity
Jan Safranek ad3082
  - In bmc-config, ipmi-chassis-config, ipmi-pef-config, and
Jan Safranek ad3082
    ipmi-chassis-config, support cipher suite ID argument.
Jan Safranek ad3082
  - Support Supermicro X9DRi-F OEM sensors and events.
Jan Safranek ad3082
  - Fix Intel S2600JF/Appro 512x OEM SEL interpretations based on
Jan Safranek ad3082
    comments from Intel.
Jan Safranek ad3082
  - Support Supermicro SEL OEM interpretations.
Jan Safranek ad3082
  - Support new sensor/SEL interpretations.
Jan Safranek ad3082
  - Various documentation updates and fixes.
Jan Safranek ad3082
Jan Safranek 9ef2b5
* Fri May 18 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.5-1
Jan Safranek 9ef2b5
- Updated to freeipmi-1.1.5:
Jan Safranek 9ef2b5
  - Support Supermicro OEM sensors/SEL on H8DGU-F motherboards.
Jan Safranek 9ef2b5
  - In ipmiconsole, fix password length check bug.
Jan Safranek 9ef2b5
  - In bmc-watchdog, fix --start-if-stopped and --reset-if-running
Jan Safranek 9ef2b5
    options.
Jan Safranek 9ef2b5
  - In ipmidetectd, fix usage output typos.
Jan Safranek 9ef2b5
  - In ipmi-sensors-config, fix several parallel output corner cases.
Jan Safranek 9ef2b5
  - For consistency to other tools, turn on quiet-caching if
Jan Safranek 9ef2b5
    communicating with multiple hosts in bmc-device and ipmi-oem.
Jan Safranek 9ef2b5
  - In ipmi-sensors, fix bug in which multiple workarounds could not be
Jan Safranek 9ef2b5
    used or used in combination with bridging.
Jan Safranek 9ef2b5
  - Fix start run levels in ipmidetectd init script. 
Jan Safranek 9ef2b5
  - In libfreeipmi fru-parse API, handle additional device busy errors.
Jan Safranek 9ef2b5
  - Various documentation updates.
Jan Safranek 9ef2b5
Jan Safranek b9d19d
* Fri Apr 20 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.4-1
Jan Safranek b9d19d
- Updated to freeipmi-1.1.4:
Jan Safranek b9d19d
  - In ipmi-oem, fix error message output in several Supermicro OEM
Jan Safranek b9d19d
    commands.
Jan Safranek b9d19d
  - In ipmi-oem, add Intel --get-power-restore-delay and
Jan Safranek b9d19d
    --set-power-restore-delay support.
Jan Safranek b9d19d
  - In ipmi-sel, support Intel S2600JF/Appro 512x OEM SEL
Jan Safranek b9d19d
    interpretations.
Jan Safranek b9d19d
  - In libfreeipmi, support new sensor and SEL event interpretations,
Jan Safranek b9d19d
    including Session Audit, Voltage Limits.
Jan Safranek b9d19d
  - In libfreeipmi, support new OEM interpretations for Intel S5000PAL
Jan Safranek b9d19d
    NMI State and SMI timeout sensors/SEL events.
Jan Safranek b9d19d
  - In libfreeipmi, support Intel S2600JF/Appro 512x OEM SEL
Jan Safranek b9d19d
    interpretations.
Jan Safranek b9d19d
  - Various documentation updates.
Jan Safranek b9d19d
Jan Safranek 69589a
* Wed Mar  7 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.3-1
Jan Safranek 69589a
- Updated to freeipmi-1.1.3:
Jan Safranek 69589a
  - Support Supermicro CPU temperature SEL events.
Jan Safranek 69589a
  - In ipmi-oem, fix corner case with Dell C410x power control
Jan Safranek 69589a
    calculation.
Jan Safranek 69589a
  - In all tools, fix error messages to differentiate between invalid
Jan Safranek 69589a
    and unsupported cipher suite IDs.
Jan Safranek 69589a
  - In bmc-config, fix a Cipher Suite Privilege configuration
Jan Safranek 69589a
    corner case in the workaround for an HP DL145 workaround.
Jan Safranek 69589a
  - In bmc-config, add workaround for Cipher Suite Privilege
Jan Safranek 69589a
    configuration on Intel S2600JF/Appro 512X.
Jan Safranek 69589a
  - Various documentation updates.
Jan Safranek 69589a
  - In libfreeipmi, fix incorrect packet layout for the Get Lan
Jan Safranek 69589a
    Configuration Parameters RMCPplus Messaging Cipher Suite Entry Support
Jan Safranek 69589a
    response.
Jan Safranek 69589a
  - In libipmimonitoring, properly return connection timeout error on
Jan Safranek 69589a
    connection timeout.
Jan Safranek 69589a
  - Fix build when using --docdir. 
Jan Safranek 69589a
  - Various documentation updates.
Jan Safranek 69589a
Jan Safranek 57bdc7
* Wed Feb  8 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.2-1
Jan Safranek 57bdc7
- Updated to freeipmi-1.1.2:
Jan Safranek 57bdc7
  - In ipmi-oem, support new Dell C410x OEM extensions
Jan Safranek 57bdc7
    slot-power-toggle, slot-power-control, get-port-map, set-port-map.
Jan Safranek 57bdc7
  - Fix daemon setup race condition in ipmidetectd and bmc-watchdog that
Jan Safranek 57bdc7
    can affect systemd.
Jan Safranek 57bdc7
  - In ipmiconsole, support new --serial-keepalive-empty option.
Jan Safranek 57bdc7
  - In bmc-device, support new --rearm-sensor option.
Jan Safranek 57bdc7
  - In ipmi-oem, add additional Dell get-system-info options
Jan Safranek 57bdc7
  - slot-number
Jan Safranek 57bdc7
  - system-revision
Jan Safranek 57bdc7
  - embedded-video-status
Jan Safranek 57bdc7
  - idrac-info
Jan Safranek 57bdc7
  - idrac-ipv4-url
Jan Safranek 57bdc7
  - idrac-gui-webserver-control
Jan Safranek 57bdc7
  - cmc-ipv4-url,
Jan Safranek 57bdc7
  - cmc-ipv6-info
Jan Safranek 57bdc7
  - cmc-ipv6-url
Jan Safranek 57bdc7
  - In ipmi-oem, support Dell 12G mac addresses under get-system-info.   
Jan Safranek 57bdc7
  - In ipmi-sensors, some sensors that reported "Unknown" may now report
Jan Safranek 57bdc7
    "N/A" due to an interpretation change of several IPMI error codes.
Jan Safranek 57bdc7
  - In ipmi-sensors, workaround sensor reading issue on Sun Blade x6250
Jan Safranek 57bdc7
    and Sun Blade 6000M2.
Jan Safranek 57bdc7
  - Fix several freeipmi.conf config file parsing bugs.
Jan Safranek 57bdc7
  - In libipmiconsole, fix serial keepalive timeout calculation bug that
Jan Safranek 57bdc7
    can lead to excessive packets retransmitted.
Jan Safranek 57bdc7
  - In libipmiconsole, support new SERIAL_KEEPALIVE_EMPTY engine flag.
Jan Safranek 57bdc7
  - In libipmiconsole, do not deactivate a SOL payload if it appears the
Jan Safranek 57bdc7
    SOL payload has been stolen, but we did not receive a SOL deactivating
Jan Safranek 57bdc7
    flag.
Jan Safranek 57bdc7
  - In libipmiconsole, fix corner case in which session not closed
Jan Safranek 57bdc7
    cleanly when DEACTIVATE_ONLY flag specified.
Jan Safranek 57bdc7
  - In libipmiconsole, workaround bug in Dell Poweredge M605, M610, and
Jan Safranek 57bdc7
    M915 where instance count of SOL is always returned as 0.
Jan Safranek 57bdc7
  - In libfreeipmi, add functions for re-arm sensor events IPMI payload. 
Jan Safranek 57bdc7
  - In libfreeipmi/sensor-read, under some error conditions return error
Jan Safranek 57bdc7
    of "unavailable" instead of "cannot be obtained" error code.
Jan Safranek 57bdc7
  - In libfreeipmi/sensor-read, add workarounds to handle issues on Sun
Jan Safranek 57bdc7
    Blade x6250 and Sun Blade 6000M2.
Jan Safranek 57bdc7
  - Various documentation updates.
Jan Safranek 57bdc7
  - Redo formattig of include/freeipmi/templates/ documents.
Jan Safranek 57bdc7
Jan Safranek bd5480
* Fri Jan  6 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.1-2
Jan Safranek bd5480
- added systemd unit files (#767611)
Jan Safranek bd5480
Jan Safranek 61f580
* Wed Jan  4 2012 Jan Safranek <jsafrane@redhat.com> - 1.1.1-1
Jan Safranek 61f580
- Updated to freeipmi-1.1.1:
Jan Safranek 61f580
  - Support new tool ipmi-pet, tool to parse/interpret platform event
Jan Safranek 61f580
    traps.
Jan Safranek 61f580
  - Support new --sdr-cache-file option specify specific SDR cache file
Jan Safranek 61f580
    in all SDR related tools (ipmi-sensors, ipmi-sel, ipmi-fru, etc.).
Jan Safranek 61f580
  - In ipmi-fru, do not consider a busy device a fatal error. 
Jan Safranek 61f580
  - In ipmi-sensors, support 'ignoreauthcode' workaround option.
Jan Safranek 61f580
  - In ipmi-sensors, support Quanta QSSC-S4R/Appro GB812X-CN OEM SDRs
Jan Safranek 61f580
    and sensors.
Jan Safranek 61f580
  - In ipmi-sel, support Quanta QSSC-S4R/Appro GB812X-CN OEM SEL events.
Jan Safranek 61f580
  - In ipmi-sel, fix several OEM specific event output bugs.
Jan Safranek 61f580
  - In ipmi-pef-config, fix configuration bug for
Jan Safranek 61f580
    Enable_PEF_Event_Messages.
Jan Safranek 61f580
  - In ipmi-raw, for file/stdin input, output line number when there is
Jan Safranek 61f580
    an error.
Jan Safranek 61f580
  - Update libfreeipmi for DCMI 1.5 additions.
Jan Safranek 61f580
  - Update libfreeipmi fru-parse sub-library to support FRU parsing
Jan Safranek 61f580
    without an IPMI connection.
Jan Safranek 61f580
  - In libfreeipmi, support IPMI_FLAGS_NOSESSION flag to open a context
Jan Safranek 61f580
    for IPMI communication w/o establishing a session.
Jan Safranek 61f580
  - In libfreeipmi, support IPMI_FLAGS_NO_LEGAL_CHECK flag, to
Jan Safranek 61f580
    workaround motherboards to may return illegal IPMI packets.
Jan Safranek 61f580
  - In libfreeipmi, support IPMI_FLAGS_IGNORE_AUTHENTICATION_CODE flag,
Jan Safranek 61f580
    to workaround specific situations where motherboards return
Jan Safranek 61f580
    incorrectly generated authentication codes.
Jan Safranek 61f580
  - In libfreeipmi fru-parse sub-library, support
Jan Safranek 61f580
    IPMI_FRU_PARSE_ERR_DEVICE_BUSY error code.
Jan Safranek 61f580
  - In libfreeipmi, add support for IPMI firmware firewall and command
Jan Safranek 61f580
    discovery payloads.
Jan Safranek 61f580
  - In libfreeipmi, support Quanta QSSC-S4R/Appro GB812X-CN OEM SEL
Jan Safranek 61f580
    events.
Jan Safranek 61f580
  - Fix various macro names (typos, invalid naming, etc.)
Jan Safranek 61f580
Jan Safranek 2be147
* Wed Dec 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.10-1
Jan Safranek 2be147
- Updated to freeipmi-1.0.10:
Jan Safranek 2be147
  - Clarify bmc-watchdog error messages.
Jan Safranek 2be147
  - Various documentation updates.
Jan Safranek 2be147
Jan Safranek 2be147
* Tue Nov 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.9-1
Jan Safranek bf68c4
- Updated to freeipmi-1.0.9:
Jan Safranek bf68c4
  - Support Supermicro OEM sensors on X9SCA-F-O motherboards.
Jan Safranek bf68c4
  - Support Supermicro OEM sensors on X9SCM-F motherboards with
Jan Safranek bf68c4
    newer firmware.
Jan Safranek bf68c4
Jan Safranek 17c99d
* Thu Oct 27 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.8-1
Karsten Hopp 76825b
- enable build on all archs, the iopl issue #368541 is fixed
Jan Safranek 17c99d
- Updated to freeipmi-1.0.8:
Jan Safranek 17c99d
  - Fix corner case in which invalid SDR entry could be loaded when
Jan Safranek 17c99d
    shared sensors exist on event only records.
Jan Safranek 17c99d
  - Fix several event output corner cases.
Jan Safranek 17c99d
  - Fix 'assumesystemevent' workaround for ipmi-sel.
Jan Safranek 17c99d
  - Fix ipmi-raw and ipmi-oem allocation bug on newer systems, such as
Jan Safranek 17c99d
    RHEL6.
Jan Safranek 17c99d
  - Support Intel Node Manager sensor/SEL events for Intel S2600JF/Appro
Jan Safranek 17c99d
      512X.
Jan Safranek 17c99d
  - Document workarounds for Intel S2600JF/Appro 512X.
Jan Safranek 17c99d
  - Per definition, output GUID w/ lower case characters in bmc-info.
Jan Safranek 17c99d
  - Other minor bug fixes.
Jan Safranek 17c99d
Jan Safranek 5da9a2
* Thu Sep 29 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.7-1
Jan Safranek 17c99d
- Updated to freeipmi-1.0.7:
Jan Safranek 5da9a2
  - Support many new sensor state and sel event interpretations.
Jan Safranek 5da9a2
  - Fix parsing bugs for freeipmi_interpret_sel.conf.
Jan Safranek 5da9a2
  - Support 'assumebmcowner' workaround in ipmi-sensors.
Jan Safranek 5da9a2
  - Support dynamic linking in libfreeipmi.
Jan Safranek 5da9a2
  - Output pidfile in bmc-watchdog to support easier init script killing.
Jan Safranek 5da9a2
  - Do not poll stdin in ipmipower when operating in non-interactive mode.
Jan Safranek 5da9a2
  - Support IGNORE_SCANNING_DISABLED workaround in libipmimonitoring.
Jan Safranek 5da9a2
  - Support Supermicro OEM sensors on X7DB8, X8DTN, X7SBI-LN4, X8DTL,
Jan Safranek 5da9a2
    X8DTN+-F, and X8SIE motherboards.
Jan Safranek 5da9a2
  - Fix handling error codes in optional parts of ipmi-dcmi.
Jan Safranek 5da9a2
  - Fix various debug dumping bugs.
Jan Safranek 5da9a2
  - Fix ipmimonitoring script install bug on some systems.
Jan Safranek 5da9a2
  - Fix symbol global vs. locals in libipmimonitoring.
Jan Safranek 5da9a2
  - Minor documentation and manpage updates.
Jan Safranek 5da9a2
Jan Safranek 6af5ef
* Mon Sep  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.6-1
Jan Safranek 6af5ef
- Updated to freeipmi-1.0.6:
Jan Safranek 6af5ef
  - Support 'ignorescanningdisabled' workaround in ipmi-sensors.
Jan Safranek 6af5ef
  - Support Supermicro X8SIL-F, X9SCL, and X9SCM motherboard OEM sensors.
Jan Safranek 6af5ef
  - Update bmc-watchdog logrotate script to reduce unnecessary output.
Jan Safranek 6af5ef
  - Fix ipmi-fru output typo.
Jan Safranek 6af5ef
Jan Safranek f94757
* Fri Jul  1 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.5-1
Jan Safranek f94757
- Updated to freeipmi-1.0.5:
Jan Safranek f94757
  - Fix various issues in ipmi-dcmi, including command line parsing
Jan Safranek f94757
    bugs, asset tag/string identifier overwriting, and fix assumptions
Jan Safranek f94757
    based on new information in v1.5 errata.
Jan Safranek f94757
  - Support pkg-config files for libraries.
Jan Safranek f94757
  - Various documentation updates.
Jan Safranek f94757
Jan Safranek 8661c2
* Fri Apr 22 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.4-1
Jan Safranek 8661c2
- Updated to freeipmi-1.0.4:
Jan Safranek 8661c2
  - Support "discretereading" workaround in ipmi-sensors and associated
Jan Safranek 8661c2
    libraries.
Jan Safranek 8661c2
  - Support "spinpoll" workaround/performance optimization in tools and
Jan Safranek 8661c2
    libraries.
Jan Safranek 8661c2
  - Support additional sensor/SEL interpretations for Intel motherboards.
Jan Safranek 8661c2
  - Add convenience input checking functions to libipmiconsole.
Jan Safranek 8661c2
  - Fix bug in libipmimonitoring to allow additional OEM interpretations.
Jan Safranek 8661c2
Jan Safranek e5f45e
* Wed Mar 30 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.3-1
Jan Safranek e5f45e
- Updated to freeipmi-1.0.3, see announce at
Jan Safranek e5f45e
  http://lists.gnu.org/archive/html/freeipmi-users/2011-03/msg00017.html
Jan Safranek e5f45e
Jan Safranek 87c487
* Wed Feb 23 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.2-1
Jan Safranek 2deb71
- Updated to freeipmi-1.0.2, see announce at
Jan Safranek 2deb71
  http://lists.gnu.org/archive/html/freeipmi-users/2011-02/msg00027.html
Jan Safranek 2deb71
Dennis Gilmore 1a9b27
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
Dennis Gilmore 1a9b27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 1a9b27
Jan Safranek 1e9e30
* Fri Jan 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.0.1:1
Jan Safranek 2deb71
- Updated to freeipmi-1.0.1, see announce at
Jan Safranek 1e9e30
  http://lists.gnu.org/archive/html/freeipmi-users/2011-01/msg00006.html
Jan Safranek 1e9e30
- Configuration files moved from /etc/ to /etc/freeipmi/. Support legacy config
Jan Safranek 1e9e30
  files for backwards compatibility.
Jan Safranek 1e9e30
- More detailed release information can be found in the NEWS file.
Jan Safranek 1e9e30
Jan Safranek ce4124
* Tue Dec  7 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.12-1
Jan Safranek ce4124
- Updated to freeipmi-0.8.12, see announce at
Jan Safranek ce4124
  http://lists.gnu.org/archive/html/freeipmi-users/2010-12/msg00000.html
Jan Safranek ce4124
Jan Safranek 63e5ef
* Tue Nov  2 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.11-1
Jan Safranek 63e5ef
- Updated to freeipmi-0.8.11
Jan Safranek 63e5ef
Jan Safranek 6e2744
* Wed Sep 29 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.10-1
Jan Safranek 6e2744
- Updated to freeipmi-0.8.10
Jan Safranek 6e2744
Jan Safranek de441d
* Mon Aug 23 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.9-1
Jan Safranek de441d
- Updated to freeipmi-0.8.9
Jan Safranek de441d
Jan Šafránek f351b2
* Wed Jul 21 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.8-1
Jan Šafránek f351b2
- Updated to freeipmi-0.8.8
Jan Šafránek f351b2
Jan Šafránek 04352d
* Mon Jun 21 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.7-1
Jan Šafránek 04352d
- Updated to freeipmi-0.8.7
Jan Šafránek 04352d
Jan Šafránek 35e8c0
* Tue May 25 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.6-1
Jan Šafránek 35e8c0
- Updated to freeipmi-0.8.6
Jan Šafránek 35e8c0
Jan Šafránek 531037
* Fri Apr 30 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.5-1
Jan Šafránek 531037
- Updated to freeipmi-0.8.5
Jan Šafránek 531037
Jan Šafránek b561f8
* Mon Mar  8 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.4-1
Jan Šafránek b561f8
- Updated to freeipmi-0.8.4
Jan Šafránek b561f8
Jan Šafránek 73048c
* Wed Feb  3 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.3-1
Jan Šafránek 73048c
- Updated to freeipmi-0.8.3
Jan Šafránek 73048c
Jan Šafránek eca1c9
* Thu Jan 14 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.2-2
Jan Šafránek eca1c9
- Fixed rpm scripts to handle new names of freeipmi services
Jan Šafránek eca1c9
Jan Šafránek 969399
* Thu Jan  7 2010 Jan Safranek <jsafrane@redhat.com> - 0.8.2-1
Jan Šafránek 969399
- Update to freeipmi-0.8.2
Jan Šafránek 969399
Jan Šafránek ea499e
* Tue Dec  1 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.16-1
Jan Šafránek ea499e
- Update to freeipmi-0.7.16
Jan Šafránek ea499e
Jan Šafránek 101f46
* Mon Oct 26 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.14-1
Jan Šafránek 101f46
- Update to freeipmi-0.7.14
Jan Šafránek 101f46
Jan Šafránek 3c9c11
* Mon Oct  5 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.13-2
Jan Šafránek 3c9c11
- Fix package source URL
Jan Šafránek 3c9c11
Jan Šafránek 42c8ed
* Fri Oct  2 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.13-1
Jan Šafránek 42c8ed
- Update to freeipmi-0.7.13
Jan Šafránek 42c8ed
Jan Šafránek 114475
* Mon Sep 14 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.12-2
Jan Šafránek 114475
- Fix init scripts to be LSB compliant and return correct exit codes
Jan Šafránek 114475
  and provide mandatory actions (#523169, #523177)
Jan Šafránek 114475
Jan Šafránek 114475
* Wed Sep  9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.12-2
Jan Šafránek 0d6959
- Update to freeipmi-0.7.12
Jan Šafránek 0d6959
Jan Šafránek bc59e9
* Thu Aug  6 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.11-2
Jan Šafránek bc59e9
- Fix installation with --excludedocs option (#515926)
Jan Šafránek bc59e9
Jan Šafránek 198938
* Wed Jul 29 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.11-1
Jan Šafránek 198938
- Update to freeipmi-0.7.11
Jan Šafránek 198938
Jesse Keating fe2829
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2
Jesse Keating fe2829
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating fe2829
Jan Šafránek 393bf4
* Mon Jun 29 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.10-2
Jan Šafránek 393bf4
- Fix (de-)installation scripts
Jan Šafránek 393bf4
Jan Šafránek 6786f7
* Wed Jun 17 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.10-1
Jan Šafránek 6786f7
- Update to freeipmi-0.7.10
Jan Šafránek 6786f7
Jan Šafránek 3fe7df
* Mon May 18 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.9-1
Jan Šafránek 3fe7df
- Update to freeipmi-0.7.9
Jan Šafránek 3fe7df
Jan Šafránek 8ef2d3
* Thu Apr 16 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.8-2
Jan Šafránek 8ef2d3
- Fix compilation flags, debuginfo package is correctly generated now
Jan Šafránek 8ef2d3
Jan Šafránek 0f09c9
* Tue Apr 14 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.8-1
Jan Šafránek 0f09c9
- Update to freeipmi-0.7.8
Jan Šafránek 0f09c9
Jan Šafránek 08e0ef
* Thu Apr  9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.7-1
Jan Šafránek 08e0ef
- Update to freeipmi-0.7.7
Jan Šafránek 08e0ef
Jesse Keating 9ac108
* Tue Mar 10 2009 Jesse Keating <jkeating@redhat.com> - 0.7.6-2
Jesse Keating 9ac108
- Fix the bad dist macro
Jesse Keating 9ac108
- Remove version define, that's what the Version line is for
Jesse Keating 9ac108
- Remove name define, that's what the Name line is for
Jesse Keating 9ac108
- Use the real Release line in the if debug statement
Jesse Keating 9ac108
Jan Šafránek c584c9
* Mon Mar  9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.6-1
Jan Šafránek c584c9
- Update to freeipmi-0.7.6
Jan Šafránek c584c9
Jan Šafránek a84726
* Tue Feb 24 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.5-1
Jan Šafránek a84726
- Update to freeipmi-0.7.5
Jan Šafránek a84726
Karsten Hopp d0c996
* Thu Jan 22 2009 Karsten Hopp <karsten@redhat.com> 0.6.4-2
Karsten Hopp d0c996
- fix ipmiconsole log directory
Karsten Hopp d0c996
Phil Knirsch 7af9c9
* Mon Jul 28 2008 Phil Knirsch <pknirsch@redhat.com> - 0.6.4-1
Phil Knirsch 7af9c9
- Update to freeipmi-0.6.4
Phil Knirsch 7af9c9
- Fixed unecessary logrotate message for bmc-watchdog (#456648)
Phil Knirsch 7af9c9
Phil Knirsch 683cd9
* Wed Feb 27 2008 Phil Knirsch <pknirsch@redhat.com> - 0.5.1-3
Phil Knirsch 274b6b
- Fix GCC 4.3 rebuild problems
Phil Knirsch 274b6b
Jesse Keating ab4ebb
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.1-2
Jesse Keating ab4ebb
- Autorebuild for GCC 4.3
Jesse Keating ab4ebb
Phil Knirsch 131cea
* Tue Dec 18 2007 Phil Knirsch <pknirsch@redhat.com> 0.5.1-1
Phil Knirsch 131cea
- Update to freeipmi-0.5.1
Phil Knirsch 131cea
Ales Ledvinka 1ecfe1
* Wed Nov 21 2007 Albert Chu <chu11@llnl.gov> 0.5.0
Phil Knirsch 131cea
- Remove ipmimonitoring subpackage.  Merge into head package.
Phil Knirsch 131cea
Phil Knirsch dfe266
* Wed Nov 07 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.6-3.fc7
Phil Knirsch dfe266
- More fixes for Fedora Review:
Phil Knirsch dfe266
 o Added ExclusiveArch due to missing lopl (#368541)
Phil Knirsch dfe266
Phil Knirsch dfe266
* Tue Nov 06 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.6-2.fc7
Phil Knirsch dfe266
- Several fixes due to Fedora package review:
Phil Knirsch dfe266
 o Fixed Group for all subpackages
Phil Knirsch dfe266
 o Added missng Requires(Post|Preun) for several packages
Phil Knirsch dfe266
 o Removed static libraries and .la files
Phil Knirsch dfe266
 o Fixed open bug (missing mode for O_CREATE)
Phil Knirsch dfe266
 o Fixed incorrect options for bmc-watchdog daemon
Phil Knirsch dfe266
Phil Knirsch dfe266
* Mon Nov 05 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.6-1.fc7
Phil Knirsch dfe266
- Specfile cleanup for Fedora inclusion
Phil Knirsch dfe266
- Fixed several rpmlint warnings and errors:
Phil Knirsch dfe266
 o Moved all devel libs to proper package
Phil Knirsch dfe266
Phil Knirsch dfe266
* Wed Aug 01 2007 Troy Telford <ttelford@lnxi.com> 0.4.0
Phil Knirsch dfe266
- Some package cleanup so it builds on SLES
Phil Knirsch dfe266
Phil Knirsch dfe266
* Wed Jun 13 2007 Phil Knirsch <pknirsch@redhat.com> 0.4.beta0-1
Phil Knirsch dfe266
- Some package cleanup and split of configuration and initscript
Phil Knirsch dfe266
Ales Ledvinka 1ecfe1
* Wed Feb 28 2007 Albert Chu <chu11@llnl.gov> 0.4.beta0-1
Phil Knirsch dfe266
- Add ipmidetectd subpackage.
Phil Knirsch dfe266
Phil Knirsch dfe266
* Fri Feb 16 2007 Albert Chu <chu11@llnl.gov> 0.4.beta0-1
Phil Knirsch dfe266
- Add ipmimonitoring subpackage.
Phil Knirsch dfe266
Phil Knirsch dfe266
* Sun Jul 30 2006 Albert Chu <chu11@llnl.gov> 0.3.beta0-1
Phil Knirsch dfe266
- Re-architect for 0.3.X
Phil Knirsch dfe266
Phil Knirsch dfe266
* Mon May 15 2006 Albert Chu <chu11@llnl.gov> 0.3.beta0-1
Phil Knirsch dfe266
- Fixed up spec file to pass rpmlint