diff --git a/glibc.spec b/glibc.spec index 7dea025..4e8aac8 100644 --- a/glibc.spec +++ b/glibc.spec @@ -170,7 +170,7 @@ Version: %{glibcversion} # - It allows using the Release number without the %%dist tag in the dependency # generator to make the generated requires interchangeable between Rawhide # and ELN (.elnYY < .fcXX). -%global baserelease 17 +%global baserelease 18 Release: %{baserelease}%{?dist} # Licenses: @@ -255,10 +255,10 @@ Source12: ChangeLog.old %endif %ifarch ppc64 %global glibc_ldso /lib64/ld64.so.1 -%define glibc_rtld_early_cflags -mcpu=power8 %endif %ifarch ppc64le %global glibc_ldso /lib64/ld64.so.2 +%define glibc_rtld_early_cflags -mcpu=power8 %endif %ifarch riscv64 %global glibc_ldso /lib/ld-linux-riscv64-lp64d.so.1 @@ -2632,6 +2632,9 @@ update_gconv_modules_cache () %endif %changelog +* Thu Jul 18 2024 Arjun Shankar - 2.39-18 +- ppc64le: Build early startup code with -mcpu=power8 + * Tue Jul 02 2024 Patsy Griffin - 2.39-17 - Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra.