bump to version 0.4.0

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2013-05-28 15:35:23 -03:00
parent 8e06da3950
commit 99e40f077e
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/rasdaemon-0.3.0.tar.bz2
/rasdaemon-0.4.0.tar.bz2

View File

@ -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 <mchehab@redhat.com> 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 <mchehab@redhat.com> 0.3.0-1
- Package created

View File

@ -1 +1 @@
7556ef771acccbf6d65b174a082367c3 rasdaemon-0.3.0.tar.bz2
1b7fcfb9cefc0300019136e0d1273ed7 rasdaemon-0.4.0.tar.bz2