SPECS: ipmitool.spec - don't close used fd
arekm
arekm at pld-linux.org
Thu Aug 31 15:32:03 CEST 2006
Author: arekm Date: Thu Aug 31 13:32:03 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't close used fd
---- Files affected:
SPECS:
ipmitool.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/ipmitool.spec
diff -u SPECS/ipmitool.spec:1.12 SPECS/ipmitool.spec:1.13
--- SPECS/ipmitool.spec:1.12 Wed Aug 9 09:01:04 2006
+++ SPECS/ipmitool.spec Thu Aug 31 15:31:57 2006
@@ -3,7 +3,7 @@
Summary(pl): Prosty działający z linii poleceń interfejs do systemów obsługujących IPMI
Name: ipmitool
Version: 1.8.8
-Release: 3
+Release: 4
License: BSD
Group: Applications/System
Source0: http://dl.sourceforge.net/ipmitool/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@
Source1: %{name}-ipmievd.init
Source2: %{name}-ipmievd.sysconfig
Patch0: %{name}-nodoc.patch
+Patch1: %{name}-fd.patch
URL: http://ipmitool.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -58,6 +59,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize} --ltdl
@@ -120,6 +122,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/08/31 13:31:57 arekm
+- don't close used fd
+
Revision 1.12 2006/08/09 07:01:04 arekm
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ipmitool.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list