From 9a15f27f343d369bca3f1aad333a8c86784a6aca Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 9 Jul 2018 12:24:57 +0200 Subject: [PATCH] Disable non-functional ppc64 support for ldc packages Sadly, ldc ppc64 support has detoriated so much that it no longer works with any current llvm version. I'll keep an eye on things and re-enable it once it's fixed, but right now it's just broken and upstream is suggesting to disable the support for now. https://github.com/ldc-developers/ldc/issues/2356 --- macros.ldc-srpm | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros.ldc-srpm b/macros.ldc-srpm index 5718d0c..2ee111e 100644 --- a/macros.ldc-srpm +++ b/macros.ldc-srpm @@ -1,2 +1,2 @@ # arches that ldc builds on -%ldc_arches %{ix86} x86_64 %{arm} %{power64} +%ldc_arches %{ix86} x86_64 %{arm} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index b30455c..3af2e60 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 114 +Version: 115 Release: 1%{?dist} # No version specified. License: GPL+ @@ -183,6 +183,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Mon Jul 09 2018 Kalev Lember - 115-1 +- Disable non-functional ppc64 support for ldc packages + * Tue Jun 26 2018 Panu Matilainen - 114-1 - Fix kernel ABI related strings (Peter Oros, #26) - Automatically trim changelog to two years (Zbigniew Jędrzejewski-Szmek, #22)