diff --git a/ipmiutil-2.8.4.tar.gz b/ipmiutil-2.8.4.tar.gz new file mode 100644 index 0000000..b456f0e --- /dev/null +++ b/ipmiutil-2.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d05790952118003a697e53e672b52a8c80d647cd40a6ae3679beaf472f7640 +size 1613630 diff --git a/ipmiutil.changes b/ipmiutil.changes index ada879d..7c054f0 100644 --- a/ipmiutil.changes +++ b/ipmiutil.changes @@ -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 diff --git a/ipmiutil.spec b/ipmiutil.spec index 4aeabd0..2005c2a 100644 --- a/ipmiutil.spec +++ b/ipmiutil.spec @@ -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 diff --git a/oem_dell-void.patch b/oem_dell-void.patch new file mode 100644 index 0000000..21e5b6e --- /dev/null +++ b/oem_dell-void.patch @@ -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, "");