From 185db65ce6291c7635812f1fb7861d856dff1eea Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Thu, 22 Aug 2013 12:32:37 -0700 Subject: [PATCH] v1.2.2 --- ceph-deploy.spec | 6 +++--- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ceph-deploy.spec b/ceph-deploy.spec index ce5b1ef..9ab23b1 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -11,7 +11,7 @@ # common ################################################################################# Name: ceph-deploy -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Admin and deploy tool for Ceph License: MIT @@ -31,10 +31,10 @@ BuildRequires: python-pytest BuildRequires: pytest %endif Requires: python-argparse -#Requires: python-pushy +Requires: python-pushy >= 0.5.3 or pushy >= 0.5.3 Requires: python-distribute #Requires: lsb-release -Requires: ceph +#Requires: ceph %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()")} %else diff --git a/debian/changelog b/debian/changelog index 22789dd..96850cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph-deploy (1.2.2) precise; urgency=low + + * New upstream release + + -- Gary Lowell Thu, 22 Aug 2013 12:26:56 -0700 + ceph-deploy (1.2.1-1) precise; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 826de39..84a6bcd 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: ceph-deploy Architecture: all Depends: python, python-argparse, - python-pushy, + python-pushy (>= 0.5.3), python-setuptools, ${misc:Depends}, ${python:Depends} -- 2.47.3