From 92782515316b687981167bf93e1da5ca1cce8e91 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 20 Aug 2018 22:33:04 +0200 Subject: [PATCH] Add aarch64 to ldc arches --- 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 2ee111e..571d3f1 100644 --- a/macros.ldc-srpm +++ b/macros.ldc-srpm @@ -1,2 +1,2 @@ # arches that ldc builds on -%ldc_arches %{ix86} x86_64 %{arm} +%ldc_arches %{ix86} x86_64 %{arm} aarch64 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 4c1b567..b7c0c77 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: 118 +Version: 119 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 Aug 20 2018 Kalev Lember - 119-1 +- Add aarch64 to ldc arches + * Wed Aug 15 2018 Igor Gnatenko - 118-1 - Enable --as-needed by default