From 68d5239ab5018834dfcfc287afb5a621516fed9f Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 8 Aug 2019 12:24:09 -0700 Subject: [PATCH] Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8. --- kf5-kitinerary.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kf5-kitinerary.spec b/kf5-kitinerary.spec index c6f4cea..30edf75 100644 --- a/kf5-kitinerary.spec +++ b/kf5-kitinerary.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 19.04.2 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A library containing itinerary data model and itinerary extraction code License: LGPLv2+ @@ -23,6 +23,10 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz +%if 0%{?rhel} && 0%{?rhel} > 7 +ExclusiveArch: x86_64 ppc64le %{arm} +%endif + BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros @@ -112,6 +116,9 @@ make test/fast ARGS="--output-on-failure --timeout 10" -C %{_target_platform} || %changelog +* Thu Aug 08 2019 Troy Dawson - 19.04.2-1.1 +- Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8. + * Wed Jun 05 2019 Rex Dieter - 19.04.2-1 - 19.04.2