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=1….
Change:
+ExclusiveArch: x86_64 ppc64le %{arm}
Thanks.
Full change:
============
commit 1236237a90fdcd3d26139de041ef104d763687c0
Author: Troy Dawson <tdawson(a)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/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-…
+# 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
The package rpms/kf5-kmailtransport.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-kmailtransport.git/commit/?id=3….
Change:
+ExclusiveArch: x86_64 %{arm}
Thanks.
Full change:
============
commit 30e8b402f8cff9549df7da4c5dbba9e37e2b2598
Author: Troy Dawson <tdawson(a)redhat.com>
Date: Mon Jan 27 09:43:45 2020 -0800
Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8.
diff --git a/kf5-kmailtransport.spec b/kf5-kmailtransport.spec
index dc3df95..8042467 100644
--- a/kf5-kmailtransport.spec
+++ b/kf5-kmailtransport.spec
@@ -23,8 +23,13 @@ URL: https://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-…
+# libical (and thus kcalendarcore) not on all arches for RHEL8.
+%if 0%{?rhel} == 8
+ExclusiveArch: x86_64 %{arm}
+%else
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}
+%endif
BuildRequires: cyrus-sasl-devel
%global kf5_ver 5.39
The package rpms/kf5-libgravatar.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-libgravatar.git/commit/?id=5c22….
Change:
+ExclusiveArch: x86_64 %{arm}
Thanks.
Full change:
============
commit 5c2225fb4328a3208cb0ec290417555d9f3b1d15
Author: Troy Dawson <tdawson(a)redhat.com>
Date: Mon Jan 27 09:35:14 2020 -0800
Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8.
diff --git a/kf5-libgravatar.spec b/kf5-libgravatar.spec
index cecfe9b..7277255 100644
--- a/kf5-libgravatar.spec
+++ b/kf5-libgravatar.spec
@@ -16,8 +16,13 @@ URL: http://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-…
+# libical (and thus kcalendarcore) not on all arches for RHEL8.
+%if 0%{?rhel} == 8
+ExclusiveArch: x86_64 %{arm}
+%else
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}
+%endif
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Network)
The package rpms/kf5-libksieve.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-libksieve.git/commit/?id=df955b….
Change:
+ExclusiveArch: x86_64 %{arm}
Thanks.
Full change:
============
commit df955bd8fd9f7d6131792ec445741338b4924023
Author: Troy Dawson <tdawson(a)redhat.com>
Date: Mon Jan 27 09:30:14 2020 -0800
Apply ExclusiveArch for RHEL8. libical (and thus kcalendarcore) not on all arches for RHEL8.
diff --git a/kf5-libksieve.spec b/kf5-libksieve.spec
index 621d256..b0db32f 100644
--- a/kf5-libksieve.spec
+++ b/kf5-libksieve.spec
@@ -16,8 +16,13 @@ URL: http://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-…
+# libical (and thus kcalendarcore) not on all arches for RHEL8.
+%if 0%{?rhel} == 8
+ExclusiveArch: x86_64 %{arm}
+%else
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}
+%endif
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Test)