[python-django-savanna/f19] Add template files, required at runtime

matt matt at fedoraproject.org
Mon Aug 26 18:03:50 UTC 2013


commit 54fbcd49b42545b4b26c6a0c1dd87a0a4f30dd83
Author: Matthew Farrellee <matt at redhat.com>
Date:   Mon Aug 26 14:03:33 2013 -0400

    Add template files, required at runtime

 python-django-savanna.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-django-savanna.spec b/python-django-savanna.spec
index a2254ed..a473b4c 100644
--- a/python-django-savanna.spec
+++ b/python-django-savanna.spec
@@ -1,6 +1,6 @@
 Name:          python-django-savanna
 Version:       0.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Savanna project dashboard
 License:       ASL 2.0
 URL:           https://launchpad.net/savanna
@@ -24,6 +24,7 @@ Savanna plugin for the OpenStack Dashboard.
 rm -rf savannadashboard.egg-info
 rm -f tools/pip-requires
 sed -i '/setuptools-git/d' setup.py
+sed -i 's,\*.html,templates/\*/\*.html,' setup.py
 
 
 %build
@@ -41,5 +42,8 @@ sed -i '/setuptools-git/d' setup.py
 
 
 %changelog
+* Sun Aug 25 2013 Matthew Farrellee <matt at redhat> - 0.2-2
+- Include template files
+
 * Mon Jul 15 2013 Matthew Farrellee <matt at redhat> - 0.2-1
 - Initial package


More information about the scm-commits mailing list