+2019-08-23 Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
+ - 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 <mchehab+samsung@kernel.org>
- Version 0.6.2
-AC_INIT([RASdaemon], 0.6.2)
+AC_INIT([RASdaemon], 0.6.3)
AM_SILENT_RULES([yes])
AC_CANONICAL_SYSTEM
AC_CONFIG_MACRO_DIR([m4])
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
%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}
%changelog
+* Fri Aug 23 2019 Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 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 <mchehab+samsung@kernel.org> 0.6.2-1
- Bump to version 0.6.2 with improvements for PCIe AER parsing and at ras-mc-ctl tool
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