osc copypac from project:Base:System package:mcelog revision:100, using expand

OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=102
This commit is contained in:
Dirk Mueller 2023-05-29 20:23:48 +00:00 committed by Git OBS Bridge
parent 4cf9a5710e
commit 2f3af81d83
7 changed files with 11 additions and 42 deletions

View File

@ -1,13 +1,12 @@
<services>
<service name="obs_scm" mode="manual">
<service name="obs_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">https://github.com/andikleen/mcelog.git</param>
<param name="changesgenerate">enable</param>
<param name="revision">v194</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="set_version" mode="manual"/>
<service name="set_version" mode="localonly"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>

View File

@ -5,4 +5,4 @@
<param name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
<param name="changesrevision">a4edca25ef3bd8780ae1dc54bc203973ec7f1640</param></service><service name="tar_scm">
<param name="url">https://github.com/andikleen/mcelog.git</param>
<param name="changesrevision">8f33fdc47160edce09d75e1316b4d88129ca60a0</param></service></servicedata>
<param name="changesrevision">a4edca25ef3bd8780ae1dc54bc203973ec7f1640</param></service></servicedata>

3
mcelog-181.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8bb19a40c1a1a533a952b5b27eaa23dfa0184a89f8f0af0eaa5ac99eb38edc2
size 630284

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e64fc2d95bb1eb86f8aa2d9e6d5ca50d93c64e1eaf5a1a77c316652c83e3fa96
size 641548

View File

@ -1,33 +1,3 @@
-------------------------------------------------------------------
Mon May 29 20:13:03 UTC 2023 - dmueller@suse.com
- Update to version 194:
* mcelog: New model number for Arrowlake
* mcelog: Don't overwrite model number when lookup fails
* mcelog: Add Graniterapids, Grandridge and Sierraforest
* mcelog: New model number for Lunarlake
* mcelog: Add Emerald Rapids
* mcelog: Add decode support for Sapphire Rapids
* Update PFA_test_howto
* mcelog: Add support for Meteor Lake
* mcelog: Add another Raptor Lake CPU model
* Fix generation of cputype files
* mcelog: Add missing model numbers for Broadwell and Raptorlake
* mcelog: Makefile: Only touch cputype.h if needed to create it
* Makefile: add install-nodoc target
* Use env as the shebang target
* Add missing dependencies for cputype include files
* mcelog: Reverse sens of check to call resolveaddr()
* mcelog: Reverse the sense of the check to set memory_error_support
* mcelog: Drop CASE_INTEL define
* mcelog: Generate cpu_choices[] from table
* mcelog: Generate the cputype_name[] array from the table
* mcelog: Add CPU model numbers to table and generate switch function
* mcelog: Generate CPU_* enums from a table
* mcelog: Add two more Alderlake model numbers
* mcelog: Reduce default threshold for corrected error page offline
* Make genconfig use python3
-------------------------------------------------------------------
Tue May 03 11:32:42 UTC 2022 - moritz.kodytek@suse.com

View File

@ -1,4 +1,4 @@
name: mcelog
version: 194
mtime: 1680724748
commit: 8f33fdc47160edce09d75e1316b4d88129ca60a0
version: 181
mtime: 1650316407
commit: a4edca25ef3bd8780ae1dc54bc203973ec7f1640

View File

@ -1,7 +1,7 @@
#
# spec file for package mcelog
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: mcelog
Version: 194
Version: 181
Release: 0
Summary: Log Machine Check Events
License: GPL-2.0-only