SHA256
1
0
forked from pool/ipmiutil
Klaus Kämpf 2013-10-04 08:08:03 +00:00 committed by Git OBS Bridge
parent e9d6e630a4
commit a247eed0c3
5 changed files with 17 additions and 8 deletions

View File

@ -1,10 +1,10 @@
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in ../orig-ipmiutil-2.8.8/configure.in ./configure.in
--- ../orig-ipmiutil-2.8.8/configure.in 2013-02-06 16:16:23.000000000 +0100
+++ ./configure.in 2013-02-28 14:34:28.241199677 +0100
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-ipmiutil-2.9.1/configure.in ./configure.in
--- ../orig-ipmiutil-2.9.1/configure.in 2013-05-15 18:56:19.000000000 +0200
+++ ./configure.in 2013-10-04 10:05:24.352689973 +0200
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(util/ipmiutil.c)
AM_INIT_AUTOMAKE(ipmiutil,2.8.8)
AM_INIT_AUTOMAKE(ipmiutil,2.9.1)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db0fd15d3c8a8ee27b85e6a7b014fcdcf1b040771336294dea935b0dc18326b7
size 1656062

3
ipmiutil-2.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6cb587a73b8f37796eda75a33d5321e1aa7dbbd266aa793f42005623b27aaa14
size 1676716

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 4 08:02:42 UTC 2013 - kkaempf@suse.com
- update to upstream ipmiutil-2.9.1
See http://ipmiutil.sourceforge.net/docs/ChangeLog
-------------------------------------------------------------------
Thu Feb 28 13:35:16 UTC 2013 - kkaempf@suse.com

View File

@ -18,7 +18,7 @@
Name: ipmiutil
Version: 2.8.8
Version: 2.9.1
Release: 1%{?dist}
Summary: Easy-to-use IPMI server management utilities
License: BSD-3-Clause
@ -132,6 +132,7 @@ rm -rf %{buildroot}
%{_datadir}/%{name}/ipmi_if.sh
%{_datadir}/%{name}/evt.sh
%{_datadir}/%{name}/bmclanpet.mib
%{_datadir}/%{name}/ipmi.init.basic
%{_mandir}/man8/isel.8*
%{_mandir}/man8/isensor.8*
%{_mandir}/man8/ireset.8*
@ -158,6 +159,8 @@ rm -rf %{buildroot}
%{_mandir}/man8/iekanalyzer.8*
%{_mandir}/man8/itsol.8*
%{_mandir}/man8/idcmi.8*
%{_mandir}/man8/ismcoem.8*
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%doc doc/UserGuide