From 64e5626a3f8ea3f680d9691902cc18cbcd9ea15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 15 Jan 2025 11:12:14 +0100 Subject: [PATCH] specfile: Stop building on ix86 Initially pushed downstream in Fedora [1], but overwrote by packit with the 0.15.7 update [2], thus pushed here. [1]: https://src.fedoraproject.org/rpms/greenboot/pull-request/30 [2]: https://src.fedoraproject.org/rpms/greenboot/pull-request/35 See: https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- greenboot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenboot.spec b/greenboot.spec index e0bdd5d..27cc25e 100644 --- a/greenboot.spec +++ b/greenboot.spec @@ -13,7 +13,7 @@ License: LGPL-2.1-or-later URL: https://github.com/%{repo_owner}/%{repo_name} Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz -ExcludeArch: s390x +ExcludeArch: s390x {%ix86} BuildRequires: systemd-rpm-macros %{?systemd_requires} Requires: systemd >= 240