From cc6d3fad9e6896764f519a4958b9b327786aa5a3 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 30 Jul 2019 10:05:31 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CProvides:=20langtable-data?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- langtable.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/langtable.spec b/langtable.spec index b2ec0fa..7804b39 100644 --- a/langtable.spec +++ b/langtable.spec @@ -1,6 +1,6 @@ Name: langtable Version: 0.0.45 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language. # the translations in languages.xml and territories.xml are (mostly) # imported from CLDR and are thus under the Unicode license, the @@ -25,6 +25,7 @@ Summary: Python module to query the langtable-data License: GPLv3+ Requires: %{name} = %{version}-%{release} Obsoletes: %{name}-data < %{version}-%{release} +Provides: %{name}-data = %{version}-%{release} %{?python_provide:%python_provide python3-%{name}} %description -n python3-langtable @@ -73,6 +74,9 @@ xmllint --noout --relaxng \ %{python3_sitelib}/langtable-*.egg-info/* %changelog +* Tue Jul 30 2019 Mike FABIAN - 0.0.45-3 +- Add “Provides: langtable-data” + * Thu Jul 25 2019 Fedora Release Engineering - 0.0.45-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild