Fix hardcode require
This commit is contained in:
parent
270432e5e1
commit
2fe60e82cd
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-designateclient
|
||||
Version: 4.1.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Python API and CLI for OpenStack Designate
|
||||
License: Apache-2.0
|
||||
URL: https://launchpad.net/python-designateclient/
|
||||
@ -40,7 +40,7 @@ Client library and command line utility for interacting with Openstack Designate
|
||||
%package -n python3-designateclient-tests
|
||||
Summary: Python API and CLI for OpenStack Designate (tests)
|
||||
%{?python_provide:%python_provide python3-designateclient-tests}
|
||||
Requires: python3-designateclient = 4.1.0-2
|
||||
Requires: python3-designateclient = %{version}-%{release}
|
||||
|
||||
%description -n python3-designateclient-tests
|
||||
Client library and command line utility for interacting with Openstack Designate API
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user