Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rasdaemon for openSUSE:Factory checked in at 2021-07-13 22:37:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rasdaemon (Old) and /work/SRC/openSUSE:Factory/.rasdaemon.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rasdaemon" Tue Jul 13 22:37:20 2021 rev:13 rq:905970 version:0.6.7.4.gdda7d95 Changes: -------- --- /work/SRC/openSUSE:Factory/rasdaemon/rasdaemon.changes 2020-04-29 20:54:42.081316592 +0200 +++ /work/SRC/openSUSE:Factory/.rasdaemon.new.2625/rasdaemon.changes 2021-07-13 22:37:45.945968810 +0200 @@ -1,0 +2,42 @@ +Fri Jul 09 11:20:05 UTC 2021 - tr...@suse.de + +- Enable ppc64le build +- Enhance _service magic +- Update to version 0.6.7.4.gdda7d95: + * Add support for multi-arch builds + * rasdaemon.spec.in: don't install _sharedstatedir + * rasdaemon: Add Ice Lake and Sapphire Rapids MSCOD values + * rasdaemon: fix build error in register_ns_ev_decoder if the sqlite3 is not enabled + * rasdaemon: Modify confiure.ac for Hisilicon Kunpeng errors + * rasdaemon: ras-mc-ctl: Add support for HiSilicon Kunpeng9xx common errors + * rasdaemon: ras-mc-ctl: Add support for HiSilicon Kunpeng920 errors + * rasdaemon: ras-mc-ctl: Add support for the vendor-specific errors + * rasdaemon: ras-mc-ctl: Add memory failure events + * rasdaemon: ras-mc-ctl: Modify ARM processor error summary log + * rasdaemon: add support for memory_failure events + * ras-record: Create RASSTATEDIR at runtime instead of install time + * add labels for A2SDi-8C+-HLN4F + * Added label for ASUS PRIME X570-PRO + * Add code to decode Ampere specific error + * rasdaemon: fix memory leak in parse_ras_data + * Fix ras-mc-ctl script. + * add Supermicro X10SRA-F and H8DGU. + * ras-page-isolation: page which is PAGE_OFFLINE_FAILED can be offlined again + * ras-page-isolation: do_page_offline always considers page offline was successful + * Fix problem from make dist-rpm + * rasdaemon: Add 8 channel decoding for SMCA systems + * rasdaemon: Fix error print + * Create SYSCONFDEFDIR configure parameter + * rasdaemon: ras-mc-ctl: Add ARM processor error information + * rasdaemon: add support for hisilicon common section decoder + * rasdaemon: Add error decoding for new SMCA Load Store bank type + * rasdaemon: Fix "ignoring return value" build warning. + * Match rankX in ras-mc-ctl + * added label for A2SDi-8C-HLN4F + * ras-mc-ctl: PCIe AER: display PCIe dev name + * rasdaemon: add support for memory Corrected Error predictive failure analysis + * rasdaemon: add rbtree support for page record + * rasdaemon: fix the issue that non standard decoder can't work in pthread way + * rasdaemon: add support of l3tag and l3data in hip08 OEM format2 + +------------------------------------------------------------------- Old: ---- rasdaemon-0.6.5+git20200205.3dca35f.tar.xz New: ---- rasdaemon-0.6.7.4.gdda7d95.obscpio rasdaemon.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rasdaemon.spec ++++++ --- /var/tmp/diff_new_pack.YKp2Cl/_old 2021-07-13 22:37:46.513964235 +0200 +++ /var/tmp/diff_new_pack.YKp2Cl/_new 2021-07-13 22:37:46.513964235 +0200 @@ -1,7 +1,7 @@ # # spec file for package rasdaemon # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rasdaemon -Version: 0.6.5+git20200205.3dca35f +Version: 0.6.7.4.gdda7d95 Release: 0 Summary: Utility to receive RAS error tracings License: GPL-2.0-only @@ -32,7 +32,7 @@ BuildRequires: systemd-rpm-macros Requires: perl-DBD-SQLite %{?systemd_requires} -%ifnarch s390x ppc64le +%ifnarch s390x Requires: dmidecode %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YKp2Cl/_old 2021-07-13 22:37:46.541964010 +0200 +++ /var/tmp/diff_new_pack.YKp2Cl/_new 2021-07-13 22:37:46.541964010 +0200 @@ -1,20 +1,17 @@ <services> - <service mode="disabled" name="tar_scm"> + <service name="obs_scm" mode="localonly"> <param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">rasdaemon</param> -<!-- - <param name="revision">refs/tags/0.6.5</param> - <param name="versionformat">@PARENT_TAG@</param> ---> <param name="revision">refs/heads/master</param> - <param name="versionformat">@PARENT_TAG@+git%cd.%h</param> + <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param> <param name="versionrewrite-pattern">v(.*)</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"/> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.YKp2Cl/_old 2021-07-13 22:37:46.557963881 +0200 +++ /var/tmp/diff_new_pack.YKp2Cl/_new 2021-07-13 22:37:46.557963881 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param> - <param name="changesrevision">3dca35f17effa102b7140d5554401ef2292425b7</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">dda7d95bcbbb95e0db557a7a9325ee9815ab4e9b</param></service></servicedata> \ No newline at end of file ++++++ rasdaemon.obsinfo ++++++ name: rasdaemon version: 0.6.7.4.gdda7d95 mtime: 1622027095 commit: dda7d95bcbbb95e0db557a7a9325ee9815ab4e9b