2018-04-10 06:27:18 +00:00
|
|
|
%global gitname IPMITOOL
|
2023-01-02 19:59:43 +00:00
|
|
|
%global gitversion 1_8_19
|
2018-04-10 06:27:18 +00:00
|
|
|
|
2008-10-17 10:26:34 +00:00
|
|
|
Name: ipmitool
|
|
|
|
Summary: Utility for IPMI control
|
2023-01-02 19:59:43 +00:00
|
|
|
Version: 1.8.19
|
2024-01-20 23:14:30 +00:00
|
|
|
Release: 5%{?dist}
|
2023-07-12 09:42:06 +00:00
|
|
|
License: BSD-3-Clause-No-Nuclear-Warranty
|
2008-10-17 10:26:34 +00:00
|
|
|
URL: http://ipmitool.sourceforge.net/
|
2019-02-19 09:13:27 +00:00
|
|
|
Source0: https://github.com/%{name}/%{name}/archive/%{gitname}_%{gitversion}/%{name}-%{version}.tar.gz
|
2008-10-17 10:26:34 +00:00
|
|
|
Source1: openipmi-ipmievd.sysconf
|
2011-09-12 13:19:34 +00:00
|
|
|
Source2: ipmievd.service
|
2012-11-30 16:51:27 +00:00
|
|
|
Source3: exchange-bmc-os-info.service
|
|
|
|
Source4: exchange-bmc-os-info.sysconf
|
|
|
|
Source5: set-bmc-url.sh
|
|
|
|
Source6: exchange-bmc-os-info
|
2023-01-02 19:59:43 +00:00
|
|
|
# https://www.iana.org/assignments/enterprise-numbers.txt
|
|
|
|
Source7: enterprise-numbers
|
2018-02-22 11:43:43 +00:00
|
|
|
|
2023-01-02 19:59:43 +00:00
|
|
|
# https://github.com/ipmitool/ipmitool/issues/170
|
|
|
|
Patch3: ipmitool-1.8.19-set-kg-key.patch
|
2018-02-22 11:43:43 +00:00
|
|
|
Patch4: 0004-slowswid.patch
|
|
|
|
Patch5: 0005-sensor-id-length.patch
|
|
|
|
Patch7: 0007-check-input.patch
|
2012-11-30 16:51:27 +00:00
|
|
|
|
2008-10-17 10:26:34 +00:00
|
|
|
BuildRequires: openssl-devel readline-devel ncurses-devel
|
2018-01-30 08:14:46 +00:00
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: systemd
|
2013-07-31 17:57:43 +00:00
|
|
|
# bootstrap
|
|
|
|
BuildRequires: automake autoconf libtool
|
2008-10-17 10:26:34 +00:00
|
|
|
Obsoletes: OpenIPMI-tools < 2.0.14-3
|
|
|
|
Provides: OpenIPMI-tools = 2.0.14-3
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a utility for interfacing with devices that support
|
|
|
|
the Intelligent Platform Management Interface specification. IPMI is
|
|
|
|
an open standard for machine health, inventory, and remote power control.
|
|
|
|
|
|
|
|
This utility can communicate with IPMI-enabled devices through either a
|
|
|
|
kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
|
|
|
|
the IPMI specification. IPMIv2 adds support for encrypted LAN
|
|
|
|
communications and remote Serial-over-LAN functionality.
|
|
|
|
|
|
|
|
It provides commands for reading the Sensor Data Repository (SDR) and
|
|
|
|
displaying sensor values, displaying the contents of the System Event
|
|
|
|
Log (SEL), printing Field Replaceable Unit (FRU) information, reading and
|
|
|
|
setting LAN configuration, and chassis power control.
|
|
|
|
|
2015-11-24 21:31:51 +00:00
|
|
|
|
|
|
|
%package -n ipmievd
|
|
|
|
Requires: ipmitool
|
2018-01-30 08:14:46 +00:00
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: systemd
|
2015-11-24 21:31:51 +00:00
|
|
|
Summary: IPMI event daemon for sending events to syslog
|
|
|
|
%description -n ipmievd
|
|
|
|
ipmievd is a daemon which will listen for events from the BMC that are
|
|
|
|
being sent to the SEL and also log those messages to syslog.
|
|
|
|
|
|
|
|
|
2013-11-05 15:39:33 +00:00
|
|
|
%package -n bmc-snmp-proxy
|
|
|
|
Requires: net-snmp
|
|
|
|
Requires: exchange-bmc-os-info
|
|
|
|
BuildArch: noarch
|
|
|
|
Summary: Reconfigure SNMP to include host SNMP agent within BMC
|
|
|
|
%description -n bmc-snmp-proxy
|
|
|
|
Given a host with BMC, this package would extend system configuration
|
|
|
|
of net-snmp to include redirections to BMC based SNMP.
|
|
|
|
|
|
|
|
|
2012-12-13 21:33:51 +00:00
|
|
|
%package -n exchange-bmc-os-info
|
|
|
|
Requires: hostname
|
2015-04-22 11:42:49 +00:00
|
|
|
Requires: ipmitool
|
2012-12-13 21:33:51 +00:00
|
|
|
BuildArch: noarch
|
2018-01-30 08:14:46 +00:00
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: systemd
|
2020-12-19 00:53:20 +00:00
|
|
|
BuildRequires: make
|
2012-12-13 21:33:51 +00:00
|
|
|
|
|
|
|
Summary: Let OS and BMC exchange info
|
|
|
|
|
|
|
|
%description -n exchange-bmc-os-info
|
|
|
|
Given a host with BMC, this package would pass the hostname &
|
|
|
|
OS information to the BMC and also capture the BMC ip info
|
|
|
|
for the host OS to use.
|
|
|
|
|
|
|
|
|
2008-10-17 10:26:34 +00:00
|
|
|
%prep
|
2019-02-19 09:13:27 +00:00
|
|
|
%autosetup -n %{name}-%{gitname}_%{gitversion} -p1
|
2008-10-17 10:26:34 +00:00
|
|
|
|
|
|
|
for f in AUTHORS ChangeLog; do
|
|
|
|
iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
|
|
|
|
mv ${f}.utf8 ${f}
|
|
|
|
done
|
|
|
|
|
|
|
|
%build
|
|
|
|
# --disable-dependency-tracking speeds up the build
|
|
|
|
# --enable-file-security adds some security checks
|
|
|
|
# --disable-intf-free disables FreeIPMI support - we don't want to depend on
|
|
|
|
# FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility.
|
2013-10-14 12:13:52 +00:00
|
|
|
|
|
|
|
# begin: release auto-tools
|
|
|
|
# Used to be needed by aarch64 support, now only cxoem patch makefiles are left.
|
|
|
|
aclocal
|
|
|
|
libtoolize --automake --copy
|
|
|
|
autoheader
|
|
|
|
automake --foreign --add-missing --copy
|
|
|
|
aclocal
|
|
|
|
autoconf
|
|
|
|
automake --foreign
|
|
|
|
# end: release auto-tools
|
|
|
|
|
2023-01-02 19:59:43 +00:00
|
|
|
install -Dm 644 %{SOURCE7} .
|
|
|
|
%configure --disable-dependency-tracking --enable-file-security --disable-intf-free --enable-intf-usb
|
2008-10-17 10:26:34 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
2011-09-12 13:37:25 +00:00
|
|
|
install -Dpm 644 %{SOURCE2} %{buildroot}%{_unitdir}/ipmievd.service
|
|
|
|
install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/ipmievd
|
2012-11-30 16:51:27 +00:00
|
|
|
install -Dm 644 %{SOURCE3} %{buildroot}%{_unitdir}/exchange-bmc-os-info.service
|
|
|
|
install -Dm 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/exchange-bmc-os-info
|
|
|
|
install -Dm 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/profile.d/set-bmc-url.sh
|
|
|
|
install -Dm 755 %{SOURCE6} %{buildroot}%{_libexecdir}/exchange-bmc-os-info
|
|
|
|
|
2008-10-17 10:26:34 +00:00
|
|
|
|
2013-11-05 15:39:33 +00:00
|
|
|
install -Dm 644 contrib/bmc-snmp-proxy.sysconf %{buildroot}%{_sysconfdir}/sysconfig/bmc-snmp-proxy
|
|
|
|
install -Dm 644 contrib/bmc-snmp-proxy.service %{buildroot}%{_unitdir}/bmc-snmp-proxy.service
|
|
|
|
install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-snmp-proxy
|
|
|
|
|
2015-11-24 21:31:51 +00:00
|
|
|
%post -n ipmievd
|
2012-08-27 11:18:46 +00:00
|
|
|
%systemd_post ipmievd.service
|
2008-10-17 10:26:34 +00:00
|
|
|
|
2015-11-24 21:31:51 +00:00
|
|
|
%preun -n ipmievd
|
2012-08-27 11:18:46 +00:00
|
|
|
%systemd_preun ipmievd.service
|
2008-10-17 10:26:34 +00:00
|
|
|
|
2015-11-24 21:31:51 +00:00
|
|
|
%postun -n ipmievd
|
2012-08-27 11:18:46 +00:00
|
|
|
%systemd_postun_with_restart ipmievd.service
|
2012-12-13 21:33:51 +00:00
|
|
|
|
|
|
|
%post -n exchange-bmc-os-info
|
|
|
|
%systemd_post exchange-bmc-os-info.service
|
|
|
|
|
|
|
|
%preun -n exchange-bmc-os-info
|
|
|
|
%systemd_preun exchange-bmc-os-info.service
|
|
|
|
|
|
|
|
%postun -n exchange-bmc-os-info
|
2012-11-30 16:51:27 +00:00
|
|
|
%systemd_postun_with_restart exchange-bmc-os-info.service
|
2008-10-17 10:26:34 +00:00
|
|
|
|
2012-12-13 21:33:51 +00:00
|
|
|
|
2011-09-12 13:19:34 +00:00
|
|
|
%triggerun -- ipmievd < 1.8.11-7
|
|
|
|
# Save the current service runlevel info
|
|
|
|
# User must manually run systemd-sysv-convert --apply ipmievd
|
|
|
|
# to migrate them to systemd targets
|
|
|
|
/usr/bin/systemd-sysv-convert --save ipmievd >/dev/null 2>&1 ||:
|
|
|
|
|
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
/sbin/chkconfig --del ipmievd >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart ipmievd.service >/dev/null 2>&1 || :
|
|
|
|
|
2008-10-17 10:26:34 +00:00
|
|
|
%files
|
2015-11-24 21:31:51 +00:00
|
|
|
%{_bindir}/ipmitool
|
|
|
|
%{_mandir}/man1/ipmitool.1*
|
2008-10-17 10:26:34 +00:00
|
|
|
%doc %{_datadir}/doc/ipmitool
|
|
|
|
%{_datadir}/ipmitool
|
2023-01-02 19:59:43 +00:00
|
|
|
%{_datadir}/misc/enterprise-numbers
|
2008-10-17 10:26:34 +00:00
|
|
|
|
2015-11-24 21:31:51 +00:00
|
|
|
%files -n ipmievd
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipmievd
|
|
|
|
%{_unitdir}/ipmievd.service
|
|
|
|
%{_sbindir}/ipmievd
|
|
|
|
%{_mandir}/man8/ipmievd.8*
|
|
|
|
|
2012-12-13 21:33:51 +00:00
|
|
|
%files -n exchange-bmc-os-info
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/exchange-bmc-os-info
|
|
|
|
%{_sysconfdir}/profile.d/set-bmc-url.sh
|
|
|
|
%{_unitdir}/exchange-bmc-os-info.service
|
|
|
|
%{_libexecdir}/exchange-bmc-os-info
|
|
|
|
|
2013-11-05 15:39:33 +00:00
|
|
|
%files -n bmc-snmp-proxy
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-snmp-proxy
|
|
|
|
%{_unitdir}/bmc-snmp-proxy.service
|
|
|
|
%{_libexecdir}/bmc-snmp-proxy
|
2008-10-17 10:26:34 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-01-20 23:14:30 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.19-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-20 07:34:38 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.19-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-07-12 09:42:06 +00:00
|
|
|
* Wed Jul 23 2023 Josef Ridky <jridky@redhat.com> - 1.8.19-3
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
2023-01-19 13:18:20 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-02 19:59:43 +00:00
|
|
|
* Sun Sep 04 2022 Kevin Fenzi <kevin@scrye.com> - 1.8.19-1
|
|
|
|
- Update to 1.8.19. Fixes rhbz#2123819
|
|
|
|
|
2022-07-21 14:48:19 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 13:24:37 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-09-14 17:04:51 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.8.18-24
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-07-22 08:41:31 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-03-02 15:13:38 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.18-22
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-01-26 14:27:22 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 01:54:54 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-02-06 15:01:03 +00:00
|
|
|
* Thu Feb 06 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-19
|
|
|
|
- Backport fix for CVE-2020-5208 (#1798722); for details see
|
|
|
|
https://github.com/ipmitool/ipmitool/security/advisories/GHSA-g659-9qxw-p7cp
|
|
|
|
|
2020-02-03 11:58:05 +00:00
|
|
|
* Mon Feb 03 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-18
|
|
|
|
- Backport patch to autoselect best cipher suite when working over lanplus backend
|
|
|
|
- Fixed 'ipmitool pef status/info' not printing final newline
|
|
|
|
- Expanded column for sensor name in 'ipmi sdr/sensor' output so longer names are aligned
|
|
|
|
|
2020-01-29 05:35:25 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-23 13:04:32 +00:00
|
|
|
* Thu Jan 23 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-16
|
|
|
|
- Fix FTBFS with GCC 10
|
|
|
|
|
2019-07-25 09:39:07 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-17 08:30:50 +00:00
|
|
|
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.18-14
|
|
|
|
- Rebuild for readline 8.0
|
|
|
|
|
2019-02-01 03:29:27 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 05:48:08 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-10 06:27:18 +00:00
|
|
|
* Tue Apr 10 2018 Josef Ridky <jridky@redhat.com> - 1.8.18-11
|
|
|
|
- Project moved to github
|
|
|
|
|
2018-02-22 11:43:43 +00:00
|
|
|
* Thu Feb 22 2018 Josef Ridky <jridky@redhat.com> - 1.8.18-10
|
|
|
|
- Spec clean up
|
|
|
|
- Add support to set kg key
|
|
|
|
- Fix DDR4 memory issues
|
|
|
|
- Increase length of sensor id
|
|
|
|
- Enable usb interface by default
|
|
|
|
- Fix input options
|
|
|
|
|
2018-02-07 17:35:40 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-30 08:17:59 +00:00
|
|
|
* Tue Jan 30 2018 Josef Ridky <jridky@redhat.com> - 1.8.18-8
|
2018-01-30 08:14:46 +00:00
|
|
|
- remove old systemd dependencies
|
|
|
|
|
2017-08-02 23:50:18 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:39:02 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-21 10:44:58 +00:00
|
|
|
* Tue Feb 21 2017 Josef Ridky <jridky@redhat.com> - 1.8.18-5
|
|
|
|
- Fix allocation issue
|
|
|
|
|
2017-02-21 08:36:04 +00:00
|
|
|
* Tue Feb 21 2017 Josef Ridky <jridky@redhat.com> - 1.8.18-4
|
|
|
|
- Add support for OpenSSL-1.1.0 library (#1423743)
|
|
|
|
|
2017-02-10 16:31:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-12 16:30:31 +00:00
|
|
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.8.18-2
|
|
|
|
- Rebuild for readline 7.x
|
|
|
|
|
2016-10-10 08:48:32 +00:00
|
|
|
* Mon Oct 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.18-1
|
|
|
|
- New version (0:1.8.18-1)
|
|
|
|
- CVE-2011-4339 OpenIPMI
|
|
|
|
|
2016-05-10 17:08:08 +00:00
|
|
|
* Tue May 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.17-1
|
|
|
|
- New version (0:1.8.17-1)
|
|
|
|
- CVE-2011-4339 OpenIPMI
|
|
|
|
|
2016-02-23 02:54:08 +00:00
|
|
|
* Tue Feb 23 2016 Boris Ranto <branto@redhat.com> - 1.8.16-1
|
|
|
|
- Rebase to version 1.8.16
|
|
|
|
|
2016-02-04 00:36:38 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.15-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-24 21:31:51 +00:00
|
|
|
* Tue Nov 24 2015 Boris Ranto <branto@redhat.com> - 1.8.15-5
|
|
|
|
- Split ipmievd bits into a separate package
|
|
|
|
|
2015-06-17 11:30:45 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-22 11:42:49 +00:00
|
|
|
* Wed Apr 22 2015 Ales Ledvinka <aledvink@redhat.com> 1.8.15-3
|
2015-04-22 11:39:02 +00:00
|
|
|
- Remove modalias dependency.
|
|
|
|
|
2015-03-19 13:53:45 +00:00
|
|
|
* Thu Mar 19 2015 Ales Ledvinka <aledvink@redhat.com> 1.8.15-1
|
|
|
|
- Upstream release 1.8.15
|
|
|
|
|
2014-08-16 21:44:11 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 22:36:00 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-08 11:08:24 +00:00
|
|
|
* Tue Apr 8 2014 Ales Ledvinka <aledvink@redhat.com> 1.8.13-4
|
|
|
|
- Support for environment variable short options.
|
|
|
|
|
2013-11-05 15:39:33 +00:00
|
|
|
* Tue Nov 5 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-3
|
|
|
|
- Cleanup of dual bridge option.
|
|
|
|
|
|
|
|
* Tue Oct 15 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-2
|
|
|
|
- BMC SNMP agent redirection
|
|
|
|
|
2013-10-14 11:41:55 +00:00
|
|
|
* Mon Oct 14 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-1
|
|
|
|
- Upstream release 1.8.13
|
|
|
|
|
2013-08-09 11:59:47 +00:00
|
|
|
* Fri Aug 09 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13073103
|
|
|
|
- Avoid FIPS mode crashes if possible.
|
|
|
|
- Document FIPS limitations.
|
2013-08-09 10:50:48 +00:00
|
|
|
|
2013-07-31 17:57:43 +00:00
|
|
|
* Wed Jul 31 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13073101
|
|
|
|
- Include current upstream bugfixes.
|
|
|
|
|
2013-07-25 17:33:44 +00:00
|
|
|
* Thu Jul 25 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-16
|
|
|
|
- Calxeda OEM extensions.
|
|
|
|
|
2013-02-14 02:12:12 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.12-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-17 16:40:44 +00:00
|
|
|
* Mon Dec 17 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 1.8.12-14
|
|
|
|
- Updated the exchange-bmc-os-info's service file with Requires stmt
|
|
|
|
|
2012-12-14 10:10:11 +00:00
|
|
|
* Fri Dec 14 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13
|
|
|
|
- fixed argument parsing leaks
|
|
|
|
- ask user for password only once and do so only when interactive password
|
|
|
|
is the chosen password method.
|
|
|
|
|
2012-12-13 22:41:07 +00:00
|
|
|
* Thu Dec 13 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 1.8.12-12
|
|
|
|
- Removed the extra symbols in the patch, as the build is failing.
|
|
|
|
|
2012-12-13 21:33:51 +00:00
|
|
|
* Thu Dec 13 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 1.8.12-11
|
|
|
|
- Subpackage for exchange-bmc-os-info as it requires OPenIPMI
|
|
|
|
|
2012-12-12 01:33:58 +00:00
|
|
|
* Wed Dec 12 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-10
|
|
|
|
- documented fixed and conditional defaults. adjusted synopsis
|
|
|
|
|
2012-12-04 13:36:20 +00:00
|
|
|
* Tue Dec 4 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-9
|
|
|
|
- fixed ipmitool documentation
|
|
|
|
|
|
|
|
* Fri Nov 30 2012 Praveen K Paladugu <praveen_paladugu@dell.com> 1.8.12-8
|
2012-11-30 16:51:27 +00:00
|
|
|
- service & scripts to allow OS to capture BMC's IP & URL info
|
|
|
|
- Also pass the OS information to BMC
|
|
|
|
- patches submitted by Charles Rose (charles_rose[at]dell.com)
|
|
|
|
|
2012-11-20 12:59:11 +00:00
|
|
|
* Fri Nov 16 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-7
|
|
|
|
- failed sol session activation crashes while logging exit
|
|
|
|
|
2012-11-16 13:15:15 +00:00
|
|
|
* Fri Nov 16 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-6
|
|
|
|
- revert default cipersuite back to 3 which includes integrity and confidentiality
|
|
|
|
|
2012-10-18 07:57:02 +00:00
|
|
|
* Thu Oct 18 2012 Dan Horák <dan[at]danny.cz> - 1.8.12-5
|
|
|
|
- fix build on big endian arches
|
|
|
|
|
2012-10-17 14:09:19 +00:00
|
|
|
* Wed Oct 17 2012 Ales Ledvinka <aledvink@redhat.cz> 1.8.12-4
|
|
|
|
- support setting OS name and Hostname on BMC
|
|
|
|
|
2012-09-04 14:15:51 +00:00
|
|
|
* Tue Sep 04 2012 Dan Horák <dan[at]danny.cz> - 1.8.12-3
|
|
|
|
- fix build on big endian arches
|
|
|
|
|
2012-08-27 11:14:34 +00:00
|
|
|
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.12-2
|
|
|
|
- Fixed starting ipmievd under systemd (#819234).
|
2012-08-27 11:18:46 +00:00
|
|
|
- Updated RPM scriplets with latest systemd-rpm macros (#850161)
|
2012-08-27 11:14:34 +00:00
|
|
|
|
2012-08-10 07:52:09 +00:00
|
|
|
* Fri Aug 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.12-1
|
|
|
|
- update to ipmitool-1.8.12
|
|
|
|
|
2012-07-19 15:01:14 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-22 14:23:17 +00:00
|
|
|
* Tue May 22 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.11-11
|
|
|
|
- start ipmievd.service after ipmi (#819234)
|
|
|
|
|
2012-04-26 10:17:39 +00:00
|
|
|
* Thu Apr 26 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.11-10
|
2012-04-26 10:16:48 +00:00
|
|
|
- fixed ipmievd.service systemd unit (#807757)
|
|
|
|
|
2012-01-13 05:57:35 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-13 12:54:58 +00:00
|
|
|
* Tue Dec 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.8.11-8
|
|
|
|
- fixed CVE-2011-4339
|
|
|
|
|
2011-09-12 13:19:34 +00:00
|
|
|
* Mon Sep 12 2011 Tom Callaway <spot@fedoraproject.org> - 1.8.11-7
|
|
|
|
- convert to systemd
|
|
|
|
|
2011-02-09 12:57:24 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-03-03 14:00:16 +00:00
|
|
|
* Wed Mar 3 2010 Jan Safranek <jsafrane@redhat.com> - 1.8.11-5
|
|
|
|
- Fixed exit code of ipmievd initscript with wrong arguments
|
|
|
|
|
2009-11-02 12:53:16 +00:00
|
|
|
* Mon Nov 2 2009 Jan Safranek <jsafrane@redhat.com> 1.8.11-4
|
|
|
|
- fix ipmievd initscript 'condrestart' action (#532188)
|
|
|
|
|
2009-08-21 13:58:22 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.8.11-3
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-07-25 03:31:23 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 08:54:24 +00:00
|
|
|
* Thu Feb 26 2009 Jan Safranek <jsafrane@redhat.com> 1.8.11-1
|
|
|
|
- updated to new version
|
|
|
|
|
2009-02-25 07:43:00 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-17 12:06:40 +00:00
|
|
|
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.10-3
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2008-10-17 10:26:34 +00:00
|
|
|
* Tue Oct 14 2008 Jan Safranek <jsafrane@redhat.com> 1.8.10-2
|
|
|
|
- fix issues found during package review:
|
|
|
|
- clear Default-Start: line in the init script, the service should be
|
|
|
|
disabled by default
|
|
|
|
- added Obsoletes: OpenIPMI-tools
|
|
|
|
- compile with --disable-dependency-tracking to speed things up
|
|
|
|
- compile with --enable-file-security
|
|
|
|
- compile with --disable-intf-free, don't depend on FreeIPMI libraries
|
|
|
|
(FreeIPMI has its own ipmitool-like utility)
|
|
|
|
|
|
|
|
* Mon Oct 13 2008 Jan Safranek <jsafrane@redhat.com> 1.8.10-1
|
|
|
|
- package created, based on upstream .spec file
|