The package rpms/rpm-ostree.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/rpm-ostree.git/commit/?id=0af01d96de....
Change: +ExcludeArch: ppc64 ppc64le
Thanks.
Full change: ============
commit 0af01d96de8cdd0c72daec4bae1887cc15642690 Author: Jonathan Lebon jonathan@jlebon.com Date: Wed May 22 16:51:35 2019 -0400
Temporarily disable ppc64le builds for now
We're hitting an issue trying to build on ppc64le: https://bugzilla.redhat.com/show_bug.cgi?id=1713090
Temporarily disable it for now. It's important to get this fixed, but I don't want to block FCOS work since ppc64le isn't a hard requirement.
diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 6c71eac..5529a1e 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -11,6 +11,10 @@ URL: https://github.com/projectatomic/rpm-ostree
ExclusiveArch: %{rust_arches}
+# Temporarily disable ppc64le builds for now: +# https://bugzilla.redhat.com/show_bug.cgi?id=1713090 +ExcludeArch: ppc64 ppc64le + %if 0%{?fedora} BuildRequires: cargo BuildRequires: rust
commit c70261e6b7e9cf19c659ce670d09925e1a6227cf Author: Jonathan Lebon jonathan@jlebon.com Date: Wed May 22 16:51:03 2019 -0400
Drop `rust_arches` conditional
We no longer care about el7 buildroots. Drop the `rust_arches` conditional define since both Fedora and el8 have it defined.
diff --git a/rpm-ostree.spec b/rpm-ostree.spec index f3b298a..6c71eac 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -9,11 +9,6 @@ Source0: rpm-ostree-%{version}.tar.xz License: LGPLv2+ URL: https://github.com/projectatomic/rpm-ostree
-%if !%{defined rust_arches} -# It's not defined yet in the base CentOS7 root -%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x -%endif # defined rust_arches - ExclusiveArch: %{rust_arches}
%if 0%{?fedora}
arch-excludes@lists.fedoraproject.org