The package rpms/libkgapi.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/libkgapi.git/commit/?id=5c3609b15c0b....
Change: +ExclusiveArch: x86_64 ppc64le aarch64 %{arm}
Thanks.
Full change: ============
commit 5c3609b15c0bda30386fe36a787915bfe2953039 Author: Troy Dawson tdawson@fedoraproject.org Date: Sun Nov 21 03:36:27 2021 +0000
libical (and thus kcalendarcore) not on all arches for RHEL8
ExclusiveArch for RHEL8 only
Signed-off-by: Troy Dawson tdawson@redhat.com
diff --git a/libkgapi.spec b/libkgapi.spec index a359302..b205f40 100644 --- a/libkgapi.spec +++ b/libkgapi.spec @@ -1,4 +1,3 @@ - %global framework libkgapi
# trim changelog included in binary rpms @@ -23,6 +22,11 @@ URL: https://invent.kde.org/pim/%%7Bname%7D %endif Source0: http://download.kde.org/%%7Bstable%7D/release-service/%%7Bversion%7D/src/%%7...
+# libical (and thus kcalendarcore) not on all arches for RHEL8. +%if 0%{?rhel} == 8 +ExclusiveArch: x86_64 ppc64le aarch64 %{arm} +%endif + BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel
commit cff082b2282f42e2590ddc54be5fae5fd927c925 Author: Rex Dieter rdieter@gmail.com Date: Tue Nov 2 10:19:04 2021 -0500
21.08.3
diff --git a/.gitignore b/.gitignore index 342bbfb..11039c8 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /libkgapi-21.04.2.tar.xz /libkgapi-21.04.3.tar.xz /libkgapi-21.08.2.tar.xz +/libkgapi-21.08.3.tar.xz diff --git a/libkgapi.spec b/libkgapi.spec index c34746a..a359302 100644 --- a/libkgapi.spec +++ b/libkgapi.spec @@ -8,7 +8,7 @@ %global _lto_cflags %{nil}
Name: libkgapi -Version: 21.08.2 +Version: 21.08.3 Release: 1%{?dist} Summary: Library to access to Google services
@@ -116,6 +116,9 @@ resources.
%changelog +* Tue Nov 02 2021 Rex Dieter rdieter@fedoraproject.org - 21.08.3-1 +- 21.08.3 + * Thu Oct 21 2021 Rex Dieter rdieter@fedoraproject.org - 21.08.2-1 - 21.08.2
diff --git a/sources b/sources index f0fc2df..9f04851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libkgapi-21.08.2.tar.xz) = 6402558af48ceaa4d638e499e9c1f9fff3845713c763cc0a990feb79cce249cf5804d169727e08a7f8a2bda0aa3ab9664aacd9f619ec193183c9e1bad46b9dec +SHA512 (libkgapi-21.08.3.tar.xz) = aacd08066d014eb90ef32413876a6bab42a65773fa0447aeab11bb87fe2b425dbe09abf37a4374e64d24f5ed864f0a14d7c7dbe4a221eca3e2b492ccb566bbd2
commit fc0eef82b7ba545ef33b00c2de12581c248a7ca8 Author: Rex Dieter rdieter@gmail.com Date: Thu Oct 21 14:16:18 2021 -0500
21.08.2
diff --git a/.gitignore b/.gitignore index 151fb7d..342bbfb 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /libkgapi-21.04.1.tar.xz /libkgapi-21.04.2.tar.xz /libkgapi-21.04.3.tar.xz +/libkgapi-21.08.2.tar.xz diff --git a/libkgapi.spec b/libkgapi.spec index 5841553..c34746a 100644 --- a/libkgapi.spec +++ b/libkgapi.spec @@ -8,7 +8,7 @@ %global _lto_cflags %{nil}
Name: libkgapi -Version: 21.04.3 +Version: 21.08.2 Release: 1%{?dist} Summary: Library to access to Google services
@@ -116,6 +116,9 @@ resources.
%changelog +* Thu Oct 21 2021 Rex Dieter rdieter@fedoraproject.org - 21.08.2-1 +- 21.08.2 + * Wed Jul 28 2021 Rex Dieter rdieter@fedoraproject.org - 21.04.3-1 - 21.04.3
diff --git a/sources b/sources index 4b5a3ca..f0fc2df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libkgapi-21.04.3.tar.xz) = 24653e1fa0b5c31378d69a5a3e59d83c82d4e3d12469a062318a4140474a555a71b873291edf6313acf995cadf46ad2581cb8017abd2223b125d31c9a124bf8f +SHA512 (libkgapi-21.08.2.tar.xz) = 6402558af48ceaa4d638e499e9c1f9fff3845713c763cc0a990feb79cce249cf5804d169727e08a7f8a2bda0aa3ab9664aacd9f619ec193183c9e1bad46b9dec
arch-excludes@lists.fedoraproject.org