diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index f3158f5..4b3f779 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -171,7 +171,7 @@ Version: %{glibcversion} # generator to make the generated requires interchangeable between Rawhide # and ELN (.elnYY < .fcXX). %global baserelease 23 -Release: %{baserelease}%{?dist} +Release: %{baserelease}%{?dist}.inferit # 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 +* Tue Dec 03 2024 Sergey Cherevko - 2.39-23.inferit +- Overwrite target for x86_64_v2 + * Tue Oct 29 2024 Troy Dawson - 2.39-23 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018