[rasdaemon/f19] ARM has EDMA drivers (currently supported in Calxeda highbank), minor spec cleanups

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 2 18:33:25 UTC 2013


commit 8692d8ca17995c6c855d26dcdf4f54a8af091e34
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jun 2 19:06:26 2013 +0100

    ARM has EDMA drivers (currently supported in Calxeda highbank), minor spec cleanups

 .gitignore     |    4 +---
 rasdaemon.spec |   21 ++++++++++++++-------
 2 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8464af..c64670f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/rasdaemon-0.3.0.tar.bz2
-/rasdaemon-0.4.0.tar.bz2
-/rasdaemon-0.4.1.tar.bz2
+/rasdaemon-*.tar.bz2
diff --git a/rasdaemon.spec b/rasdaemon.spec
index 326d9f7..4987366 100644
--- a/rasdaemon.spec
+++ b/rasdaemon.spec
@@ -1,15 +1,19 @@
 Name:			rasdaemon
 Version:		0.4.1
-Release:		2%{?dist}
+Release:		3%{?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/%{name}-%{version}.tar.bz2
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}
-Requires:		hwdata, dmidecode, perl-DBD-SQLite
+
+ExclusiveArch:		%{ix86} x86_64 %{arm}
 BuildRequires:		autoconf, automake, gettext-devel, libtool, sqlite-devel
-ExclusiveArch:		%{ix86} x86_64
+Requires:		hwdata, perl-DBD-SQLite
+%ifnarch %{arm}
+Requires:		dmidecode
+%endif
+
 Requires(post):		systemd-units
 Requires(preun):	systemd-units
 Requires(postun):	systemd-units
@@ -48,13 +52,16 @@ rm INSTALL %{buildroot}/usr/include/*.h
 %{_sysconfdir}/ras/dimm_labels.d
 
 %changelog
-* Tue May 29 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-2
+* Sun Jun  2 2013 Peter Robinson <pbrobinson at fedoraproject.org> 0.4.1-3
+- ARM has EDMA drivers (currently supported in Calxeda highbank)
+
+* Tue May 28 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-2
 - Fix the name of perl-DBD-SQLite package
 
-* Tue May 29 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-1
+* Tue May 28 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.1-1
 - Updated to version 0.4.1 with contains some bug fixes
 
-* Mon May 28 2013 Mauro Carvalho Chehab <mchehab at redhat.com> 0.4.0-1
+* Mon May 27 2013 Mauro Carvalho Chehab <mchehab at 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 at redhat.com> 0.3.0-1


More information about the scm-commits mailing list