From aecb77cf2231aaa11a62617267d9e7d710ea4991 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 17 Apr 2023 09:03:14 +0300 Subject: [PATCH] Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: Signed-off-by: David Abdurachmanov --- glibc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 968d15d..7cf8ebd 100644 --- a/glibc.spec +++ b/glibc.spec @@ -160,7 +160,7 @@ Version: %{glibcversion} # generator to make the generated requires interchangeable between Rawhide # and ELN (.elnYY < .fcXX). %global baserelease 1 -Release: %{baserelease}%{?dist} +Release: %{baserelease}.rvre0%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -2194,6 +2194,9 @@ update_gconv_modules_cache () %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Mon Apr 17 2023 David Abdurachmanov - 2.37-1.rvre0 +- Rebuilt for Fedora/RISCV (riscv64) + * Sat Feb 04 2023 Carlos O'Donell - 2.37-1 - Drop already included glibc-dprintf-length.patch patch. - Apply glibc-printf-grouping-swbz30068.patch to fix swbz#30068.