diff --git a/python-designateclient-1.0.2.tar.gz b/python-designateclient-1.0.2.tar.gz deleted file mode 100644 index d2bd254..0000000 --- a/python-designateclient-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bbd7d551d6947e456311ea49245b9a333228e0a711e2b28f74d926813c6a4e5 -size 24767 diff --git a/python-designateclient-master.tar.gz b/python-designateclient-master.tar.gz new file mode 100644 index 0000000..e027aa5 --- /dev/null +++ b/python-designateclient-master.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d2e985f42331abaff76dcefbc230c2616515cd5808f76a09c3abd45bd73087 +size 24148 diff --git a/python-designateclient.changes b/python-designateclient.changes index 7c9124c..40492ed 100644 --- a/python-designateclient.changes +++ b/python-designateclient.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Mar 27 11:34:59 UTC 2014 - dmueller@suse.com - -- go back to released version (1.0.2) - ------------------------------------------------------------------- Wed Mar 5 00:35:42 UTC 2014 - cloud-devel@suse.de diff --git a/python-designateclient.spec b/python-designateclient.spec index 6777de0..4386a3c 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -18,13 +18,13 @@ %define component designateclient Name: python-%{component} -Version: 1.0.2 +Version: 1.0.2.1.g11d4b42 Release: 0 Summary: Openstack DNS (Designate) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-designateclient -Source: http://tarballs.openstack.org/python-designateclient/python-designateclient-%{version}.tar.gz +Source: http://tarballs.openstack.org/python-designateclient/python-designateclient-master.tar.gz BuildRequires: fdupes BuildRequires: openstack-suse-macros BuildRequires: python-devel @@ -40,11 +40,11 @@ BuildRequires: python-python-subunit BuildRequires: python-testrepository >= 0.0.17 Requires: python >= 2.6.8 Requires: python-cliff >= 1.4.3 -Requires: python-jsonschema >= 2.0.0 -Requires: python-keystoneclient >= 0.6.0 -Requires: python-pbr >= 0.6 +Requires: python-jsonschema >= 1.3.0 +Requires: python-keystoneclient >= 0.3.2 +Requires: python-pbr >= 0.5.21 Requires: python-requests >= 1.1 -Requires: python-stevedore >= 0.14 +Requires: python-stevedore >= 0.10 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}