From 7340537e082eee4bc0be84430b81a897d6aeeaaa Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:07:30 -0700 Subject: [PATCH] fix provides tag (#6673) (#6675) (cherry picked from commit 6955c8b6b3aa8ab39a4b2da94dc001e80a0148fe) Signed-off-by: Owen Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/types-colorama/types-colorama.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 7d7f324bf9..2f692dc49f 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 0~%{commit_date}git.%shortcommit -Release: 1%?dist +Release: 2%?dist Summary: Typing stubs for colorama License: Apache-2.0 URL: https://github.com/python/typeshed @@ -23,6 +23,7 @@ Packager: Owen Zimmerman %package -n python3-%{pypi_name} Summary: %{summary} Provides: types-colorama +Provides: python%{python3_pkgversion}dist(types-colorama) %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name}