From 0d0f91a2e8fd728f9e58d00202ee8ee1ddfbb643 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jan 2024 17:33:00 +0800 Subject: [PATCH] no longer supplement langpacks if all-langpacks installed --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index c39daeb..fe83192 100644 --- a/glibc.spec +++ b/glibc.spec @@ -171,7 +171,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 35 +%global baserelease 36 Release: %{baserelease}%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for @@ -882,7 +882,7 @@ Summary: Locale data for ]]..langname..[[ Provides: glibc-langpack = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: %{name}-common = %{version}-%{release} -Supplements: (glibc and (]]..suppl..[[)) +Supplements: ((glibc and (]]..suppl..[[)) unless glibc-all-langpacks) %description langpack-]]..lang..[[ The glibc-langpack-]]..lang..[[ package includes the basic information required @@ -2218,6 +2218,9 @@ update_gconv_modules_cache () %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Thu Jan 25 2024 Jens Petersen - 2.38.9000-36 +- no longer supplement langpacks if all-langpacks installed + * Wed Jan 24 2024 Florian Weimer - 2.38.9000-35 - Add crh_RU, gbm_IN, ssy_ER locales. - Auto-sync with upstream branch master,