Update to upstream release 1.2.9
This commit is contained in:
parent
5ad75c030a
commit
456313f670
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ freeipmi-0.8.8.tar.gz
|
||||
/freeipmi-1.2.5.tar.gz
|
||||
/freeipmi-1.2.6.tar.gz
|
||||
/freeipmi-1.2.7.tar.gz
|
||||
/freeipmi-1.2.9.tar.gz
|
||||
|
@ -1,18 +0,0 @@
|
||||
diff -up ./common/toolcommon/pstdout.c.vaty ./common/toolcommon/pstdout.c
|
||||
--- ./common/toolcommon/pstdout.c.vaty 2013-05-30 16:04:27.461099744 +0200
|
||||
+++ ./common/toolcommon/pstdout.c 2013-05-30 16:04:36.516115447 +0200
|
||||
@@ -761,12 +761,12 @@ pstdout_vprintf(pstdout_state_t pstate,
|
||||
return -1;
|
||||
}
|
||||
|
||||
- if (!ap)
|
||||
+/* if (!ap)
|
||||
{
|
||||
pstdout_errnum = PSTDOUT_ERR_PARAMETERS;
|
||||
return -1;
|
||||
}
|
||||
-
|
||||
+*/
|
||||
rv = _pstdout_print(pstate, 0, stdout, format, ap);
|
||||
return rv;
|
||||
}
|
@ -2,8 +2,8 @@
|
||||
# Copyright (c) 2003 FreeIPMI Core Team
|
||||
|
||||
Name: freeipmi
|
||||
Version: 1.2.7
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: IPMI remote console and system management software
|
||||
License: GPLv3+
|
||||
Group: Applications/System
|
||||
@ -17,9 +17,6 @@ Requires(preun): info systemd-units
|
||||
Requires(post): info systemd-units systemd-sysv
|
||||
Requires(postun): systemd-units
|
||||
|
||||
# http://lists.gnu.org/archive/html/freeipmi-devel/2013-05/msg00027.html
|
||||
Patch1: freeipmi-1.2.7-va_list.patch
|
||||
|
||||
%description
|
||||
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
||||
"System Management Software" (in-band) based on Intelligent
|
||||
@ -60,7 +57,6 @@ IPMI SEL syslog logging daemon.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .va_list
|
||||
|
||||
%build
|
||||
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
|
||||
@ -349,6 +345,16 @@ fi
|
||||
%dir %{_localstatedir}/cache/ipmiseld
|
||||
|
||||
%changelog
|
||||
* Fri Jul 19 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.9-1
|
||||
- Updated to upstream freeipmi-1.2.9
|
||||
- Fix threshold output corner case in ipmi-sensors.
|
||||
- Fix invalid declaration in libipmimonitoring header.
|
||||
- Fix older compiler build problems.
|
||||
-
|
||||
- Fix portability build bug on ARM systems.
|
||||
- Add 'internal IPMI error' troubleshooting to manpages.
|
||||
- Fix bmc-info corner case on Bull 510 systems.
|
||||
|
||||
* Fri May 31 2013 Ales Ledvinka <aledvink@redhat.com> - 1.2.7-2
|
||||
- Fix build on architectures where va_list is not pointer.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user