add Provides: gettext-runtime to gettext package for forward compatibility

This commit is contained in:
Sundeep Anand 2022-06-07 16:28:52 +05:30
parent 205b2f420a
commit 7036fc870c
1 changed files with 6 additions and 2 deletions

View File

@ -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 <suanand@redhat.com> - 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 <suanand@redhat.com> - 0.21-14.0.20220203
- add Provides: gettext-tools to gettext package for forward compatibility.