Hello community,

here is the log from the commit of package openstack-glance for 
openSUSE:Factory checked in at 2013-07-10 17:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-glance (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-glance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-glance"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance.changes        
2013-07-03 16:01:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance.changes   
2013-07-10 17:29:41.000000000 +0200
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------
+Tue Jul  9 09:56:56 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a75.g85cbff0:
+  + Add image id to the logging message for upload
+
+-------------------------------------------------------------------
+Mon Jul  8 23:39:31 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a74.gce75545:
+  + Dont raise NotFound in simple db image_tag_get_all
+  + Fix stale process after unit tests complete
+  + Add Sheepdog store
+  + Use python module loading to run glance-manage
+
+-------------------------------------------------------------------
+Mon Jul  8 06:53:10 UTC 2013 - [email protected]
+
+- Stop shipping wsgi files and SSL certificates for apache setup,
+  as glance can handle SSL directly now:
+  + Drop openstack-glance-api.wsgi.
+  + Remove apache2 BuildRequires, and apache2-utils and openssl
+    Requires(post).
+  + Do not generate certificates in %post.
+
+-------------------------------------------------------------------
+Fri Jul  5 23:39:04 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a66.g2538660:
+  + Refactor unsupported default store testing
+
+-------------------------------------------------------------------
+Tue Jul  2 23:40:23 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a65.g9daf387:
+  + Updated documentation to include notifications introduced in Grizzly.
+
+-------------------------------------------------------------------
+Sat Jun 29 23:45:38 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a63.gfaff611:
+  + Add a bit of description
+
+--------------------------------------------------------------------
+Fri Jun 28 23:45:19 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a61.gb977362:
+  + Port slow, overly assertive v1 functional tests to integration tests
+  + Fixes exposing trace during calling image create API
+  + Removed unusued variables to clean the code.
+

Old:
----
  openstack-glance-api.wsgi

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

Other differences:
------------------
++++++ openstack-glance-doc.spec ++++++
--- /var/tmp/diff_new_pack.SCu6or/_old  2013-07-10 17:29:42.000000000 +0200
+++ /var/tmp/diff_new_pack.SCu6or/_new  2013-07-10 17:29:42.000000000 +0200
@@ -19,7 +19,7 @@
 %define component glance
 
 Name:           openstack-%{component}-doc
-Version:        2013.2.a56.gb8a13ea
+Version:        2013.2.a75.g85cbff0
 Release:        0
 Summary:        OpenStack Image Service (Glance) - Documentation
 License:        Apache-2.0
@@ -47,7 +47,7 @@
 This package contains documentation files for openstack-glance.
 
 %prep
-%setup -q -n glance-2013.2.a56.gb8a13ea
+%setup -q -n glance-2013.2.a75.g85cbff0
 %openstack_cleanup_prep
 
 %build

++++++ openstack-glance.spec ++++++
--- /var/tmp/diff_new_pack.SCu6or/_old  2013-07-10 17:29:42.000000000 +0200
+++ /var/tmp/diff_new_pack.SCu6or/_new  2013-07-10 17:29:42.000000000 +0200
@@ -22,7 +22,7 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2013.2.a56.gb8a13ea
+Version:        2013.2.a75.g85cbff0
 Release:        0
 Summary:        OpenStack Image Service (Glance)
 License:        Apache-2.0
@@ -30,12 +30,9 @@
 Url:            https://launchpad.net/glance
 Source0:        glance-master.tar.gz
 Source1:        openstack-glance.init
-# WSGI application skeleton for API app (for the SSL proxy):
-Source4:        openstack-glance-api.wsgi
 Source5:        %{name}.logrotate
 # PATCH-FIX-OPENSUSE: [email protected] -- Don't test qpid functionality, we 
have no packages
 Patch2:         glance-dont-test-qpid.patch
-BuildRequires:  apache2
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
 BuildRequires:  openstack-utils
@@ -48,9 +45,6 @@
 Requires:       python-glance = %{version}
 Requires:       python-oslo.config >= 1.1.0
 Requires:       python-pbr
-# To generate a self-signed certificate to be used in demo setups:
-Requires(post): apache2-utils
-Requires(post): openssl
 Requires(post): sysconfig
 %if 0%{?suse_version} > 1110
 Requires(pre):  pwdutils
@@ -140,7 +134,7 @@
 of OpenStack Glance.
 
 %prep
-%setup -q -n glance-2013.2.a56.gb8a13ea
+%setup -q -n glance-2013.2.a75.g85cbff0
 %patch2 -p1
 %openstack_cleanup_prep
 sed -i "s|^#!.*||" tools/migrate_image_owners.py # Fix non-executable script 
warning
@@ -183,11 +177,6 @@
 %openstack_test_package_install
 %fdupes %{buildroot}%{_localstatedir}/lib/%{name}-test
 
-### apache/WSGI for SSL
-%openstack_apache_ssl_cert_install
-# Apache2 WSGI apps
-install -D %{SOURCE4} 
%{buildroot}%{_localstatedir}/lib/glance/wsgi/glance-api.wsgi
-
 ### misc
 %fdupes %{buildroot}%{python_sitelib}/%{component}
 
@@ -211,7 +200,6 @@
 exit 0
 
 %post
-%openstack_apache_ssl_cert_post
 %fillup_and_insserv openstack-glance-api openstack-glance-registry
 
 %preun
@@ -263,9 +251,6 @@
 %{_mandir}/man1/glance-manage.1%{?ext_man}
 %{_mandir}/man1/glance-registry.1%{?ext_man}
 %{_mandir}/man1/glance-scrubber.1%{?ext_man}
-%openstack_apache_ssl_cert_files
-%dir %attr(0755, root, root) %{_localstatedir}/lib/glance/wsgi
-%attr(0644, root, root) %{_localstatedir}/lib/glance/wsgi/*.wsgi
 %dir %attr(0755, %{username}, %{username}) %{_localstatedir}/cache/glance
 
 %files -n python-glance

++++++ glance-master.tar.gz ++++++
++++ 4378 lines of diff (skipped)

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

Reply via email to