From 60fa9f4cbe6ba71a9bda89a8a572fd09213f387e Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Thu, 12 Sep 2019 14:04:45 -0700 Subject: [PATCH] Exclude 32-bit architectures --- oomd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/oomd.spec b/oomd.spec index 5167f74..222d395 100644 --- a/oomd.spec +++ b/oomd.spec @@ -1,11 +1,13 @@ Name: oomd Summary: Userspace Out-Of-Memory (OOM) killer Version: 0.2.0 -Release: 3%{dist} +Release: 4%{dist} License: GPLv2 URL: https://github.com/facebookincubator/oomd/ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +ExcludeArch: i686 armv7hl + BuildRequires: gcc-c++ BuildRequires: meson >= 0.45 BuildRequires: pkgconfig(jsoncpp) @@ -63,5 +65,9 @@ Furthermore, time spent livedlocked in kernelspace is minimized. %systemd_postun_with_restart oomd.service %changelog +* Thu Sep 12 2019 Filipe Brandenburger - 0.2.0-4 +- First official build for Fedora +- Exclude 32-bit architectures, which fail to build. + * Tue Sep 10 2019 Filipe Brandenburger - 0.2.0-3 - Initial release of oomd RPM package