From 886b5d1a8c863a362799bee4bda39e761a1a714c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 27 Jan 2020 09:44:57 -0800 Subject: [PATCH] Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8. --- kf5-kitinerary.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index 5785371..3b88bf7 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.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