!2 Fix hardcode require
From: @the-moon-is-blue Reviewed-by: @joec88 Signed-off-by: @joec88
This commit is contained in:
commit
4f1f63acf6
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-designateclient
|
Name: python-designateclient
|
||||||
Version: 4.1.0
|
Version: 4.1.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Python API and CLI for OpenStack Designate
|
Summary: Python API and CLI for OpenStack Designate
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://launchpad.net/python-designateclient/
|
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
|
%package -n python3-designateclient-tests
|
||||||
Summary: Python API and CLI for OpenStack Designate (tests)
|
Summary: Python API and CLI for OpenStack Designate (tests)
|
||||||
%{?python_provide:%python_provide python3-designateclient-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
|
%description -n python3-designateclient-tests
|
||||||
Client library and command line utility for interacting with Openstack Designate API
|
Client library and command line utility for interacting with Openstack Designate API
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user