aarch64/ppc64 have edac capabilities, spec cleanups, No need to run autoreconf
This commit is contained in:
parent
223d7358ca
commit
fadf8d6309
@ -7,16 +7,19 @@ License: GPLv2
|
||||
URL: https://git.fedorahosted.org/git/rasdaemon.git
|
||||
Source0: http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm}
|
||||
BuildRequires: autoconf, automake, gettext-devel, libtool, sqlite-devel
|
||||
Requires: hwdata, perl-DBD-SQLite
|
||||
%ifnarch %{arm}
|
||||
ExcludeArch: s390 s390x
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: systemd
|
||||
Requires: hwdata
|
||||
Requires: perl-DBD-SQLite
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: dmidecode
|
||||
%endif
|
||||
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
|
||||
%description
|
||||
%{name} is a RAS (Reliability, Availability and Serviceability) logging tool.
|
||||
@ -32,7 +35,6 @@ an utility for reporting current error counts from the EDAC sysfs files.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -vfi
|
||||
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -52,6 +54,11 @@ rm INSTALL %{buildroot}/usr/include/*.h
|
||||
%{_sysconfdir}/ras/dimm_labels.d
|
||||
|
||||
%changelog
|
||||
* Tue Sep 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.4-3
|
||||
- aarch64/ppc64 have edac capabilities
|
||||
- spec cleanups
|
||||
- No need to run autoreconf
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user