- update to upstream ipmiutil-2.8.4
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmiutil?expand=0&rev=15
This commit is contained in:
parent
e5951676a3
commit
3f2fe8c173
3
ipmiutil-2.8.4.tar.gz
Normal file
3
ipmiutil-2.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4d05790952118003a697e53e672b52a8c80d647cd40a6ae3679beaf472f7640
|
||||
size 1613630
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 16:13:19 UTC 2012 - arcress@users.sourceforge.net
|
||||
|
||||
- update to upstream ipmiutil-2.8.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 08:37:43 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: ipmiutil
|
||||
Version: 2.8.2
|
||||
Version: 2.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Easy-to-use IPMI server management utilities
|
||||
License: BSD-3-Clause
|
||||
@ -27,6 +27,7 @@ Group: System/Management
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Url: http://ipmiutil.sourceforge.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Patch0: oem_dell-void.patch
|
||||
%if 0%{?suse_version} >= 1210
|
||||
%define req_systemd 1
|
||||
%endif
|
||||
@ -65,6 +66,7 @@ useful for building custom IPMI applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
@ -153,7 +155,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/%{name}/ipmicmd.h
|
||||
%{_includedir}/ipmicmd.h
|
||||
%{_datadir}/%{name}/ipmi_sample.c
|
||||
%{_datadir}/%{name}/Makefile
|
||||
%{_libdir}/libipmiutil.a
|
||||
|
10
oem_dell-void.patch
Normal file
10
oem_dell-void.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/util/oem_dell.c 2012-06-13 12:03:40.000000000 -0400
|
||||
+++ b/util/oem_dell.c 2012-06-13 11:16:41.000000000 -0400
|
||||
@@ -4974,6 +4974,7 @@
|
||||
lprintf(LOG_NOTICE, "");
|
||||
}
|
||||
|
||||
+static void
|
||||
ipmi_delloem_getled_usage(void)
|
||||
{
|
||||
lprintf(LOG_NOTICE, "");
|
Loading…
Reference in New Issue
Block a user