Hello community, here is the log from the commit of package openstack-cinder for openSUSE:Factory checked in at 2013-04-17 23:12:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openstack-cinder (Old) and /work/SRC/openSUSE:Factory/.openstack-cinder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-cinder", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/openstack-cinder/openstack-cinder.changes 2013-03-25 20:41:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openstack-cinder.new/openstack-cinder.changes 2013-04-17 23:12:49.000000000 +0200 @@ -0,0 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 25 13:24:38 UTC 2013 - [email protected] + +- add enable-nosetests.diff: + + Run the monkeypatch to be able to use nosetests directly + (backport of https://review.openstack.org/#/c/21685/) + +-------------------------------------------------------------------- +Sun Mar 24 00:04:28 UTC 2013 - [email protected] + +- Update to version 2012.2.4+git.1364083468.db0595a: + + Backport paramiko 1.8.0 requirement to Folsom. + New: ---- enable-nosetests.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openstack-cinder-doc.spec ++++++ --- /var/tmp/diff_new_pack.KMAnzx/_old 2013-04-17 23:12:59.000000000 +0200 +++ /var/tmp/diff_new_pack.KMAnzx/_new 2013-04-17 23:12:59.000000000 +0200 @@ -19,7 +19,7 @@ %define component cinder Name: openstack-%{component}-doc -Version: 2012.2.4+git.1363133776.ebcd4b7 +Version: 2012.2.4+git.1364083468.db0595a Release: 1 License: Apache-2.0 Summary: OpenStack Block Storage (Cinder) - Documentation ++++++ openstack-cinder.spec ++++++ --- /var/tmp/diff_new_pack.KMAnzx/_old 2013-04-17 23:12:59.000000000 +0200 +++ /var/tmp/diff_new_pack.KMAnzx/_new 2013-04-17 23:12:59.000000000 +0200 @@ -21,7 +21,7 @@ %define username openstack-%{component} Name: openstack-%{component} -Version: 2012.2.4+git.1363133776.ebcd4b7 +Version: 2012.2.4+git.1364083468.db0595a Release: 1 License: Apache-2.0 Summary: OpenStack Block Storage (Cinder) @@ -34,6 +34,7 @@ Patch0: cinder-include-migratecfg.patch # PATCH-SUSE: [email protected] - Set sane defaults for SUSE Patch1: cinder-config-update.diff +Patch2: enable-nosetests.diff BuildRequires: fdupes BuildRequires: openstack-macros BuildRequires: python-base @@ -148,6 +149,7 @@ %setup -q -n cinder-2012.2.4 %patch0 -p1 %patch1 +%patch2 %openstack_cleanup_prep # FIXME: Fix path to test/policy.json due to our special test setup # maybe the code in cinder/utils.py#find_config could be fixed, too: ++++++ cinder-stable-folsom.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinder-2012.2.4/ChangeLog new/cinder-2012.2.4/ChangeLog --- old/cinder-2012.2.4/ChangeLog 2013-03-12 03:45:15.000000000 +0100 +++ new/cinder-2012.2.4/ChangeLog 2013-03-19 07:45:43.000000000 +0100 @@ -1,3 +1,26 @@ +commit db0595a4c516738f110482396e0fe90ecaf71b38 +Author: Avishay Traeger <[email protected]> +Date: Tue Mar 19 08:24:50 2013 +0200 + + Backport paramiko 1.8.0 requirement to Folsom. + + Require paramiko >= 1.8.0 + + There is a well-known bug in the Paramiko SSH library that causes + these Exceptions: + SSHException: Error connecting via ssh: PID check failed. RNG must be + re-initialized after fork(). Hint: Try Random.atfork() + + This bug has been fixed in Paramiko, and therefore we should require + the newer version for Cinder drivers that use Paramiko to function + properly. + + Change-Id: Ia14b7b72393e2a2482ebde418b5477934779bf13 + Fixes: bug 1150720 + + tools/pip-requires | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit ebcd4b7c7f98ea3431890b0b38098e8034fa06f8 Merge: cbad3e3 a616001 Author: Jenkins <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinder-2012.2.4/cinder.egg-info/requires.txt new/cinder-2012.2.4/cinder.egg-info/requires.txt --- old/cinder-2012.2.4/cinder.egg-info/requires.txt 2013-03-12 03:45:15.000000000 +0100 +++ new/cinder-2012.2.4/cinder.egg-info/requires.txt 2013-03-19 07:45:43.000000000 +0100 @@ -13,7 +13,7 @@ paste sqlalchemy-migrate>=0.7.2 suds==0.4 -paramiko +paramiko>=1.8.0 Babel>=0.9.6 iso8601>=0.1.4 setuptools_git>=0.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinder-2012.2.4/tools/pip-requires new/cinder-2012.2.4/tools/pip-requires --- old/cinder-2012.2.4/tools/pip-requires 2013-03-12 03:42:12.000000000 +0100 +++ new/cinder-2012.2.4/tools/pip-requires 2013-03-19 07:42:47.000000000 +0100 @@ -13,7 +13,7 @@ paste sqlalchemy-migrate>=0.7.2 suds==0.4 -paramiko +paramiko>=1.8.0 Babel>=0.9.6 iso8601>=0.1.4 setuptools_git>=0.4 ++++++ enable-nosetests.diff ++++++ --- cinder/tests/__init__.py +++ cinder/tests/__init__.py @@ -30,6 +30,9 @@ .. moduleauthor:: Andy Smith <[email protected]> """ +import eventlet +eventlet.monkey_patch() + # See http://code.google.com/p/python-nose/issues/detail?id=373 # The code below enables nosetests to work with i18n _() blocks import __builtin__ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
