diff --git a/.gitignore b/.gitignore index a7b7c27..bfe244a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /rasdaemon-0.3.0.tar.bz2 +/rasdaemon-0.4.0.tar.bz2 diff --git a/rasdaemon.spec b/rasdaemon.spec index ddc076e..07ba0f3 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,14 +1,14 @@ Name: rasdaemon -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} Summary: Utility to receive RAS error tracings Group: Applications/System License: GPLv2 URL: https://git.fedorahosted.org/git/rasdaemon.git -Source0: http://mchehab.fedorapeople.org/rasdaemon-0.3.0.tar.bz2 +Source0: http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} Requires: hwdata, dmidecode -BuildRequires: autoconf, automake, gettext-devel libtool +BuildRequires: autoconf, automake, gettext-devel, libtool, sqlite-devel ExclusiveArch: %{ix86} x86_64 Requires(post): systemd-units Requires(preun): systemd-units @@ -29,7 +29,7 @@ an utility for reporting current error counts from the EDAC sysfs files. %build autoreconf -vfi -%configure +%configure --enable-mce --enable-aer --enable-sqlite3 make %{?_smp_mflags} %install @@ -46,6 +46,9 @@ rm INSTALL %{buildroot}/usr/include/*.h %{_unitdir}/*.service %changelog +* Mon May 28 2013 Mauro Carvalho Chehab 0.4.0-1 +- Updated to version 0.4.0 and added support for mce, aer and sqlite3 storage + * Mon May 20 2013 Mauro Carvalho Chehab 0.3.0-1 - Package created diff --git a/sources b/sources index 5abe64f..e5aa0bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7556ef771acccbf6d65b174a082367c3 rasdaemon-0.3.0.tar.bz2 +1b7fcfb9cefc0300019136e0d1273ed7 rasdaemon-0.4.0.tar.bz2