From ff2301e737e2db593d64f16ebe40cb8f4f12647a Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Wed, 19 Feb 2020 09:10:05 +0100 Subject: [PATCH] Add missing provides for tzdata Signed-off-by: Igor Raits --- rust-chrono-tz.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-chrono-tz.spec b/rust-chrono-tz.spec index 95a85bd..db0107b 100644 --- a/rust-chrono-tz.spec +++ b/rust-chrono-tz.spec @@ -10,7 +10,8 @@ Release: 4%{?dist} Summary: TimeZone implementations for rust-chrono from the IANA database # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +# tz/* is under Public Domain +License: (MIT or ASL 2.0) and Public Domain URL: https://crates.io/crates/chrono-tz Source: %{crates_source} # Initial patched metadata @@ -32,6 +33,7 @@ TimeZone implementations for rust-chrono from the IANA database.} %package devel Summary: %{summary} BuildArch: noarch +Provides: bundled(tzdata) = 2019c %description devel %{_description}