- Enable builds on aarch64

epel8
Dan Horák 5 years ago
parent e0661f0427
commit 9597ca733f

@ -1,6 +1,6 @@
Name: fpc-srpm-macros
Version: 1.2
Release: 3%{?dist}
Version: 1.3
Release: 1%{?dist}
Summary: RPM macros needed by packages built with Free Pascal Compiler
# This package only exist in Fedora repositories
# The license is the standard (MIT) specified in
@ -36,6 +36,9 @@ install -p -m 0644 -t %{buildroot}/%{_rpmconfigdir}/macros.d %{SOURCE0}
%changelog
* Tue Jan 28 2020 Dan Horák <dan[at]danny.cz> - 1.3-1
- Enable builds on aarch64
* Tue Jan 28 2020 Mohan Boddu <mboddu@bhujji.com> - 1.2-3
- Enable builds on ppc64le

@ -1,3 +1,3 @@
%fpc_arches %{ix86} %{arm} x86_64 ppc64le
%fpc_arches %{ix86} %{arm} x86_64 ppc64le aarch64
# fpc_arches lists the architectures where the Free Pascal Compiler is
# available in Fedora.

Loading…
Cancel
Save