From 9d42a090860d5322f99939416ec1673c1461d504 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sun, 3 Jan 2021 01:05:42 +0100 Subject: [PATCH] Stop providing hg3 - that is the only hg we have Also, dependencies should use 'mercurial' instead. --- mercurial.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mercurial.spec b/mercurial.spec index 23548d1..125630a 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -35,7 +35,6 @@ Extensions: http://www.selenic.com/mercurial/wiki/index.cgi/CategoryExtension %package py3 Summary: Mercurial -- a distributed SCM (Python 3 version) -Provides: hg3 = %{version}-%{release} Provides: hg = %{version}-%{release} Provides: %{name} = %{version}-%{release} Provides: %{name}%{?_isa} = %{version}-%{release} @@ -62,8 +61,6 @@ Summary: Hgk interface for mercurial Requires: hg = %{version}-%{release} Requires: tk -Requires: hg3 = %{version}-%{release} - %description hgk A Mercurial extension for displaying the change history graphically using Tcl/Tk. Displays branches and merges in an easily @@ -79,9 +76,6 @@ documentation. Summary: A fast client for Mercurial command server running on Unix. It saves time of slow Python startup. Requires: hg = %{version}-%{release} -# Let's default to Python 2, but allow some experiments -Suggests: hg3 - %description chg chg is a C wrapper for the hg command. Typically, when you type hg, a new Python process is created, Mercurial is loaded, and your requested command runs