bump to version 0.4.0
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
8e06da3950
commit
99e40f077e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/rasdaemon-0.3.0.tar.bz2
|
||||
/rasdaemon-0.4.0.tar.bz2
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user