Blame SPECS/ipmitool.spec

Packit 4f2073
Name:         ipmitool
Packit 4f2073
Summary:      Utility for IPMI control
Packit 4f2073
Version:      1.8.18
Packit 4f2073
Release:      17%{?dist}
Packit 4f2073
License:      BSD
Packit 4f2073
URL:          http://ipmitool.sourceforge.net/
Packit 4f2073
Source0:      http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
Packit 4f2073
Source1:      openipmi-ipmievd.sysconf
Packit 4f2073
Source2:      ipmievd.service
Packit 4f2073
Source3:      exchange-bmc-os-info.service
Packit 4f2073
Source4:      exchange-bmc-os-info.sysconf
Packit 4f2073
Source5:      set-bmc-url.sh
Packit 4f2073
Source6:      exchange-bmc-os-info
Packit 4f2073
Packit 4f2073
Patch1:       0001-CVE-2011-4339-OpenIPMI.patch
Packit 4f2073
# WARNING:  THIS PATCH MUST BE USED FOR RAWHIDE (f26+) BRANCH
Packit 4f2073
Patch2:       0002-openssl.patch
Packit 4f2073
Patch3:       0003-ipmitool-1.8.11-set-kg-key.patch
Packit 4f2073
Patch4:       0004-slowswid.patch
Packit 4f2073
Patch5:       0005-sensor-id-length.patch
Packit 4f2073
Patch6:       0006-enable-usb.patch
Packit 4f2073
Patch7:       0007-check-input.patch
Packit 4f2073
Patch8:       0008-use-best-cipher.patch
Packit 4f2073
Patch9:       0009-CVE-2020-5208.patch
Packit 4f2073
Patch10:      0010-quanta-oem-support.patch
Packit 4f2073
Patch11:      0011-pef-missing-newline.patch
Packit 4f2073
Patch12:      0012-lanplus-cipher-retry.patch
Packit 4f2073
Packit 4f2073
BuildRequires: openssl-devel readline-devel ncurses-devel
Packit 4f2073
%{?systemd_requires}
Packit 4f2073
BuildRequires: systemd
Packit 4f2073
# bootstrap
Packit 4f2073
BuildRequires: automake autoconf libtool
Packit 4f2073
Obsoletes: OpenIPMI-tools < 2.0.14-3
Packit 4f2073
Provides: OpenIPMI-tools = 2.0.14-3
Packit 4f2073
Packit 4f2073
Packit 4f2073
%description
Packit 4f2073
This package contains a utility for interfacing with devices that support
Packit 4f2073
the Intelligent Platform Management Interface specification.  IPMI is
Packit 4f2073
an open standard for machine health, inventory, and remote power control.
Packit 4f2073
Packit 4f2073
This utility can communicate with IPMI-enabled devices through either a
Packit 4f2073
kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
Packit 4f2073
the IPMI specification.  IPMIv2 adds support for encrypted LAN
Packit 4f2073
communications and remote Serial-over-LAN functionality.
Packit 4f2073
Packit 4f2073
It provides commands for reading the Sensor Data Repository (SDR) and
Packit 4f2073
displaying sensor values, displaying the contents of the System Event
Packit 4f2073
Log (SEL), printing Field Replaceable Unit (FRU) information, reading and
Packit 4f2073
setting LAN configuration, and chassis power control.
Packit 4f2073
Packit 4f2073
Packit 4f2073
%package -n ipmievd
Packit 4f2073
Requires: ipmitool
Packit 4f2073
%{?systemd_requires}
Packit 4f2073
BuildRequires: systemd
Packit 4f2073
Summary: IPMI event daemon for sending events to syslog
Packit 4f2073
%description -n ipmievd
Packit 4f2073
ipmievd is a daemon which will listen for events from the BMC that are
Packit 4f2073
being  sent to the SEL and also log those messages to syslog.
Packit 4f2073
Packit 4f2073
Packit 4f2073
%package -n bmc-snmp-proxy
Packit 4f2073
Requires: net-snmp
Packit 4f2073
Requires: exchange-bmc-os-info
Packit 4f2073
BuildArch: noarch
Packit 4f2073
Summary: Reconfigure SNMP to include host SNMP agent within BMC
Packit 4f2073
%description -n bmc-snmp-proxy
Packit 4f2073
Given a host with BMC, this package would extend system configuration
Packit 4f2073
of net-snmp to include redirections to BMC based SNMP.
Packit 4f2073
Packit 4f2073
Packit 4f2073
%package -n exchange-bmc-os-info
Packit 4f2073
Requires: hostname
Packit 4f2073
Requires: ipmitool
Packit 4f2073
BuildArch: noarch
Packit 4f2073
%{?systemd_requires}
Packit 4f2073
BuildRequires: systemd
Packit 4f2073
Packit 4f2073
Summary: Let OS and BMC exchange info
Packit 4f2073
Packit 4f2073
%description -n exchange-bmc-os-info
Packit 4f2073
Given a host with BMC, this package would pass the hostname &
Packit 4f2073
OS information to the BMC and also capture the BMC ip info
Packit 4f2073
for the host OS to use.
Packit 4f2073
Packit 4f2073
Packit 4f2073
%prep
Packit 4f2073
%autosetup -p1
Packit 4f2073
Packit 4f2073
for f in AUTHORS ChangeLog; do
Packit 4f2073
    iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
Packit 4f2073
    mv ${f}.utf8 ${f}
Packit 4f2073
done
Packit 4f2073
Packit 4f2073
%build
Packit 4f2073
# --disable-dependency-tracking speeds up the build
Packit 4f2073
# --enable-file-security adds some security checks
Packit 4f2073
# --disable-intf-free disables FreeIPMI support - we don't want to depend on
Packit 4f2073
#   FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility.
Packit 4f2073
Packit 4f2073
# begin: release auto-tools
Packit 4f2073
# Used to be needed by aarch64 support, now only cxoem patch makefiles are left.
Packit 4f2073
aclocal
Packit 4f2073
libtoolize --automake --copy
Packit 4f2073
autoheader
Packit 4f2073
automake --foreign --add-missing --copy
Packit 4f2073
aclocal
Packit 4f2073
autoconf
Packit 4f2073
automake --foreign
Packit 4f2073
# end: release auto-tools
Packit 4f2073
Packit 4f2073
%configure \
Packit 4f2073
    CFLAGS="%{optflags} -fno-strict-aliasing" \
Packit 4f2073
    --disable-dependency-tracking --enable-file-security --disable-intf-free
Packit 4f2073
make %{?_smp_mflags}
Packit 4f2073
Packit 4f2073
%install
Packit 4f2073
make DESTDIR=%{buildroot} install
Packit 4f2073
Packit 4f2073
install -Dpm 644 %{SOURCE2} %{buildroot}%{_unitdir}/ipmievd.service
Packit 4f2073
install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/ipmievd
Packit 4f2073
install -Dm 644 %{SOURCE3} %{buildroot}%{_unitdir}/exchange-bmc-os-info.service
Packit 4f2073
install -Dm 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/exchange-bmc-os-info
Packit 4f2073
install -Dm 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/profile.d/set-bmc-url.sh
Packit 4f2073
install -Dm 755 %{SOURCE6} %{buildroot}%{_libexecdir}/exchange-bmc-os-info
Packit 4f2073
Packit 4f2073
Packit 4f2073
install -Dm 644 contrib/bmc-snmp-proxy.sysconf %{buildroot}%{_sysconfdir}/sysconfig/bmc-snmp-proxy
Packit 4f2073
install -Dm 644 contrib/bmc-snmp-proxy.service %{buildroot}%{_unitdir}/bmc-snmp-proxy.service
Packit 4f2073
install -Dm 755 contrib/bmc-snmp-proxy         %{buildroot}%{_libexecdir}/bmc-snmp-proxy
Packit 4f2073
Packit 4f2073
%post -n ipmievd
Packit 4f2073
%systemd_post ipmievd.service
Packit 4f2073
Packit 4f2073
%preun -n ipmievd
Packit 4f2073
%systemd_preun ipmievd.service
Packit 4f2073
Packit 4f2073
%postun -n ipmievd
Packit 4f2073
%systemd_postun_with_restart ipmievd.service
Packit 4f2073
Packit 4f2073
%post -n exchange-bmc-os-info
Packit 4f2073
%systemd_post exchange-bmc-os-info.service
Packit 4f2073
Packit 4f2073
%preun -n exchange-bmc-os-info
Packit 4f2073
%systemd_preun exchange-bmc-os-info.service
Packit 4f2073
Packit 4f2073
%postun -n exchange-bmc-os-info
Packit 4f2073
%systemd_postun_with_restart exchange-bmc-os-info.service
Packit 4f2073
Packit 4f2073
Packit 4f2073
%triggerun -- ipmievd < 1.8.11-7
Packit 4f2073
# Save the current service runlevel info
Packit 4f2073
# User must manually run systemd-sysv-convert --apply ipmievd
Packit 4f2073
# to migrate them to systemd targets
Packit 4f2073
/usr/bin/systemd-sysv-convert --save ipmievd >/dev/null 2>&1 ||:
Packit 4f2073
Packit 4f2073
# Run these because the SysV package being removed won't do them
Packit 4f2073
/sbin/chkconfig --del ipmievd >/dev/null 2>&1 || :
Packit 4f2073
/bin/systemctl try-restart ipmievd.service >/dev/null 2>&1 || :
Packit 4f2073
Packit 4f2073
%files
Packit 4f2073
%{_bindir}/ipmitool
Packit 4f2073
%{_mandir}/man1/ipmitool.1*
Packit 4f2073
%doc %{_datadir}/doc/ipmitool
Packit 4f2073
%{_datadir}/ipmitool
Packit 4f2073
Packit 4f2073
%files -n ipmievd
Packit 4f2073
%config(noreplace) %{_sysconfdir}/sysconfig/ipmievd
Packit 4f2073
%{_unitdir}/ipmievd.service
Packit 4f2073
%{_sbindir}/ipmievd
Packit 4f2073
%{_mandir}/man8/ipmievd.8*
Packit 4f2073
Packit 4f2073
%files -n exchange-bmc-os-info
Packit 4f2073
%config(noreplace) %{_sysconfdir}/sysconfig/exchange-bmc-os-info
Packit 4f2073
%{_sysconfdir}/profile.d/set-bmc-url.sh
Packit 4f2073
%{_unitdir}/exchange-bmc-os-info.service
Packit 4f2073
%{_libexecdir}/exchange-bmc-os-info
Packit 4f2073
Packit 4f2073
%files -n bmc-snmp-proxy
Packit 4f2073
%config(noreplace) %{_sysconfdir}/sysconfig/bmc-snmp-proxy
Packit 4f2073
%{_unitdir}/bmc-snmp-proxy.service
Packit 4f2073
%{_libexecdir}/bmc-snmp-proxy
Packit 4f2073
Packit 4f2073
%changelog
Packit 4f2073
* Wed Jun 03 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-17
Packit 4f2073
- Disable retry of pre-session "Get cipher suites" command as some
Packit 4f2073
  BMCs are ignoring it (#1831158)
Packit 4f2073
Packit 4f2073
* Thu Apr 30 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-16
Packit 4f2073
- Fix "ipmitool pef {status,info}" not printing final newline (#1840546)
Packit 4f2073
Packit 4f2073
* Thu Apr 30 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-15
Packit 4f2073
- Backport OEM support for Quanta (#1811941)
Packit 4f2073
Packit 4f2073
* Fri Feb 07 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-14
Packit 4f2073
- Fix memory leak (found by covscan)
Packit 4f2073
Packit 4f2073
* Fri Feb 07 2020 Václav Doležal <vdolezal@redhat.com> - 1.8.18-13
Packit 4f2073
- Backport fix for CVE-2020-5208 (#1799039)
Packit 4f2073
Packit 4f2073
* Fri Nov 15 2019 Václav Doležal <vdolezal@redhat.com> - 1.8.18-12
Packit 4f2073
- Disable -fstrict-aliasing (RPMDiff issue)
Packit 4f2073
Packit 4f2073
* Tue Oct 15 2019 Václav Doležal <vdolezal@redhat.com> - 1.8.18-11
Packit 4f2073
- Choose the best cipher suite available when connecting over LAN (#1749360)
Packit 4f2073
Packit 4f2073
* Thu Feb 22 2018 Josef Ridky <jridky@redhat.com> - 1.8.18-10
Packit 4f2073
- Spec clean up
Packit 4f2073
- Add support to set kg key
Packit 4f2073
- Fix DDR4 memory issues
Packit 4f2073
- Increase length of sensor id
Packit 4f2073
- Enable usb interface by default
Packit 4f2073
- Fix input options 
Packit 4f2073
Packit 4f2073
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-9
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Tue Jan 30 2018 Josef Ridky <jridky@redhat.com> - 1.8.18-8
Packit 4f2073
- remove old systemd dependencies
Packit 4f2073
Packit 4f2073
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-7
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-6
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Tue Feb 21 2017 Josef Ridky <jridky@redhat.com> - 1.8.18-5
Packit 4f2073
- Fix allocation issue
Packit 4f2073
Packit 4f2073
* Tue Feb 21 2017 Josef Ridky <jridky@redhat.com> - 1.8.18-4
Packit 4f2073
- Add support for OpenSSL-1.1.0 library (#1423743)
Packit 4f2073
Packit 4f2073
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.18-3
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.8.18-2
Packit 4f2073
- Rebuild for readline 7.x
Packit 4f2073
Packit 4f2073
* Mon Oct 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.18-1
Packit 4f2073
- New version (0:1.8.18-1)
Packit 4f2073
- CVE-2011-4339 OpenIPMI
Packit 4f2073
Packit 4f2073
* Tue May 10 2016 Boris Ranto <branto@redhat.com> - 0:1.8.17-1
Packit 4f2073
- New version (0:1.8.17-1)
Packit 4f2073
- CVE-2011-4339 OpenIPMI
Packit 4f2073
Packit 4f2073
* Tue Feb 23 2016 Boris Ranto <branto@redhat.com> - 1.8.16-1
Packit 4f2073
- Rebase to version 1.8.16
Packit 4f2073
Packit 4f2073
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.15-6
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Tue Nov 24 2015 Boris Ranto <branto@redhat.com> - 1.8.15-5
Packit 4f2073
- Split ipmievd bits into a separate package
Packit 4f2073
Packit 4f2073
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.15-4
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Wed Apr 22 2015 Ales Ledvinka <aledvink@redhat.com> 1.8.15-3
Packit 4f2073
- Remove modalias dependency.
Packit 4f2073
Packit 4f2073
* Thu Mar 19 2015 Ales Ledvinka <aledvink@redhat.com> 1.8.15-1
Packit 4f2073
- Upstream release 1.8.15
Packit 4f2073
Packit 4f2073
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-6
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-5
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Tue Apr  8 2014 Ales Ledvinka <aledvink@redhat.com> 1.8.13-4
Packit 4f2073
- Support for environment variable short options.
Packit 4f2073
Packit 4f2073
* Tue Nov  5 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-3
Packit 4f2073
- Cleanup of dual bridge option.
Packit 4f2073
Packit 4f2073
* Tue Oct 15 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-2
Packit 4f2073
- BMC SNMP agent redirection
Packit 4f2073
Packit 4f2073
* Mon Oct 14 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-1
Packit 4f2073
- Upstream release 1.8.13
Packit 4f2073
Packit 4f2073
* Fri Aug 09 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13073103
Packit 4f2073
- Avoid FIPS mode crashes if possible.
Packit 4f2073
- Document FIPS limitations.
Packit 4f2073
Packit 4f2073
* Wed Jul  31 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13073101
Packit 4f2073
- Include current upstream bugfixes.
Packit 4f2073
Packit 4f2073
* Thu Jul 25 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-16
Packit 4f2073
- Calxeda OEM extensions.
Packit 4f2073
Packit 4f2073
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.12-15
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Mon Dec 17 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 1.8.12-14
Packit 4f2073
- Updated the exchange-bmc-os-info's service file with Requires stmt
Packit 4f2073
Packit 4f2073
* Fri Dec 14 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13
Packit 4f2073
- fixed argument parsing leaks
Packit 4f2073
- ask user for password only once and do so only when interactive password
Packit 4f2073
  is the chosen password method.
Packit 4f2073
Packit 4f2073
* Thu Dec 13 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 1.8.12-12
Packit 4f2073
- Removed the extra symbols in the patch, as the build is failing.
Packit 4f2073
Packit 4f2073
* Thu Dec 13 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 1.8.12-11
Packit 4f2073
- Subpackage for exchange-bmc-os-info as it requires OPenIPMI
Packit 4f2073
Packit 4f2073
* Wed Dec 12 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-10
Packit 4f2073
- documented fixed and conditional defaults. adjusted synopsis
Packit 4f2073
Packit 4f2073
* Tue Dec 4 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-9
Packit 4f2073
- fixed ipmitool documentation
Packit 4f2073
Packit 4f2073
* Fri Nov 30 2012 Praveen K Paladugu <praveen_paladugu@dell.com> 1.8.12-8
Packit 4f2073
- service & scripts to allow OS to capture BMC's IP & URL info
Packit 4f2073
- Also pass the OS information to BMC
Packit 4f2073
- patches submitted by Charles Rose (charles_rose[at]dell.com)
Packit 4f2073
Packit 4f2073
* Fri Nov 16 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-7
Packit 4f2073
- failed sol session activation crashes while logging exit
Packit 4f2073
Packit 4f2073
* Fri Nov 16 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-6
Packit 4f2073
- revert default cipersuite back to 3 which includes integrity and confidentiality
Packit 4f2073
Packit 4f2073
* Thu Oct 18 2012 Dan Horák <dan[at]danny.cz> - 1.8.12-5
Packit 4f2073
- fix build on big endian arches
Packit 4f2073
Packit 4f2073
* Wed Oct 17 2012 Ales Ledvinka <aledvink@redhat.cz> 1.8.12-4
Packit 4f2073
- support setting OS name and Hostname on BMC
Packit 4f2073
Packit 4f2073
* Tue Sep 04 2012 Dan Horák <dan[at]danny.cz> - 1.8.12-3
Packit 4f2073
- fix build on big endian arches
Packit 4f2073
Packit 4f2073
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.12-2
Packit 4f2073
- Fixed starting ipmievd under systemd (#819234).
Packit 4f2073
- Updated RPM scriplets with latest systemd-rpm macros (#850161)
Packit 4f2073
Packit 4f2073
* Fri Aug 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.12-1
Packit 4f2073
- update to ipmitool-1.8.12
Packit 4f2073
Packit 4f2073
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-12
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Tue May 22 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.11-11
Packit 4f2073
- start ipmievd.service after ipmi (#819234)
Packit 4f2073
Packit 4f2073
* Thu Apr 26 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.11-10
Packit 4f2073
- fixed ipmievd.service systemd unit (#807757)
Packit 4f2073
Packit 4f2073
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-9
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Tue Dec 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.8.11-8
Packit 4f2073
- fixed CVE-2011-4339
Packit 4f2073
Packit 4f2073
* Mon Sep 12 2011 Tom Callaway <spot@fedoraproject.org> - 1.8.11-7
Packit 4f2073
- convert to systemd
Packit 4f2073
Packit 4f2073
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-6
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Wed Mar  3 2010 Jan Safranek <jsafrane@redhat.com> - 1.8.11-5
Packit 4f2073
- Fixed exit code of ipmievd initscript with wrong arguments
Packit 4f2073
Packit 4f2073
* Mon Nov  2 2009 Jan Safranek  <jsafrane@redhat.com> 1.8.11-4
Packit 4f2073
- fix ipmievd initscript 'condrestart' action (#532188)
Packit 4f2073
Packit 4f2073
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.8.11-3
Packit 4f2073
- rebuilt with new openssl
Packit 4f2073
Packit 4f2073
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-2
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Thu Feb 26 2009 Jan Safranek <jsafrane@redhat.com> 1.8.11-1
Packit 4f2073
- updated to new version
Packit 4f2073
Packit 4f2073
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-4
Packit 4f2073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit 4f2073
Packit 4f2073
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 1.8.10-3
Packit 4f2073
- rebuild with new openssl
Packit 4f2073
Packit 4f2073
* Tue Oct 14 2008 Jan Safranek <jsafrane@redhat.com> 1.8.10-2
Packit 4f2073
- fix issues found during package review:
Packit 4f2073
  - clear Default-Start: line in the init script, the service should be 
Packit 4f2073
    disabled by default
Packit 4f2073
  - added Obsoletes: OpenIPMI-tools
Packit 4f2073
  - compile with --disable-dependency-tracking to speed things up
Packit 4f2073
  - compile with --enable-file-security
Packit 4f2073
  - compile with --disable-intf-free, don't depend on FreeIPMI libraries
Packit 4f2073
    (FreeIPMI has its own ipmitool-like utility)
Packit 4f2073
Packit 4f2073
* Mon Oct 13 2008 Jan Safranek <jsafrane@redhat.com> 1.8.10-1
Packit 4f2073
- package created, based on upstream .spec file