- Overwrite target for x86_64_v2

This commit is contained in:
eabdullin 2024-07-11 13:51:43 +03:00
parent 2519975b20
commit 97af907e37

View File

@ -171,7 +171,7 @@ Version: %{glibcversion}
# generator to make the generated requires interchangeable between Rawhide # generator to make the generated requires interchangeable between Rawhide
# and ELN (.elnYY < .fcXX). # and ELN (.elnYY < .fcXX).
%global baserelease 17 %global baserelease 17
Release: %{baserelease}%{?dist} Release: %{baserelease}%{?dist}.alma.1
# Licenses: # Licenses:
# #
@ -477,6 +477,9 @@ BuildRequires: gcc >= 7.2.1-6
%global enablekernel 3.2 %global enablekernel 3.2
Conflicts: kernel < %{enablekernel} Conflicts: kernel < %{enablekernel}
%define target %{_target_cpu}-redhat-linux %define target %{_target_cpu}-redhat-linux
%ifarch x86_64_v2
%define target x86_64-redhat-linux
%endif
%ifarch ppc64le %ifarch ppc64le
%global target ppc64le-redhat-linux %global target ppc64le-redhat-linux
%endif %endif
@ -2632,6 +2635,9 @@ update_gconv_modules_cache ()
%endif %endif
%changelog %changelog
* Thu Jul 11 2024 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-17.alma.1
- Overwrite target for x86_64_v2
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.39-17 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.39-17
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild