[freeipmi/f17] Update to 1.1.3

Jan Šafránek jsafrane at fedoraproject.org
Wed Mar 7 09:10:08 UTC 2012


commit 69589a5b0039ddc56d53690756bf84ceccc18408
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Wed Mar 7 10:07:14 2012 +0100

    Update to 1.1.3

 .gitignore             |    1 +
 freeipmi-systemd.patch |   81 ------------------------------------------------
 freeipmi.spec          |   26 +++++++++++++--
 sources                |    2 +-
 4 files changed, 24 insertions(+), 86 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ab2c95..1e79c8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ freeipmi-0.8.8.tar.gz
 /freeipmi-1.0.9.tar.gz
 /freeipmi-1.0.10.tar.gz
 /freeipmi-1.1.1.tar.gz
+/freeipmi-1.1.3.tar.gz
diff --git a/freeipmi.spec b/freeipmi.spec
index 9856aaa..2c9042a 100644
--- a/freeipmi.spec
+++ b/freeipmi.spec
@@ -2,10 +2,10 @@
 # Copyright (c) 2003 FreeIPMI Core Team
 #
 
-Release: 2%{?dist}
+Release: 1%{?dist}
 
 Name: freeipmi
-Version: 1.1.1
+Version: 1.1.3
 License: GPLv2+
 Group: Applications/System
 URL: http://www.gnu.org/software/freeipmi/
@@ -17,7 +17,6 @@ BuildRequires: libgcrypt-devel texinfo systemd-units
 Requires(preun): info systemd-units
 Requires(post): info systemd-units systemd-sysv
 Requires(postun): systemd-units
-Patch1: freeipmi-systemd.patch
 
 Summary: IPMI remote console and system management software
 %description
@@ -58,7 +57,6 @@ Provides a tool and a daemon for IPMI node detection.
 
 %prep
 %setup -q
-%patch1 -p1 -b .systemd
 
 %build
 export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
@@ -361,6 +359,26 @@ fi
 %{_unitdir}/ipmidetectd.service
 
 %changelog
+* Wed Mar  7 2012 Jan Safranek <jsafrane at redhat.com> - 1.1.3-1
+- Updated to freeipmi-1.1.3:
+  - Support Supermicro CPU temperature SEL events.
+  - In ipmi-oem, fix corner case with Dell C410x power control
+    calculation.
+  - In all tools, fix error messages to differentiate between invalid
+    and unsupported cipher suite IDs.
+  - In bmc-config, fix a Cipher Suite Privilege configuration
+    corner case in the workaround for an HP DL145 workaround.
+  - In bmc-config, add workaround for Cipher Suite Privilege
+    configuration on Intel S2600JF/Appro 512X.
+  - Various documentation updates.
+  - In libfreeipmi, fix incorrect packet layout for the Get Lan
+    Configuration Parameters RMCPplus Messaging Cipher Suite Entry Support
+    response.
+  - In libipmimonitoring, properly return connection timeout error on
+    connection timeout.
+  - Fix build when using --docdir. 
+  - Various documentation updates.
+
 * Fri Jan  6 2012 Jan Safranek <jsafrane at redhat.com> - 1.1.1-2
 - added systemd unit files (#767611)
 
diff --git a/sources b/sources
index c580c6f..6717d81 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e69caa76be1bbe27215e42ab58ddbad  freeipmi-1.1.1.tar.gz
+c3d3f1cb796dfbea363258120001d34b  freeipmi-1.1.3.tar.gz


More information about the scm-commits mailing list