From 9d7492ea468f7f601db899b90d6badb77255dd16 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 5 Nov 2024 04:00:53 +0300 Subject: [PATCH] import gettext-0.22.5-6.el10 --- SPECS/gettext.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/SPECS/gettext.spec b/SPECS/gettext.spec index 515c704..6a8a5bb 100644 --- a/SPECS/gettext.spec +++ b/SPECS/gettext.spec @@ -1,11 +1,11 @@ %bcond_with jar %bcond_with java -%bcond libtextstyle %[0%{?fedora} > 40] +%bcond libtextstyle %[0%{?fedora} >= 40] Summary: GNU tools and libraries for localized translated messages Name: gettext Version: 0.22.5 -Release: 3%{?dist} +Release: 6%{?dist} # The following are licensed under LGPLv2+: # - libintl and its headers @@ -74,6 +74,9 @@ BuildRequires: glibc-langpack-zh BuildRequires: make Provides: bundled(gnulib) Requires: %{name}-runtime = %{version}-%{release} +%if %{with libtextstyle} +Requires: libtextstyle%{?_isa} = %{version}-%{release} +%endif %description The GNU gettext package provides a set of tools and documentation for @@ -142,6 +145,9 @@ Summary: Libraries for %{name} # libasprintf is LGPLv2+ # libgettextpo is GPLv3+ License: LGPL-2.0-or-later AND GPL-3.0-or-later +%if %{with libtextstyle} +Requires: libtextstyle%{?_isa} = %{version}-%{release} +%endif %if %{without libtextstyle} Obsoletes: libtextstyle < %{version}-%{release} %endif @@ -451,6 +457,16 @@ make check LIBUNISTRING=-lunistring %{_mandir}/man1/msghack.1* %changelog +* Tue Oct 29 2024 Troy Dawson - 0.22.5-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* Thu Jul 11 2024 Manish Tiwari - 0.22.5-5 +- CI gating tests migration to tmt + +* Thu Jul 4 2024 Manish Tiwari - 0.22.5-4 +- Add explicit package version requirement for libtextstyle + * Mon Jun 24 2024 Troy Dawson - 0.22.5-3 - Bump release for June 2024 mass rebuild