Hello community, here is the log from the commit of package mcelog for openSUSE:Factory checked in at 2020-08-20 22:23:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcelog (Old) and /work/SRC/openSUSE:Factory/.mcelog.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mcelog" Thu Aug 20 22:23:01 2020 rev:52 rq:827098 version:170 Changes: -------- --- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes 2019-11-25 11:24:18.942105606 +0100 +++ /work/SRC/openSUSE:Factory/.mcelog.new.3399/mcelog.changes 2020-08-20 22:23:02.575818954 +0200 @@ -1,0 +2,11 @@ +Sun Aug 16 19:01:17 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 170: + * mcelog: Add Cometlake client model numbers + * mcelog: Do not start mcelog service if edac_mce_amd module is loaded + * mcelog: Decode and print stepping from cpuid + * mcelog: Add "kflags" field to "struct mce" + * Add reporter tracking to trigger-invoking functions. + * mcelog: Add decode for MCi_MISC from 10nm memory controller + +------------------------------------------------------------------- Old: ---- mcelog-1.66.tar.xz New: ---- mcelog-170.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcelog.spec ++++++ --- /var/tmp/diff_new_pack.Q37zoc/_old 2020-08-20 22:23:03.623819445 +0200 +++ /var/tmp/diff_new_pack.Q37zoc/_new 2020-08-20 22:23:03.627819447 +0200 @@ -1,7 +1,7 @@ # # spec file for package mcelog # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,16 @@ #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates + %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif - Name: mcelog -Version: 1.66 +Version: 170 Release: 0 Summary: Log Machine Check Events License: GPL-2.0-only Group: System/Monitoring -Url: http://www.mcelog.org/ -Source: %{name}-%{version}.tar.xz +URL: https://mcelog.org/ +Source: https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/snapshot/mcelog-%{version}.tar.gz Source2: mcelog.sysconfig Source3: mcelog.systemd Source5: mcelog.tmpfiles @@ -46,11 +45,11 @@ Patch11: mcelog-socket-path.patch Patch12: fix_setgroups_missing_call.patch BuildRequires: libesmtp-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(systemd) Requires: logrotate Requires(pre): %fillup_prereq -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 +ExclusiveArch: %{ix86} x86_64 %{?systemd_requires} %description @@ -66,7 +65,8 @@ %autosetup %build -make %{?_smp_mflags} CFLAGS="%{optflags} -fpie -pie" +echo "%{version}" > .os_version +%make_build CFLAGS="%{optflags} -fpie -pie" %install export prefix=%{buildroot}%{_prefix}
