Accepting request 688262 from Base:System
OBS-URL: https://build.opensuse.org/request/show/688262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcelog?expand=0&rev=49
This commit is contained in:
commit
3cb234aed4
4
_service
4
_service
@ -4,9 +4,9 @@
|
||||
<param name="url">https://github.com/andikleen/mcelog</param>
|
||||
<param name="subdir"></param>
|
||||
<param name="filename">mcelog</param>
|
||||
<param name="versionformat">1.60</param>
|
||||
<param name="versionformat">1.62</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/v160</param>
|
||||
<param name="revision">refs/tags/v162</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">mcelog*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/andikleen/mcelog</param>
|
||||
<param name="changesrevision">10b832edec31d48adf414709dec9327354310f52</param></service></servicedata>
|
||||
<param name="changesrevision">0062f7cb3ff0f94709087ac302d502f5e39f6e60</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7772667527a3b4089a72387b0b4fb52fa3095a5e1e7743c88edd5dc944bf45c
|
||||
size 279564
|
3
mcelog-1.62.tar.xz
Normal file
3
mcelog-1.62.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7462b09d1c2e45d09e9729ce1bb3063c9c273041cd4485875c59cb27780a25df
|
||||
size 278808
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 11:31:24 UTC 2019 - christian.voegl@suse.com
|
||||
|
||||
- Update to version 1.62:
|
||||
* mcelog: Fix memory controller bank channel mappings for Skylake
|
||||
* mcelog: update tests for new error code
|
||||
* mcelog: Add decoding for Optane DC persistent memory mode
|
||||
* mcelog: Deduce channel number for Haswell/Broadwell/Skylake systems
|
||||
- Change mcelog.spec to use autosetup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 15:52:28 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
22
mcelog.spec
22
mcelog.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mcelog
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,10 +22,10 @@
|
||||
%endif
|
||||
|
||||
Name: mcelog
|
||||
Version: 1.60
|
||||
Version: 1.62
|
||||
Release: 0
|
||||
Summary: Log Machine Check Events
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: System/Monitoring
|
||||
Url: http://www.mcelog.org/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
@ -63,19 +63,7 @@ It should run on any x86-64 system.
|
||||
In addition, it allows decoding machine check kernel panic messages.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags} -fpie -pie"
|
||||
|
Loading…
Reference in New Issue
Block a user