diff --git a/glibc.spec b/glibc.spec index d777452..d1ab0bd 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.39-17.alma.1 +- Overwrite target for x86_64_v2 + * Wed Jul 31 2024 Florian Weimer - 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)