netavark-1.1.0-5.el9

- properly disable i686
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-08-05 06:58:20 +02:00
parent efec814fbc
commit 97a1d71b7f

View File

@ -4,13 +4,13 @@
Epoch: 2 Epoch: 2
Name: netavark Name: netavark
Version: 1.1.0 Version: 1.1.0
Release: 4%{?dist} Release: 5%{?dist}
License: ASL 2.0 and BSD and MIT License: ASL 2.0 and BSD and MIT
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
# this is needed for go-md2man # this is needed for go-md2man
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
ExclusiveArch: %{go_arches} ExclusiveArch: %{go_arches}
ExcludeArch: %{x86} ExcludeArch: i686
Summary: OCI network stack Summary: OCI network stack
URL: https://github.com/containers/%{name} URL: https://github.com/containers/%{name}
Source0: %{url}/archive/v%{version}/%{version}.tar.gz Source0: %{url}/archive/v%{version}/%{version}.tar.gz
@ -72,6 +72,10 @@ go-md2man -in %{name}.1.md -out %{name}.1
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Fri Aug 05 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-5
- properly disable i686
- Related: #2061316
* Thu Aug 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-4 * Thu Aug 04 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-4
- manually exclude i686 as build still fails - manually exclude i686 as build still fails
- Related: #2061316 - Related: #2061316