From a1b66e05f722b01a925b72e4e37c1fd1e69a440c Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 23 Aug 2019 08:01:39 -0300 Subject: [PATCH] Bump to version 0.6.3 Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- misc/rasdaemon.spec.in | 7 ++++++- new_ver.sh | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b32df7..aba850f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2019-08-23 Mauro Carvalho Chehab + - Version 0.6.3 + + * Added support for ARM Scalable MCA + * Added support for HiSilicon HIP08 + * Added support for Hygon Dhyana family 18h processor + * Added support for disk I/O error monitoring + * Added devlink events + * Integrate rasdaemon build tests with Travis CI + * Fixed asdaemon high CPU usage when part of CPUs offline + * Fixed mcgstatus message print + * Some other minor fixes + 2018-08-14 Mauro Carvalho Chehab - Version 0.6.2 diff --git a/configure.ac b/configure.ac index dfabd37..3a8a435 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([RASdaemon], 0.6.2) +AC_INIT([RASdaemon], 0.6.3) AM_SILENT_RULES([yes]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4]) diff --git a/misc/rasdaemon.spec.in b/misc/rasdaemon.spec.in index 31ace22..e27ebc0 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -6,7 +6,9 @@ Group: Applications/System License: GPLv2 URL: http://git.infradead.org/users/mchehab/rasdaemon.git Source0: http://www.infradead.org/~mchehab/rasdaemon/%{name}-%{version}.tar.bz2 + ExcludeArch: s390 s390x +BuildRequires: gcc BuildRequires: gettext-devel BuildRequires: perl-generators BuildRequires: sqlite-devel @@ -36,7 +38,7 @@ an utility for reporting current error counts from the EDAC sysfs files. %setup -q %build -%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-non-standard --enable-hisi-ns-decode --enable-arm +%configure --enable-all make %{?_smp_mflags} @@ -57,6 +59,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %changelog +* Fri Aug 23 2019 Mauro Carvalho Chehab 0.6.3-1 +- Bump to version 0.6.3 with new ARM events, plus disk I/O and netlink support + * Tue Aug 14 2018 Mauro Carvalho Chehab 0.6.2-1 - Bump to version 0.6.2 with improvements for PCIe AER parsing and at ras-mc-ctl tool diff --git a/new_ver.sh b/new_ver.sh index 0a6b633..e3fe5fd 100755 --- a/new_ver.sh +++ b/new_ver.sh @@ -13,4 +13,4 @@ echo "************************************************************************" echo "Building RPM files for version: $VER" echo "************************************************************************" echo -git tag v$VER -f && make mock && make upload && git push --tags master +git tag v$VER -f && make mock && make upload && git push -- 2.49.0