Accepting request 466132 from home:pluskalm:branches:Base:System

- Update to version 1.48
  * Fix warning with gcc 6.x
  * Remove obsolete TODO file
  * Small fixes
- Use url for getting sources

OBS-URL: https://build.opensuse.org/request/show/466132
OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=62
This commit is contained in:
Thomas Renninger 2017-03-03 16:19:30 +00:00 committed by Git OBS Bridge
parent 86bbf37853
commit 8f7aeef07b
4 changed files with 16 additions and 7 deletions

View File

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

3
mcelog-1.48.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 3 09:26:33 UTC 2017 - mpluskal@suse.com
- Update to version 1.48
* Fix warning with gcc 6.x
* Remove obsolete TODO file
* Small fixes
- Use url for getting sources
-------------------------------------------------------------------
Fri Jan 13 15:20:55 UTC 2017 - felix.gerling@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package mcelog
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -17,13 +17,13 @@
Name: mcelog
Version: 1.47
Version: 1.48
Release: 0
Summary: Log Machine Check Events
License: GPL-2.0
Group: System/Monitoring
Url: http://www.mcelog.org/
Source: mcelog-%{version}.tar.bz2
Source: https://github.com/andikleen/mcelog/archive/v148.tar.gz#/%{name}-%{version}.tar.gz
Source2: mcelog.sysconfig
Source3: mcelog.systemd
Source5: mcelog.tmpfiles
@ -58,7 +58,7 @@ It should run on any x86-64 system.
In addition, it allows decoding machine check kernel panic messages.
%prep
%setup -q
%setup -q -n %{name}-148
%patch1 -p1
%patch2 -p1
%patch3 -p1