The package rpms/kf5-akonadi-server.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-akonadi-server.git/commit/?id=86....
Change: +%ifnarch %{arm}
Thanks.
Full change: ============
commit 0f50d5ac4608feb611797e27a5328ed39200b9b7 Author: Rex Dieter rdieter@gmail.com Date: Tue Sep 26 09:06:16 2017 -0500
backport mariadb workaround (#1491316)
diff --git a/.gitignore b/.gitignore index bda32dd..faf2512 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -/akonadi-17.04.1.tar.xz -/akonadi-17.04.2.tar.xz -/akonadi-17.04.3.tar.xz /akonadi-17.08.1.tar.xz +/0035-Only-remove-init-connections-to-the-database-on-serv.patch diff --git a/kf5-akonadi-server.spec b/kf5-akonadi-server.spec index 4f3bc14..3eb49bf 100644 --- a/kf5-akonadi-server.spec +++ b/kf5-akonadi-server.spec @@ -22,7 +22,7 @@ Name: kf5-%{framework} Summary: PIM Storage Service Version: 17.08.1 -Release: 1%{?dist} +Release: 2%{?dist}
License: LGPLv2+ URL: https://cgit.kde.org/%%7Bframework%7D.git @@ -41,7 +41,8 @@ Source11: akonadiserverrc.sqlite
## upstreamable patches
-## upstream patches +## upstream patches (lookaside cache) +Patch35: 0035-Only-remove-init-connections-to-the-database-on-serv.patch
## downstream patches
@@ -298,6 +299,9 @@ fi
%changelog +* Tue Sep 26 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.1-2 +- backport mariadb workaround (#1491316) + * Mon Sep 25 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.1-1 - 17.08.1
diff --git a/sources b/sources index 9836008..b81b126 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (akonadi-17.08.1.tar.xz) = 46e014377a908c7bde849fa55f1ba4990657e7011455423772236719cc86705f0d51420818e9cdbe2dffd49ad9c5b7aca9153416ce9ee7b4af3f9309741c1e4e +SHA512 (0035-Only-remove-init-connections-to-the-database-on-serv.patch) = 1c31ab909cc30b4656622cba692024f08521755dd2fed25bbeb0c6e32e8aa8326aecffc1d850e97dcd6e106f29819be74054f5488e89eaff100394e5868d3421
commit 86bdd79bbf3322cc80ceb3a7d79c58ed30adc838 Author: Rex Dieter rdieter@gmail.com Date: Mon Sep 25 14:18:15 2017 -0500
tests: skip slow(er) archs (arm)
diff --git a/kf5-akonadi-server.spec b/kf5-akonadi-server.spec index 264df6a..4f3bc14 100644 --- a/kf5-akonadi-server.spec +++ b/kf5-akonadi-server.spec @@ -13,8 +13,11 @@ #global bootstrap 1
%if !0%{?bootstrap} +# skip slow(er) archs, for now -- rex +%ifnarch %{arm} %global tests 1 %endif +%endif
Name: kf5-%{framework} Summary: PIM Storage Service
commit 1d167a18f4053828bdfea496ff9e6f7833ccdec6 Author: Rex Dieter rdieter@gmail.com Date: Mon Sep 25 13:51:25 2017 -0500
update %%files
diff --git a/kf5-akonadi-server.spec b/kf5-akonadi-server.spec index 8247388..264df6a 100644 --- a/kf5-akonadi-server.spec +++ b/kf5-akonadi-server.spec @@ -247,6 +247,8 @@ fi %{_kf5_libdir}/libKF5AkonadiPrivate.so.5* %{_kf5_libdir}/libKF5AkonadiWidgets.so.5* %{_kf5_libdir}/libKF5AkonadiXml.so.5* +# let newer %%trigger-based scriptlets catch this -- rex +%{_kf5_datadir}/icons/hicolor/*/apps/akonadi.*
%files devel -f akonadi_knut_resource.lang %{_kf5_bindir}/akonadi2xml
commit 3004f1e388389fcc7f6afbf3ab7cc1c88c36074a Author: Rex Dieter rdieter@gmail.com Date: Mon Sep 25 13:19:15 2017 -0500
17.08.1
diff --git a/.gitignore b/.gitignore index 04e9ccc..bda32dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /akonadi-17.04.1.tar.xz /akonadi-17.04.2.tar.xz /akonadi-17.04.3.tar.xz +/akonadi-17.08.1.tar.xz diff --git a/kf5-akonadi-server.spec b/kf5-akonadi-server.spec index c56b82d..8247388 100644 --- a/kf5-akonadi-server.spec +++ b/kf5-akonadi-server.spec @@ -18,7 +18,7 @@
Name: kf5-%{framework} Summary: PIM Storage Service -Version: 17.04.3 +Version: 17.08.1 Release: 1%{?dist}
License: LGPLv2+ @@ -293,6 +293,9 @@ fi
%changelog +* Mon Sep 25 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.1-1 +- 17.08.1 + * Fri Jul 28 2017 Rex Dieter rdieter@fedoraproject.org - 17.04.3-1 - 17.04.3
diff --git a/sources b/sources index 2b1cc75..9836008 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (akonadi-17.04.3.tar.xz) = 1e7380bdadb9d73b20fcbe1a5b5a44246c273da8aca92bf12a9dcc2b0c69c58f2f107a7a42af81c25c0697305ad4e401252a492e7bdd47285a9d523f4b3b0090 +SHA512 (akonadi-17.08.1.tar.xz) = 46e014377a908c7bde849fa55f1ba4990657e7011455423772236719cc86705f0d51420818e9cdbe2dffd49ad9c5b7aca9153416ce9ee7b4af3f9309741c1e4e
arch-excludes@lists.fedoraproject.org