Hello community,

here is the log from the commit of package openstack-nova for openSUSE:Factory 
checked in at 2013-10-18 19:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-nova (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-nova.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-nova"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova-doc.changes        
2013-08-05 20:49:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova-doc.changes   
2013-10-18 19:23:26.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 14:52:27 UTC 2013 - [email protected]
+
+- Don't require python-Cheeta, upstream moved to Jinja2
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova.changes    
2013-10-03 07:26:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova.changes       
2013-10-18 19:23:26.000000000 +0200
@@ -1,0 +2,44 @@
+Thu Oct 17 16:00:14 UTC 2013 - [email protected]
+
+- update to 2013.2:
+  * No changes
+
+-------------------------------------------------------------------
+Mon Oct 14 11:11:10 UTC 2013 - [email protected]
+
+- Backport from master:
+  + Run DB migration as nova user
+
+-------------------------------------------------------------------
+Sat Oct 12 11:48:38 UTC 2013 - [email protected]
+
+- Update to version 2013.2.rc2+git.1381578518.3c373ac:
+  + Add boto special casing for param changes in 2.14
+  + Baremetal: Be more patient with IPMI and BMC
+  + Adds missing entry in setup.cfg for V3 API shelve plugin
+  + XenAPI: Add versioning for plugins
+  + Fix the wrong params of attach/detach interface for compute driver
+  + Fix filter_properties of unshelve API
+  + fallocate image only when user has write access
+  + VMware: Network fallback in case specified one not found
+  + Correct use of ConfigFilesNotFoundError
+  + Avoid spamming conductor logs with object exceptions
+  + Fix conductor's object change detection
+  + Sync three-part RPC versions support from Oslo
+  + Fix nova DB 215 migration script logic error
+  + Fixes error on live-migration of volume-backed vm
+  + Libvirt: disallow live-mig for volume-backed with local disk
+
+-------------------------------------------------------------------
+Sat Oct  5 09:37:06 UTC 2013 - [email protected]
+
+- Update to version 2013.2.rc1+git.1380965826.96d828f:
+  + Use system locale for default request language
+  + xenapi: reduce impact of errors during SR.scan
+  + VMWare: Disabling linked clone doesn't cache images
+  + Disable lazy gettext
+  + Imported Translations from Transifex
+  + Remove `utils.parse_mailmap`
+  + Skip test if sqlite3 not installed
+
+-------------------------------------------------------------------

Old:
----
  nova-master.tar.gz

New:
----
  nova-2013.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openstack-nova-doc.spec ++++++
--- /var/tmp/diff_new_pack.8dUqzl/_old  2013-10-18 19:23:28.000000000 +0200
+++ /var/tmp/diff_new_pack.8dUqzl/_new  2013-10-18 19:23:28.000000000 +0200
@@ -20,16 +20,15 @@
 %define majorversion 2012.2.3
 
 Name:           openstack-%{component}-doc
-Version:        2013.2.a501.gc81369c+git.1380671363.c81369c
+Version:        2013.2.rc2+git.1381578518.3c373ac
 Release:        0
 Summary:        OpenStack Compute (Nova) - Documentation
 License:        Apache-2.0
 Group:          Documentation/HTML
 Url:            http://openstack.org/projects/compute/
-Source:         nova-master.tar.gz
+Source:         nova-2013.2.tar.gz
 BuildRequires:  graphviz
 BuildRequires:  openstack-suse-macros
-BuildRequires:  python-Cheetah
 BuildRequires:  python-PasteDeploy
 BuildRequires:  python-Sphinx
 BuildRequires:  python-WebOb
@@ -61,7 +60,7 @@
 This package contains documentation files for openstack-nova.
 
 %prep
-%setup -q -n nova-2013.2.a501.gc81369c
+%setup -q -n nova-2013.2
 %openstack_cleanup_prep
 
 %build

++++++ openstack-nova.spec ++++++
--- /var/tmp/diff_new_pack.8dUqzl/_old  2013-10-18 19:23:28.000000000 +0200
+++ /var/tmp/diff_new_pack.8dUqzl/_new  2013-10-18 19:23:28.000000000 +0200
@@ -22,13 +22,13 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2013.2.a501.gc81369c+git.1380671363.c81369c
+Version:        2013.2.rc2+git.1381578518.3c373ac
 Release:        0
 Summary:        OpenStack Compute (Nova)
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://launchpad.net/nova
-Source:         nova-master.tar.gz
+Source:         nova-2013.2.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.logrotate
 Source4:        openstack-nova-manage.sh
@@ -279,7 +279,7 @@
 OpenStack Nova and its components.
 
 %prep
-%setup -q -n nova-2013.2.a501.gc81369c
+%setup -q -n nova-2013.2
 %patch1 -p1
 %patch2 -p1
 %patch7 -p1

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8dUqzl/_old  2013-10-18 19:23:28.000000000 +0200
+++ /var/tmp/diff_new_pack.8dUqzl/_new  2013-10-18 19:23:28.000000000 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="git_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/nova/nova-master.tar.gz</param>
+    <param 
name="url">http://tarballs.openstack.org/nova/nova-2013.2.tar.gz</param>
     <param name="email">[email protected]</param>
   </service>
 </services>

++++++ nova-master.tar.gz -> nova-2013.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/openstack-nova/nova-master.tar.gz 
/work/SRC/openSUSE:Factory/.openstack-nova.new/nova-2013.2.tar.gz differ: char 
5, line 1

++++++ openstack-nova.init ++++++
--- /var/tmp/diff_new_pack.8dUqzl/_old  2013-10-18 19:23:28.000000000 +0200
+++ /var/tmp/diff_new_pack.8dUqzl/_new  2013-10-18 19:23:28.000000000 +0200
@@ -28,7 +28,7 @@
     start)
         if [ "$DAEMON" == "api" ]; then
             echo -n "Checking for Nova API DB Migrations"
-            /usr/bin/nova-manage db sync
+            su $USER -s /bin/sh -c "/usr/bin/nova-manage db sync"
             rc_status -v
         fi
         

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to