Remove isa from Provides in python2-cjdns

This commit is contained in:
Stuart D. Gathman 2018-02-21 17:51:34 -05:00
parent a67e6cae16
commit 66beed5a14
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ sessionStats show current crypto sessions
%package -n python2-cjdns
%{?python_provide:%python_provide python2-cjdns}
# Remove before F30
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Provides: %{name}-python = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python tools for cjdns
Group: System Environment/Base