Yuchen Lin 2018-06-22 11:33:37 +00:00 committed by Git OBS Bridge
commit 5d5fe9d1aa
6 changed files with 26 additions and 14 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">rasdaemon</param>
<param name="revision">refs/tags/v0.6.0</param>
<param name="revision">refs/tags/v0.6.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
<param name="changesrevision">7deef57726d92c8575714be6e9fab100b1edb3bb</param></service></servicedata>
<param name="changesrevision">f47c6addea6990c4a18848bb1d50c1506e836e54</param></service></servicedata>

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 15 08:45:26 UTC 2018 - mpluskal@suse.com
- Update to version 0.6.1:
* Bump version to 0.6.1
* rasdaemon: Update DIMM labels for 2-socket servers
* rasdaemon: Add Skylake Xeon MSCOD values
* rasdaemon: ARM: fully initialize ras_arm_event
* Update my email
* mce-intel-p4-p6: prevent build errors with -Werror=format-security
-------------------------------------------------------------------
Thu Apr 5 12:46:00 UTC 2018 - josef.moellers@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rasdaemon
#
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,12 +17,12 @@
Name: rasdaemon
Version: 0.6.0
Version: 0.6.1
Release: 0
Summary: Utility to receive RAS error tracings
License: GPL-2.0
License: GPL-2.0-only
Group: Hardware/Other
Url: http://git.infradead.org/users/mchehab/rasdaemon.git
URL: http://git.infradead.org/users/mchehab/rasdaemon.git
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
@ -30,11 +30,11 @@ BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: sqlite3-devel
BuildRequires: systemd-rpm-macros
Requires: perl-DBD-SQLite
%{?systemd_requires}
%ifnarch s390x ppc64le
Requires: dmidecode
%endif
Requires: perl-DBD-SQLite
%{?systemd_requires}
%description
rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
@ -58,8 +58,8 @@ autoreconf -fvi
--enable-extlog \
--enable-abrt-report \
--enable-arm \
--enable-non-standard
--enable-non-standard \
--enable-hisi-ns-decode
make %{?_smp_mflags} V=1
%install
@ -86,7 +86,8 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/rasdaemon
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README TODO
%license COPYING
%doc AUTHORS ChangeLog README TODO
%{_sbindir}/rasdaemon
%{_sbindir}/ras-mc-ctl
%{_sbindir}/rcrasdaemon