From ac674e699cfe96c507f3bc2704b5417ce799d242 Mon Sep 17 00:00:00 2001 From: chendingjian Date: Mon, 6 Feb 2023 14:58:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(spec)=20:=20Add=20python%{python3=5Fversion?= =?UTF-8?q?}dist(dogtail)=20to=20solve=20the=20problem=20that=20the=20pack?= =?UTF-8?q?age=20cannot=20be=20provided.=20-=20=E6=B7=BB=E5=8A=A0=20python?= =?UTF-8?q?%{python3=5Fversion}dist(dogtail)=20=E4=BB=A5=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=8F=90=E4=BE=9B=E5=8C=85=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chendingjian --- dogtail.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dogtail.spec b/dogtail.spec index 8e6a431..aee9e06 100644 --- a/dogtail.spec +++ b/dogtail.spec @@ -1,6 +1,6 @@ Name: dogtail Version: 0.9.10 -Release: 3 +Release: 4 Summary: Tools for GUI testing automatically License: GPLv2 URL: https://gitlab.com/dogtail/dogtail/ @@ -19,6 +19,8 @@ Summary: GUI test tool and automation framework - python3 installation BuildRequires: python3-devel python3-setuptools Requires: python3-pyatspi python3-gobject python3-cairo rpm-python3 Requires: xorg-x11-xinit hicolor-icon-theme +Provides: python%{python3_pkgversion}dist(dogtail) = %{version} +Provides: python%{python3_version}dist(dogtail) = %{version} %description -n python3-dogtail GUI test tool and automation framework that uses assistive technologies to @@ -67,6 +69,9 @@ fi %doc examples/ %changelog +* Mon Feb 06 2023 chendingjian - 0.9.10-4 +- Add python%{python3_version}dist(dogtail) to solve the problem that the package cannot be provided. + * Thu Oct 22 2020 huanghaitao - 0.9.10-3 - Disable python2 module