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