From f86e974df79fcc91c9cbc4dd37379fb695117a3c Mon Sep 17 00:00:00 2001
From: vsaienko <vsaienko@mirantis.com>
Date: Fri, 24 Apr 2015 10:04:14 +0300
Subject: [PATCH] drop building of openstack-dashboard-theme package

 We do not using any horizon themes in MOS, openstack-dashboard-theme is declared in spec,
 but it doesn't contain any files and it breakes our CI tests.
 Closes-Bug: #1446213

Change-Id: Ie1830e26dfe015746713567e17b8cdbee65fbec2
---
 rpm/SPECS/python-django-horizon.spec | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/rpm/SPECS/python-django-horizon.spec b/rpm/SPECS/python-django-horizon.spec
index 79cab46..036c59a 100644
--- a/rpm/SPECS/python-django-horizon.spec
+++ b/rpm/SPECS/python-django-horizon.spec
@@ -203,13 +203,6 @@ BuildRequires: python-oslo-sphinx
 %description doc
 Documentation for the Django Horizon application for talking with Openstack
 
-%package -n openstack-dashboard-theme
-Summary: OpenStack web user interface reference implementation theme module
-Requires: openstack-dashboard = %{version}
-
-%description -n openstack-dashboard-theme
-Customization module for OpenStack Dashboard to provide a branded logo.
-
 %prep
 %setup -q -n horizon-%{version}
 
@@ -428,11 +421,10 @@ mkdir -p %{buildroot}%{_var}/log/horizon
 %files doc
 %doc html
 
-#%files -n openstack-dashboard-theme
-#%{_datadir}/openstack-dashboard/openstack_dashboard/dashboards/theme
-#%{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
-
 %changelog
+* Fri Apr 24 2015 Vasyl Saienko <vsaienko@mirantis.com> 2014.2.2
+- drop openstack-dashboard-theme package (LP #1446213)
+
 * Mon Mar 02 2015 Mikhail Ivanov <mivanov@mirantis.com> 2014.2.2
 - Update requirements
 
-- 
2.45.2