The package rpms/os-autoinst.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/os-autoinst.git/commit/?id=4f43cb835....
Change: -%ifarch ppc64le s390x
Thanks.
Full change: ============
commit 4f43cb835c0697639fede3db249c1d2e3935c824 Author: Adam Williamson awilliam@redhat.com Date: Fri May 30 12:31:05 2025 -0700
Update to latest git, drop unneeded test workaround
diff --git a/.gitignore b/.gitignore index 620bff0..a8e8bf8 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /os-autoinst-abb9288a638e628e884f86f8fbfb7672627e4a94.tar.gz /os-autoinst-b64e21930954562826566f2b8421324dfaff3559.tar.gz /os-autoinst-49afb509ef16be98aa94ecae795f89a604cc4064.tar.gz +/os-autoinst-a855b3a2ed70ef02ad6d125ee95be0fb1fe28c04.tar.gz diff --git a/os-autoinst.spec b/os-autoinst.spec index 823c223..4bc627f 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -8,12 +8,6 @@ %global no_fullstack 1 %endif
-# This test fails intermittently on these arches, weird bug: -# https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/issues/20 -%ifarch ppc64le s390x -%global no_osutils 1 -%endif - # os-autoinst has a bunch of annoyingly-badly-named private modules, # we do not want automatic provides or requires for these # ref https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Pe... @@ -30,9 +24,9 @@ %global github_owner os-autoinst %global github_name os-autoinst %global github_version 5 -%global github_commit 49afb509ef16be98aa94ecae795f89a604cc4064 +%global github_commit a855b3a2ed70ef02ad6d125ee95be0fb1fe28c04 # if set, will be a post-release snapshot build, otherwise a 'normal' build -%global github_date 20250424 +%global github_date 20250522 %global shortcommit %(c=%{github_commit}; echo ${c:0:7})
Name: os-autoinst @@ -156,10 +150,6 @@ This package contains Open vSwitch support for os-autoinst. rm -f t/99-full-stack.t %endif # no_fullstack
-%if 0%{?no_osutils} -rm -f t/13-osutils.t -%endif # no_osutils - # exclude unnecessary author tests rm xt/00-tidy.t tools/tidyall # Remove test relying on a git working copy @@ -267,6 +257,10 @@ fi %files devel
%changelog +* Thu May 22 2025 Adam Williamson awilliam@redhat.com - 5^20250522gita855b3a-1 +- Update to latest git +- Drop a now-unneeded test workaround + * Fri May 02 2025 Adam Williamson awilliam@redhat.com - 5^20250424git49afb50-1 - Update to latest git - Drop merged patch diff --git a/sources b/sources index c13c9af..004b609 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (os-autoinst-49afb509ef16be98aa94ecae795f89a604cc4064.tar.gz) = eeec28073ed4b6e5b47d5a9ac30ac0ddac780a562e0b500057d6549112aa4250de7aa0e162296a49b1460050f9a02457309226ccf68f0e28e84f90a983b8c376 +SHA512 (os-autoinst-a855b3a2ed70ef02ad6d125ee95be0fb1fe28c04.tar.gz) = d41b21fc5fefdf8e7c077c10078b2600d5e062d6eaf03d11287dfd412c4a608a7aa63d120399d86d63ca623a25045d93d8857c1b9c5e34857586605f86541fd5
arch-excludes@lists.fedoraproject.org