Stop providing hg3 - that is the only hg we have
Also, dependencies should use 'mercurial' instead.
This commit is contained in:
parent
ff2acd1b92
commit
9d42a09086
@ -35,7 +35,6 @@ Extensions: http://www.selenic.com/mercurial/wiki/index.cgi/CategoryExtension
|
|||||||
|
|
||||||
%package py3
|
%package py3
|
||||||
Summary: Mercurial -- a distributed SCM (Python 3 version)
|
Summary: Mercurial -- a distributed SCM (Python 3 version)
|
||||||
Provides: hg3 = %{version}-%{release}
|
|
||||||
Provides: hg = %{version}-%{release}
|
Provides: hg = %{version}-%{release}
|
||||||
Provides: %{name} = %{version}-%{release}
|
Provides: %{name} = %{version}-%{release}
|
||||||
Provides: %{name}%{?_isa} = %{version}-%{release}
|
Provides: %{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -62,8 +61,6 @@ Summary: Hgk interface for mercurial
|
|||||||
Requires: hg = %{version}-%{release}
|
Requires: hg = %{version}-%{release}
|
||||||
Requires: tk
|
Requires: tk
|
||||||
|
|
||||||
Requires: hg3 = %{version}-%{release}
|
|
||||||
|
|
||||||
%description hgk
|
%description hgk
|
||||||
A Mercurial extension for displaying the change history graphically
|
A Mercurial extension for displaying the change history graphically
|
||||||
using Tcl/Tk. Displays branches and merges in an easily
|
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.
|
Summary: A fast client for Mercurial command server running on Unix. It saves time of slow Python startup.
|
||||||
Requires: hg = %{version}-%{release}
|
Requires: hg = %{version}-%{release}
|
||||||
|
|
||||||
# Let's default to Python 2, but allow some experiments
|
|
||||||
Suggests: hg3
|
|
||||||
|
|
||||||
%description chg
|
%description chg
|
||||||
chg is a C wrapper for the hg command. Typically, when you type hg, a new
|
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
|
Python process is created, Mercurial is loaded, and your requested command runs
|
||||||
|
Loading…
Reference in New Issue
Block a user