OBS User unknown
2007-03-07 20:27:10 +00:00
committed by Git OBS Bridge
parent e3799b2bbd
commit 9a1ebfb880
6 changed files with 26 additions and 7238 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ipmitool (Version 1.8.8cvs20061013)
# spec file for package ipmitool (Version 1.8.9)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -14,13 +14,13 @@ Name: ipmitool
BuildRequires: openssl-devel readline-devel
URL: http://ipmitool.sourceforge.net/
Summary: Utility for IPMI Control
Version: 1.8.8cvs20061013
Release: 2
Version: 1.8.9
Release: 1
License: BSD License and BSD-like
Group: System/Management
Source: ipmitool-1.8.8.tar.gz
Patch: ipmitool-CVS-2006-10-13.patch
Patch2: ipmitool-cvs-compile-fixes
Source: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
# Patch: ipmitool-CVS-2006-10-13.patch
# Patch2: ipmitool-cvs-compile-fixes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -42,9 +42,9 @@ and setting LAN configuration, and chassis power control.
%prep
%setup -n %{name}-1.8.8
%patch -p1
%patch2 -p1
%setup
# %patch -p1
# %patch2 -p1
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure \
@@ -67,15 +67,18 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%doc AUTHORS COPYING README contrib
%{_bindir}/*
%{_sbindir}/*
%dir %{_datadir}/ipmitool
%{_datadir}/ipmitool/*
# %dir %{_datadir}/ipmitool
#%{_datadir}/doc/packages/ipmitool/*
%doc %{_mandir}/man1/*
%doc %{_mandir}/man8/*
%changelog -n ipmitool
%changelog
* Wed Mar 07 2007 - duwe@suse.de
- update to 1.8.9, fixing ipmievd crashing.
This was requested in Bug#246456
* Fri Oct 13 2006 - duwe@suse.de
- update to today's CVS state
* might fix SoL issues (Fate #30911)