]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
v1.2.2 v1.2.2
authorGary Lowell <gary.lowell@inktank.com>
Thu, 22 Aug 2013 19:32:37 +0000 (12:32 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Thu, 22 Aug 2013 19:32:37 +0000 (12:32 -0700)
ceph-deploy.spec
debian/changelog
debian/control

index ce5b1ef68119ba001b17d038c5edeb8e3aa946da..9ab23b1346dcbdf5878c93af8c7fedaa5560039d 100644 (file)
@@ -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
index 22789dd0bbe12cc53be7dc600d01ff9a0bcddb98..96850cb1ce463ad9a1c4f714f5237dae08c8fb8b 100644 (file)
@@ -1,3 +1,9 @@
+ceph-deploy (1.2.2) precise; urgency=low
+
+  * New upstream release 
+
+ -- Gary Lowell <gary.lowell@inktank.com>  Thu, 22 Aug 2013 12:26:56 -0700
+
 ceph-deploy (1.2.1-1) precise; urgency=low
 
   * New upstream release 
index 826de3997724c95afeae5acb59364440e400ee1c..84a6bcd394b8d47f09c748c416b58247c7de2236 100644 (file)
@@ -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}