Hello community,
here is the log from the commit of package openstack-dashboard for
openSUSE:Factory checked in at 2013-11-20 10:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-dashboard (Old)
and /work/SRC/openSUSE:Factory/.openstack-dashboard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-dashboard"
Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-dashboard/openstack-dashboard.changes
2013-10-18 19:23:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.openstack-dashboard.new/openstack-dashboard.changes
2013-11-20 10:54:51.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Nov 15 18:24:10 UTC 2013 - [email protected]
+
+- Update to version 2013.2.1.dev2.gd97bba1:
+ + Avoid discarding precision of metering data
+
+-------------------------------------------------------------------
+Wed Oct 23 10:04:11 UTC 2013 - [email protected]
+
+- Use Django's signed_cookies session backend like upstream and drop
+ the usage of cache_db
+- No need to set SECRET_KEY anymore, upstream learned it too
+
+-------------------------------------------------------------------
Old:
----
horizon-2013.2.tar.gz
New:
----
horizon-stable-havana.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openstack-dashboard.spec ++++++
--- /var/tmp/diff_new_pack.spHu5G/_old 2013-11-20 10:54:52.000000000 +0100
+++ /var/tmp/diff_new_pack.spHu5G/_new 2013-11-20 10:54:52.000000000 +0100
@@ -19,13 +19,13 @@
%define component horizon
Name: openstack-dashboard
-Version: 2013.2
+Version: 2013.2.1.dev2.gd97bba1
Release: 0
Summary: OpenStack Dashboard (Horizon)
License: Apache-2.0
Group: Development/Languages/Python
Url: http://wiki.openstack.org/OpenStackDashboard
-Source: horizon-2013.2.tar.gz
+Source: horizon-stable-havana.tar.gz
# Apache2 example configuration:
Source2: openstack-dashboard.conf.sample
# PATCH-FIX-SUSE: Use a saner default for static/media files
@@ -154,7 +154,7 @@
functionality of the OpenStack dashboard and its components.
%prep
-%setup -q -n horizon-2013.2
+%setup -q -n horizon-2013.2.1.dev2.gd97bba1
%patch0
%openstack_cleanup_prep
@@ -174,19 +174,6 @@
### Create a local_settings.py
mv
%{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.py{.example,}
-cat <<EOF >>
%{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.py
-SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'
-DATABASES = {
- 'default': {
- 'ENGINE': 'django.db.backends.sqlite3',
- 'NAME': os.path.join(LOCAL_PATH, 'dashboard_openstack.sqlite3'),
- 'TEST_NAME': os.path.join(LOCAL_PATH, 'test.sqlite3'),
- },
-}
-EOF
-# Use secure SECRET_KEY generation for local_settings.py (bnc#755607):
-sed -i -e "s|\# \(from horizon\.utils import secret_key\)|\1|" \
- -e "s|\# \(SECRET_KEY = .*\)|\1|"
%{buildroot}%{_datadir}/openstack-dashboard/openstack_dashboard/local/local_settings.py
# create root for static files
install -m 0755 -d
%{buildroot}/srv/www/openstack-dashboard/static/dashboard/css
++++++ _service ++++++
--- /var/tmp/diff_new_pack.spHu5G/_old 2013-11-20 10:54:52.000000000 +0100
+++ /var/tmp/diff_new_pack.spHu5G/_new 2013-11-20 10:54:52.000000000 +0100
@@ -1,6 +1,6 @@
<services>
<service name="git_tarballs" mode="disabled">
- <param
name="url">http://tarballs.openstack.org/horizon/horizon-2013.2.tar.gz</param>
+ <param
name="url">http://tarballs.openstack.org/horizon/horizon-stable-havana.tar.gz</param>
<param name="email">[email protected]</param>
<param name="plain-version">True</param>
</service>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]