From 875e663809d715f685a770e5d7fa559955aedbcb Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Tue, 30 Sep 2025 12:08:21 +0000 Subject: [PATCH] Update pungi.spec Exclude i686 --- pungi.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pungi.spec b/pungi.spec index cc15a81e..be09f9e0 100644 --- a/pungi.spec +++ b/pungi.spec @@ -8,6 +8,8 @@ URL: https://pagure.io/pungi Source0: %{name}-%{version}.tar.bz2 Patch: https://pagure.io/pungi/pull-request/1860.patch +ExcludeArch: i686 + BuildRequires: make BuildRequires: python3-pytest # replaced by unittest.mock