The package rpms/kf5-kcalendarutils.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/kf5-kcalendarutils.git/commit/?id=12....
Change: +ExclusiveArch: x86_64 ppc64le %{arm}
Thanks.
Full change: ============
commit 1236237a90fdcd3d26139de041ef104d763687c0 Author: Troy Dawson tdawson@redhat.com Date: Mon Jan 27 09:46:13 2020 -0800
Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8.
diff --git a/kf5-kcalendarutils.spec b/kf5-kcalendarutils.spec index e5b429a..8ca1d5d 100644 --- a/kf5-kcalendarutils.spec +++ b/kf5-kcalendarutils.spec @@ -23,6 +23,11 @@ URL: https://cgit.kde.org/%%7Bframework%7D.git %endif Source0: http://download.kde.org/%%7Bstable%7D/applications/%%7Bversion%7D/src/%%7Bfr...
+# libical (and thus kcalendarcore) not on all arches for RHEL8. +%if 0%{?rhel} == 8 +ExclusiveArch: x86_64 ppc64le %{arm} +%endif + BuildRequires: extra-cmake-modules # when macros.grantlee5 was introduced BuildRequires: grantlee-qt5-devel >= 5.1.0-2
arch-excludes@lists.fedoraproject.org