Accepting request 905972 from home:trenn:branches:Base:System
- Update to version 177: * mcelog: Update MSCOD error bit descriptions to match SDM * mcelog: Fix issues with "yellow" cache offlining * Add reference to Linux::MCELog * test: avoid the pfa test hang - Add _service git magic unit file to remove a warning from systemd. (bsc#1185151) OBS-URL: https://build.opensuse.org/request/show/905972 OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=95
This commit is contained in:
parent
92d57225ff
commit
94385e5c0c
13
_service
13
_service
@ -1,14 +1,15 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">v175</param>
|
||||
<param name="versionformat">175</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">mcelog*.tar</param>
|
||||
<service name="set_version" mode="localonly"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/andikleen/mcelog</param>
|
||||
<param name="changesrevision">ee90ff20ce6a4d5e016aa249ce8b37f359f9fda4</param></service><service name="tar_scm">
|
||||
<param name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
||||
<param name="changesrevision">7b776a8c005b60572f49797e81287540f99fff1f</param></service></servicedata>
|
||||
<param name="changesrevision">eec66726df56faad2a3dd956b4bd13af6bf71b9e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed25a39bb20178e79e18cc5d3202b198868986ec3e964b6285f6a7bac8469fdf
|
||||
size 315350
|
3
mcelog-177.obscpio
Normal file
3
mcelog-177.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1398c931faffe9873f3ec623c9a6935da9e3498db70f1b20c28ee51532316fd4
|
||||
size 637452
|
@ -1,8 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 09 13:29:25 UTC 2021 - trenn@suse.de
|
||||
|
||||
- Update to version 177:
|
||||
* mcelog: Update MSCOD error bit descriptions to match SDM
|
||||
* mcelog: Fix issues with "yellow" cache offlining
|
||||
* Add reference to Linux::MCELog
|
||||
* test: avoid the pfa test hang
|
||||
- Add _service git magic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 1 16:25:59 UTC 2021 - Yaroslav Kurlaev <yaroslav.kurlaev@gmail.com>
|
||||
|
||||
- Remove deprecated "StandardOutput=syslog" option from the systemd
|
||||
unit file to remove a warning from systemd.
|
||||
unit file to remove a warning from systemd. (bsc#1185151)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 17:43:06 UTC 2021 - trenn@suse.de
|
||||
|
5
mcelog.obsinfo
Normal file
5
mcelog.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: mcelog
|
||||
version: 177
|
||||
mtime: 1625603573
|
||||
commit: eec66726df56faad2a3dd956b4bd13af6bf71b9e
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: mcelog
|
||||
Version: 175
|
||||
Version: 177
|
||||
Release: 0
|
||||
Summary: Log Machine Check Events
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user