From 33fd420b504637ffd2fa0c2c8c6248bd4f161888 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Jan 27 2020 17:47:52 +0000 Subject: Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8. --- diff --git a/kf5-kalarmcal.spec b/kf5-kalarmcal.spec index 999173b..39d2418 100644 --- a/kf5-kalarmcal.spec +++ b/kf5-kalarmcal.spec @@ -23,6 +23,11 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz +# libical (and thus kcalendarcore) not on all arches for RHEL8. +%if 0%{?rhel} == 8 +ExclusiveArch: x86_64 ppc64le %{arm} +%endif + BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros