- 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
This commit is contained in:
Soc Virnyl Estela 2022-10-10 10:21:27 +00:00 committed by Git OBS Bridge
parent 52f9166eb6
commit 6cadb8625c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 10 10:20:22 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- 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 <socvirnyl.estela@gmail.com>

View File

@ -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