From 7036fc870c4c86e9e54eed57617144fc67d46440 Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Tue, 7 Jun 2022 16:28:52 +0530 Subject: [PATCH] add Provides: gettext-runtime to gettext package for forward compatibility --- gettext.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gettext.spec b/gettext.spec index 9ad56b5..2fa2f4c 100644 --- a/gettext.spec +++ b/gettext.spec @@ -5,7 +5,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: 0.21 -Release: 14%{?dist}.0.%{snapshot} +Release: 15%{?dist}.0.%{snapshot} # The following are licensed under LGPLv2+: # - libintl and its headers @@ -81,7 +81,7 @@ BuildRequires: make Requires: %{name}-libs%{_isa} = %{version}-%{release} Provides: bundled(gnulib) Provides: bundled(libcroco) = 0.6.12 -Provides: gettext-tools = %{version}-%{release} +Provides: gettext-runtime = %{version}-%{release} %description The GNU gettext package provides a set of tools and documentation for @@ -375,6 +375,10 @@ make check LIBUNISTRING=-lunistring %{_mandir}/man1/msghack.1* %changelog +* Tue Jun 7 2022 Sundeep Anand - 0.21-15.0.20220203 +- add Provides: gettext-runtime to gettext package for forward compatibility. +- and removed Provides: gettext-tools + * Mon Jun 6 2022 Sundeep Anand - 0.21-14.0.20220203 - add Provides: gettext-tools to gettext package for forward compatibility.