Blame SPECS/freeipmi.spec

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