Hello community, here is the log from the commit of package freeipmi for openSUSE:Factory checked in at 2018-07-09 13:28:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freeipmi (Old) and /work/SRC/openSUSE:Factory/.freeipmi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freeipmi" Mon Jul 9 13:28:24 2018 rev:37 rq:621121 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes 2017-11-25 08:42:55.285684026 +0100 +++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes 2018-07-09 13:29:19.522734930 +0200 @@ -1,0 +2,46 @@ +Fri May 4 05:58:46 UTC 2018 - [email protected] + +- Update to 1.6.2 + o Fix error in bridging where bridged requests were sent to the + wrong LUN. + o Fix command parsing bugs in legacy ipmi-config scripts + (i.e. bmc-config, ipmi-pef-config, etc.) + o Do not output full path of daemons in syslog, output only the + daemon name (i.e. output "ipmidetected" instead of + "/usr/sbin/ipmidetectd"). + o Update channel range from 0-7 to 0-11, per errata IPMI update. + +------------------------------------------------------------------- +Sat Feb 3 10:11:46 UTC 2018 - [email protected] + +- Update to 1.6.1 + o Add IPv6 hostname support to FreeIPMI, all of FreeIPMI can now take + IPv6 addresses as inputs to "host" parameters, options, or inputs. + o Support significant portions of IPMI IPv6 configuration in + libfreeipmi. + o Add --no-session option in ipmi-raw. + o Add SDR cache options to ipmi-config. + o Legacy -f short option for --flush-cache and -Q short option for + quiet-cache. Backwards compatible for tools that supported it + before. + o In ipmi-oem, support Gigabyte get-bmc-services and + set-bmc-services. + o Various performance improvements: + - Remove excessive calls to secure_memset to clear memory. + - Remove excessive memsets and clears of data. + - Remove unnecessary "double input checks". + - Remove expensive input checks in libfreeipmi fiid library. + Fallout from this may include FIID_ERR_FIELD_NOT_FOUND + errors in different fiid functions. + - Remove unnecessary input checks in libfreeipmi fiid library. + - Add recent 'lookups' of fields in fiid library to internal + cache. + o Various minor fixes/improvements + - Update libfreeipmi core API to use poll() instead of select(), to + avoid issues with applications with a high number of threads. + + - As a side point, while IPv6 networking support has been added, IPv6 + configuration in ipmi-config & bmc-config is not supported in this + release. + +------------------------------------------------------------------- Old: ---- freeipmi-1.5.7.tar.gz freeipmi-1.5.7.tar.gz.sig New: ---- freeipmi-1.6.2.tar.gz freeipmi-1.6.2.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freeipmi.spec ++++++ --- /var/tmp/diff_new_pack.onQwyr/_old 2018-07-09 13:29:20.126733706 +0200 +++ /var/tmp/diff_new_pack.onQwyr/_new 2018-07-09 13:29:20.134733690 +0200 @@ -1,7 +1,7 @@ # # spec file for package freeipmi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2003-2008 FreeIPMI Core Team # # All modifications and additions to the file contributed by third parties @@ -43,14 +43,14 @@ %{!?_initddir: %global _initddir %{_sysconfdir}/init.d} Name: freeipmi -Version: 1.5.7 +Version: 1.6.2 Release: %{release} Url: http://www.gnu.org/software/freeipmi/ Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz Source4: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz.sig Source5: %{name}.keyring Summary: FreeIPMI -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Management BuildRequires: automake BuildRequires: libgcrypt-devel @@ -226,8 +226,14 @@ make install DESTDIR=%{buildroot} %endif +mkdir -p %{buildroot}%{_datadir}/doc/packages/freeipmi-bmc-watchdog +mv %{buildroot}%{_datadir}/doc/packages/freeipmi/*bmc-watchdog* %{buildroot}%{_datadir}/doc/packages/freeipmi-bmc-watchdog + # Silent build check warning rm -f %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL +rm -rf %{buildroot}%{_datadir}/doc/packages/freeipmi/contrib +rm -rf %{buildroot}%{_datadir}/doc/packages/freeipmi/freeipmi-design.txt +rm -rf %{buildroot}%{_datadir}/doc/packages/freeipmi/freeipmi-testing.txt %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel} # remove /etc/init.d -> /etc/rc.d/init.d @@ -375,6 +381,9 @@ # doc INSTALL %doc NEWS %doc README +%doc README.argp +%doc README.build +%doc README.openipmi %doc TODO %doc %{_infodir}/* %doc COPYING.ipmiping @@ -385,6 +394,9 @@ %doc COPYING.ipmidetect %doc COPYING.ipmi-fru %doc COPYING.ZRESEARCH +%doc COPYING.ipmi-dcmi +%doc COPYING.ipmiseld +%doc COPYING.sunbmc %doc DISCLAIMER.ipmiping %doc DISCLAIMER.ipmipower %doc DISCLAIMER.ipmiconsole @@ -399,12 +411,14 @@ %doc DISCLAIMER.pstdout.UC %doc DISCLAIMER.ipmidetect.UC %doc DISCLAIMER.ipmi-fru.UC +%doc DISCLAIMER.ipmi-dcmi +%doc DISCLAIMER.ipmiseld %doc doc/freeipmi-coding.txt %doc doc/freeipmi-hostrange.txt %doc doc/freeipmi-libraries.txt %doc doc/freeipmi-bugs-issues-and-workarounds.txt -#%dir %{_docdir} -%{_docdir}/%{name} +%doc freeipmi-oem-documentation-requirements.txt + %if 0%{?fedora_version} == 20 %{docpath} %endif ++++++ freeipmi-1.5.7.tar.gz -> freeipmi-1.6.2.tar.gz ++++++ ++++ 186389 lines of diff (skipped)
