Exclude 32-bit architectures
This commit is contained in:
parent
babec27e41
commit
60fa9f4cbe
@ -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 <filbranden@gmail.com> - 0.2.0-4
|
||||
- First official build for Fedora
|
||||
- Exclude 32-bit architectures, which fail to build.
|
||||
|
||||
* Tue Sep 10 2019 Filipe Brandenburger <filbranden@gmail.com> - 0.2.0-3
|
||||
- Initial release of oomd RPM package
|
||||
|
Loading…
Reference in New Issue
Block a user