Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ipmitool for openSUSE:Factory checked in at 2021-07-16 22:12:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipmitool (Old) and /work/SRC/openSUSE:Factory/.ipmitool.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipmitool" Fri Jul 16 22:12:29 2021 rev:43 rq:905242 version:1.8.18.237.g11c7605 Changes: -------- --- /work/SRC/openSUSE:Factory/ipmitool/ipmitool.changes 2021-06-01 10:34:08.924474616 +0200 +++ /work/SRC/openSUSE:Factory/.ipmitool.new.2632/ipmitool.changes 2021-07-16 22:12:53.294768272 +0200 @@ -1,0 +2,32 @@ +Thu Jul 08 15:10:12 UTC 2021 - tr...@suse.de + +- Update to version 1.8.18+git20210622.11c7605: + * Fix codefactor-io / CodeFactor warnings + * Use /run instead of /var/run + * oem: Update product IDs for YADRO + * lan: Add processing of get/set specific CCs + * lan: Refactor pointer style + * doc: update lanplus doc to reflect default cipher suite change + * ekanalyzer: Fix internal use area off-by-one bug + * ekanalyzer frushow: Fix internal area size calc + * sel: Fix "power supply inactive" flag offset + * free: Fix implicit function declarations + * Convert line endings to LF + +- Update source file: +M enterprise-numbers +- Adopt to latest sources: +M 0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch +- Remove mainline patches: +D 0007-bsc#1175328-check-for-correct-fd.patch +D 0008-bsc#1181063-dont-parametrize-pidfile-name.patch +D Use-run-instead-of-var-run.patch +D lanplus-don-t-retry-pre-session-Get-cipher-suites.patch + +- Config file in /etc must not be executable + /etc/bmc-snmp-proxy + +- Enhance _service file to always get latest sources and get the + version correctly parsed + +------------------------------------------------------------------- Old: ---- 0007-bsc#1175328-check-for-correct-fd.patch 0008-bsc#1181063-dont-parametrize-pidfile-name.patch Use-run-instead-of-var-run.patch ipmitool-1.8.18+git20200916.1245aaa387dc.tar.xz lanplus-don-t-retry-pre-session-Get-cipher-suites.patch New: ---- ipmitool-1.8.18.237.g11c7605.obscpio ipmitool.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipmitool.spec ++++++ --- /var/tmp/diff_new_pack.X41Y3P/_old 2021-07-16 22:12:54.094762619 +0200 +++ /var/tmp/diff_new_pack.X41Y3P/_new 2021-07-16 22:12:54.098762590 +0200 @@ -17,7 +17,7 @@ Name: ipmitool -Version: 1.8.18+git20200916.1245aaa387dc +Version: 1.8.18.237.g11c7605 Release: 0 Summary: Utility for IPMI Control License: BSD-3-Clause @@ -33,10 +33,6 @@ Patch4: 0004-Adjust-SUSE-paths.patch Patch5: 0005-HPM-x-compatibility-message-is-DEBUG-only.patch Patch6: 0006-Make-IANA-PEN-download-configurable-fix-uninitalized.patch -Patch7: 0007-bsc#1175328-check-for-correct-fd.patch -Patch8: 0008-bsc#1181063-dont-parametrize-pidfile-name.patch -Patch9: lanplus-don-t-retry-pre-session-Get-cipher-suites.patch -Patch10: Use-run-instead-of-var-run.patch BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: readline-devel @@ -154,7 +150,7 @@ %files bmc-snmp-proxy %attr(755,root,root) %{_sbindir}/bmc-snmp-proxy %{_sbindir}/rcbmc-snmp-proxy -%config(noreplace) %{_sysconfdir}/bmc-snmp-proxy +%attr(644,root,root) %config(noreplace) %{_sysconfdir}/bmc-snmp-proxy %{_unitdir}/bmc-snmp-proxy.service %changelog ++++++ 0003-Cleanup-and-compiler-issues-only-no-functional-chang.patch ++++++ --- /var/tmp/diff_new_pack.X41Y3P/_old 2021-07-16 22:12:54.130762364 +0200 +++ /var/tmp/diff_new_pack.X41Y3P/_new 2021-07-16 22:12:54.134762336 +0200 @@ -11,11 +11,11 @@ lib/ipmi_picmg.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -diff --git a/lib/ipmi_ekanalyzer.c b/lib/ipmi_ekanalyzer.c -index be6b671ac6aa..73472e74d760 100644 ---- a/lib/ipmi_ekanalyzer.c -+++ b/lib/ipmi_ekanalyzer.c -@@ -4017,7 +4017,7 @@ ipmi_ek_display_clock_config_record(struct ipmi_ek_multi_header *record) +Index: ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_ekanalyzer.c +=================================================================== +--- ipmitool-1.8.18+git20210622.11c7605.orig/lib/ipmi_ekanalyzer.c ++++ ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_ekanalyzer.c +@@ -4055,7 +4055,7 @@ ipmi_ek_display_clock_config_record(stru (feature & 1) ? "Source" : "Receiver"); printf("\tFamily: 0x%02x - AccLVL: 0x%02x\n", family, accuracy); @@ -24,11 +24,11 @@ freq, min_freq, max_freq); } printf("\n"); -diff --git a/lib/ipmi_picmg.c b/lib/ipmi_picmg.c -index 8becc7883922..a7e32f626894 100644 ---- a/lib/ipmi_picmg.c -+++ b/lib/ipmi_picmg.c -@@ -949,7 +949,7 @@ ipmi_picmg_portstate_get(struct ipmi_intf * intf, int32_t interface, +Index: ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_picmg.c +=================================================================== +--- ipmitool-1.8.18+git20210622.11c7605.orig/lib/ipmi_picmg.c ++++ ipmitool-1.8.18+git20210622.11c7605/lib/ipmi_picmg.c +@@ -949,7 +949,7 @@ ipmi_picmg_portstate_get(struct ipmi_int } else if (d->type >= 0x06 && d->type <= 0xef) { @@ -37,7 +37,7 @@ } else if (d->type >= 0xf0 && d->type <= 0xfe) { -@@ -1805,7 +1805,7 @@ ipmi_picmg_clk_get(struct ipmi_intf * intf, uint8_t clk_id, int8_t clk_res, +@@ -1805,7 +1805,7 @@ ipmi_picmg_clk_get(struct ipmi_intf * in oemval2str( rsp->data[3], rsp->data[4], picmg_clk_accuracy_vals)); @@ -46,6 +46,3 @@ } } } --- -2.26.0 - ++++++ _service ++++++ --- /var/tmp/diff_new_pack.X41Y3P/_old 2021-07-16 22:12:54.162762138 +0200 +++ /var/tmp/diff_new_pack.X41Y3P/_new 2021-07-16 22:12:54.162762138 +0200 @@ -1,21 +1,20 @@ <services> - <service mode="disabled" name="tar_scm"> + <service name="obs_scm" mode="localonly"> <param name="url">https://github.com/ipmitool/ipmitool.git</param> <param name="scm">git</param> <param name="version">HEAD</param> + <param name="versionrewrite-pattern">IPMITOOL_([0-9]*)_([0-9]*)_([0-9]*)</param> + <param name="versionrewrite-replacement">\1.\2.\3</param> + <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param> <param name="changesgenerate">enable</param> - <param name="filename">ipmitool</param> -<!-- - <param name="versionformat">1.8.18</param> ---> - <param name="versionformat">1.8.18+git%cd.%h</param> </service> - <service mode="disabled" name="recompress"> + <service name="set_version" mode="localonly"/> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"/> - <service mode="disabled" name="download_url"> + <service name="download_url" mode="localonly"> <param name="protocol">http</param> <param name="host">www.iana.org</param> <param name="path">assignments/enterprise-numbers/enterprise-numbers</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.X41Y3P/_old 2021-07-16 22:12:54.182761996 +0200 +++ /var/tmp/diff_new_pack.X41Y3P/_new 2021-07-16 22:12:54.182761996 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/ipmitool/ipmitool.git</param> - <param name="changesrevision">1245aaa387dca1cb99408869b2c1b3e2410a1352</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">11c7605c0d5423f90f399f5e830d1095089f38a1</param></service></servicedata> \ No newline at end of file ++++++ enterprise-numbers ++++++ ++++ 7399 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/ipmitool/enterprise-numbers ++++ and /work/SRC/openSUSE:Factory/.ipmitool.new.2632/enterprise-numbers ++++++ ipmitool.obsinfo ++++++ name: ipmitool version: 1.8.18.237.g11c7605 mtime: 1624395349 commit: 11c7605c0d5423f90f399f5e830d1095089f38a1