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
This commit is contained in:
parent
a62764b8e8
commit
9a15f27f34
@ -1,2 +1,2 @@
|
|||||||
# arches that ldc builds on
|
# arches that ldc builds on
|
||||||
%ldc_arches %{ix86} x86_64 %{arm} %{power64}
|
%ldc_arches %{ix86} x86_64 %{arm}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 114
|
Version: 115
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -183,6 +183,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 09 2018 Kalev Lember <klember@redhat.com> - 115-1
|
||||||
|
- Disable non-functional ppc64 support for ldc packages
|
||||||
|
|
||||||
* Tue Jun 26 2018 Panu Matilainen <pmatilai@redhat.com> - 114-1
|
* Tue Jun 26 2018 Panu Matilainen <pmatilai@redhat.com> - 114-1
|
||||||
- Fix kernel ABI related strings (Peter Oros, #26)
|
- Fix kernel ABI related strings (Peter Oros, #26)
|
||||||
- Automatically trim changelog to two years (Zbigniew Jędrzejewski-Szmek, #22)
|
- Automatically trim changelog to two years (Zbigniew Jędrzejewski-Szmek, #22)
|
||||||
|
Loading…
Reference in New Issue
Block a user