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
|
URL: https://git.fedorahosted.org/git/rasdaemon.git
|
||||||
Source0: http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2
|
Source0: http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm}
|
ExcludeArch: s390 s390x
|
||||||
BuildRequires: autoconf, automake, gettext-devel, libtool, sqlite-devel
|
BuildRequires: gettext-devel
|
||||||
Requires: hwdata, perl-DBD-SQLite
|
BuildRequires: sqlite-devel
|
||||||
%ifnarch %{arm}
|
BuildRequires: systemd
|
||||||
|
Requires: hwdata
|
||||||
|
Requires: perl-DBD-SQLite
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is a RAS (Reliability, Availability and Serviceability) logging tool.
|
%{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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vfi
|
|
||||||
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report
|
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -52,6 +54,11 @@ rm INSTALL %{buildroot}/usr/include/*.h
|
|||||||
%{_sysconfdir}/ras/dimm_labels.d
|
%{_sysconfdir}/ras/dimm_labels.d
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user