diff --git a/netavark.spec b/netavark.spec index 1725b1c..cd0dc8d 100644 --- a/netavark.spec +++ b/netavark.spec @@ -4,13 +4,13 @@ Epoch: 2 Name: netavark Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 and BSD and MIT ExclusiveArch: %{rust_arches} # this is needed for go-md2man # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures ExclusiveArch: %{go_arches} -ExcludeArch: %{x86} +ExcludeArch: i686 Summary: OCI network stack URL: https://github.com/containers/%{name} 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* %changelog +* Fri Aug 05 2022 Jindrich Novy - 2:1.1.0-5 +- properly disable i686 +- Related: #2061316 + * Thu Aug 04 2022 Jindrich Novy - 2:1.1.0-4 - manually exclude i686 as build still fails - Related: #2061316