- Overwrite target for x86_64_v2

This commit is contained in:
eabdullin 2024-09-09 16:54:04 +03:00
parent 2118accf25
commit 629a6a4003

View File

@ -171,7 +171,7 @@ Version: %{glibcversion}
# generator to make the generated requires interchangeable between Rawhide
# and ELN (.elnYY < .fcXX).
%global baserelease 22
Release: %{baserelease}%{?dist}
Release: %{baserelease}%{?dist}.alma.1
# Licenses:
#
@ -505,6 +505,9 @@ BuildRequires: gcc >= 7.2.1-6
%global enablekernel 3.2
Conflicts: kernel < %{enablekernel}
%define target %{_target_cpu}-redhat-linux
%ifarch x86_64_v2
%define target x86_64-redhat-linux
%endif
%ifarch ppc64le
%global target ppc64le-redhat-linux
%endif
@ -2661,6 +2664,9 @@ update_gconv_modules_cache ()
%endif
%changelog
* Mon Sep 09 2024 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-17.alma.1
- Overwrite target for x86_64_v2
* Wed Jul 31 2024 Florian Weimer <fweimer@redhat.com> - 2.39-22
- Support clearing options in /etc/resolv.conf, RES_OPTIONS with a - prefix
- Introduce the strict-error/RES_STRICTERR stub resolver option (RHEL-18039)