Resolves: 997811
This commit is contained in:
parent
91a7f96bb9
commit
846ade2e08
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ ipmitool-1.8.11.tar.bz2
|
||||
/exchange-bmc-os-info.sysconf
|
||||
/set-bmc-url.sh
|
||||
/ipmitool-1.8.12-130731.tar.bz2
|
||||
/ipmitool-1.8.13.tar.bz2
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: ipmitool
|
||||
Summary: Utility for IPMI control
|
||||
Version: 1.8.12
|
||||
Release: 13073103%{?dist}
|
||||
Version: 1.8.13
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://ipmitool.sourceforge.net/
|
||||
Source0: %{name}-%{version}-130731.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: openipmi-ipmievd.sysconf
|
||||
Source2: ipmievd.service
|
||||
Source3: exchange-bmc-os-info.service
|
||||
@ -86,7 +86,6 @@ done
|
||||
# --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.
|
||||
./bootstrap
|
||||
%configure --disable-dependency-tracking --enable-file-security --disable-intf-free
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -149,6 +148,9 @@ install -Dm 755 %{SOURCE6} %{buildroot}%{_libexecdir}/exchange-bmc-os-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 14 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.13-1
|
||||
- Upstream release 1.8.13
|
||||
|
||||
* Fri Aug 09 2013 Ales Ledvinka <aledvink@redhat.com> 1.8.12-13073103
|
||||
- Avoid FIPS mode crashes if possible.
|
||||
- Document FIPS limitations.
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
b9e0ba4488e56988cd118819d72f9185 ipmitool-1.8.12-130731.tar.bz2
|
||||
64f36baea740f701c5f287805da968a2 ipmitool-1.8.13.tar.bz2
|
||||
95bd2072031533893cd9d5d9c9603d92 exchange-bmc-os-info
|
||||
6598ee7c4ba2c8f69ef2ad48e502cada exchange-bmc-os-info.service
|
||||
3a728964cb3990f3fd6febef36b4e8af exchange-bmc-os-info.sysconf
|
||||
|
Loading…
Reference in New Issue
Block a user