SHA256
1
0
forked from pool/ipmitool
Klaus Kämpf 2013-02-28 13:23:24 +00:00 committed by Git OBS Bridge
parent 3f6e4de05e
commit 19edee2bc0
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 28 12:28:56 UTC 2013 - kkaempf@suse.com
- Version 1.8.12 released 2012-08-09
Changes: many, see
http://ipmitool.cvs.sourceforge.net/viewvc/ipmitool/ipmitool/ChangeLog?revision=1.37&view=markup&pathrev=IPMITOOL_1_8_12
-------------------------------------------------------------------
Mon Feb 13 10:47:55 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Sat Oct 15 04:47:10 UTC 2011 - coolo@suse.com

View File

@ -23,9 +23,9 @@ BuildRequires: openssl-devel readline-devel
BuildRequires: libtool
Url: http://ipmitool.sourceforge.net/
Summary: Utility for IPMI Control
Version: 1.8.11
Version: 1.8.12
Release: 9
License: BSD3c
License: BSD-3-Clause
Group: System/Management
Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Patch: compile-fixes
@ -35,8 +35,8 @@ Patch3: fwum_enhance_output.patch
Patch4: sdradd_close_file_handle.patch
Patch5: ekanalyzer_fix_wrong_type_comparison.patch
Patch6: fix_file_permissions.patch
Patch7: lan_fix_return_value.patch
Patch8: several_more_compile_fixes.patch
Patch9: automake-1.13.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -60,14 +60,14 @@ and setting LAN configuration, and chassis power control.
%prep
%setup -q
%patch -p1
%patch1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%build
touch INSTALL NEWS