Remove mos-fix-compression-error patch
authoriberezovskiy <iberezovskiy@mirantis.com>
Thu, 25 Sep 2014 09:00:09 +0000 (13:00 +0400)
committeriberezovskiy <iberezovskiy@mirantis.com>
Thu, 25 Sep 2014 09:00:21 +0000 (13:00 +0400)
Change-Id: Ifbd5d4c209262e6c0feacf1c1d0e09e1eff851bb

rpm/SOURCES/0012-mos-fix-compression-error.patch [deleted file]
rpm/SPECS/python-django-horizon.spec

diff --git a/rpm/SOURCES/0012-mos-fix-compression-error.patch b/rpm/SOURCES/0012-mos-fix-compression-error.patch
deleted file mode 100644 (file)
index 10ac169..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/horizon/templates/horizon/_scripts.html b/horizon/templates/horizon/_scripts.html
-index 3e3ec4f..c122fe2 100644
---- a/horizon/templates/horizon/_scripts.html
-+++ b/horizon/templates/horizon/_scripts.html
-@@ -32,9 +32,6 @@
- <script src="{{ STATIC_URL }}bootstrap/js/bootstrap.js" type="text/javascript" charset="utf-8"></script>
- <script src='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/bootstrap-datepicker.js' type='text/javascript' charset='utf-8'></script>
--{% ifnotequal DATEPICKER_LOCALE 'en' %}
--<script src='{{ STATIC_URL }}horizon/lib/bootstrap_datepicker/locales/bootstrap-datepicker.{{ DATEPICKER_LOCALE }}.js' type='text/javascript' charset='utf-8'></script>
--{% endifnotequal %}
- <script src="{{ STATIC_URL }}horizon/lib/hogan.js" type="text/javascript" charset='utf-8'></script>
index c701c0e2ad7d3f2fe3d5eb4ba7cc59dbb1a650b7..b50c09bcf322987989b08d002aeed481ea00d9f4 100644 (file)
@@ -29,9 +29,6 @@ Source4:    openstack-dashboard-httpd-logging.conf
 #Patch0009: 0009-remove-runtime-dep-to-python-pbr.patch
 #Patch0010: 0010-Add-Change-password-link-to-the-RCUE-theme.patch
 #Patch0011: 0011-.less-replaced-in-rcue.patch
-Patch0012: 0012-mos-fix-compression-error.patch
-
-
 
 #
 # BuildArch needs to be located below patches in the spec file. Don't ask!
@@ -210,7 +207,6 @@ Customization module for OpenStack Dashboard to provide a branded logo.
 %prep
 %setup -q -n horizon-%{version}
 
-%patch0012 -p1
 # Use git to manage patches.
 # http://rwmj.wordpress.com/2011/08/09/nice-rpm-git-patch-management-trick/
 #git init