From 68e437fd24bdd4fe92b1a8d89cc2cd5cdc7e3eb5 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Mon, 2 Dec 2024 10:37:18 +0300 Subject: [PATCH] Overwrite target for x86_64_v2 --- SPECS/glibc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index 3e465a1..1350a70 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 22 -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 +* Mon Dec 02 2024 Sergey Cherevko - 2.39-22.inferit +- Overwrite target for x86_64_v2 + * Tue Nov 26 2024 MSVSphere Packaging Team - 2.39-22 - Rebuilt for MSVSphere 10