Accepting request 367695 from hardware

Update to version 0.5.7 and run spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/367695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rasdaemon?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-03-09 14:17:24 +00:00 committed by Git OBS Bridge
commit ac23e43794
4 changed files with 17 additions and 7 deletions

View File

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

3
rasdaemon-0.5.7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 7 15:40:41 UTC 2016 - fvogt@suse.com
- Run spec-cleaner: - Change Group and copyright notice
-------------------------------------------------------------------
Mon Mar 7 10:05:08 UTC 2016 - trenn@suse.de
- Update to version 0.5.7 (including Knights Landing CPU support, fate#319513)
-------------------------------------------------------------------
Fri Nov 27 13:35:57 UTC 2015 - fvogt@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rasdaemon
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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,11 +17,11 @@
Name: rasdaemon
Version: 0.5.6
Version: 0.5.7
Release: 0
Summary: Utility to receive RAS error tracings
License: GPL-2.0
Group: Development/Hardware
Group: Hardware/Other
Url: https://git.fedorahosted.org/cgit/rasdaemon.git
Source: https://git.fedorahosted.org/cgit/rasdaemon.git/snapshot/%{name}-%{version}.tar.xz
BuildRequires: autoconf
@ -58,7 +58,7 @@ autoreconf -fvi
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
make %{?_smp_mflags} DESTDIR=%{buildroot} install
install -D -p -m 0644 misc/rasdaemon.service %{buildroot}%{_unitdir}/rasdaemon.service
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcrasdaemon
install -D -p -m 0644 misc/ras-mc-ctl.service %{buildroot}%{_unitdir}/ras-mc-ctl.service