From 6cadb8625c0d35d5aa81b3ada6e4e78fda8417d2b22c1b5885c0a251aa9d9c6b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 10 Oct 2022 10:21:27 +0000 Subject: [PATCH] - Use tier 1 arches because some crate for other tier archs are not supported. OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=31 --- zellij.changes | 6 ++++++ zellij.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/zellij.changes b/zellij.changes index 4e15d7a..3ab2977 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 10 10:20:22 UTC 2022 - Soc Virnyl Estela + +- Use tier 1 arches because some crate for other tier archs + are not supported. + ------------------------------------------------------------------ Sun Oct 9 02:05:25 UTC 2022 - Soc Virnyl Estela diff --git a/zellij.spec b/zellij.spec index 695208a..d942856 100644 --- a/zellij.spec +++ b/zellij.spec @@ -31,7 +31,7 @@ BuildRequires: cargo-packaging BuildRequires: libgcc_s1 BuildRequires: mandown BuildRequires: rust+cargo >= 1.62 -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_tier1_arches} %if %{with test} BuildRequires: pkgconfig(openssl) %endif