[graphite-web/f19] Don't ship js/ext/resources/*.swf (RHBZ#1000253)

Jonathan Steffan jsteffan at fedoraproject.org
Tue Sep 17 23:02:57 UTC 2013


commit 22f3de5e6cef3526d1f24bbfae27062e32c3a2c6
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Tue Sep 17 17:02:48 2013 -0600

    Don't ship js/ext/resources/*.swf (RHBZ#1000253)

 graphite-web.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/graphite-web.spec b/graphite-web.spec
index c760aa6..a20ad90 100644
--- a/graphite-web.spec
+++ b/graphite-web.spec
@@ -1,6 +1,6 @@
 Name:           graphite-web
 Version:        0.9.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Django webapp for enterprise scalable realtime graphing
 
 License:        ASL 2.0
@@ -103,6 +103,9 @@ popd
 # Don't ship thirdparty
 %{__rm} -rf %{buildroot}%{python_sitelib}/graphite/thirdparty
 
+# Don't ship js/ext/resources/*.swf
+%{__rm} -rf %{buildroot}%{_datarootdir}/graphite/webapp/content/js/ext/resources/*.swf
+
 
 %post selinux
 semanage fcontext -a -t httpd_sys_content_t '%{_localstatedir}/lib/graphite-web(/.*)?' 2>/dev/null || :
@@ -132,6 +135,9 @@ fi
 %doc README.selinux
 
 %changelog
+* Tue Sep 17 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.12-2
+- Don't ship js/ext/resources/*.swf (RHBZ#1000253)
+
 * Mon Sep 02 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.12-1
 - Update to 0.9.12
 - Require Django >= 1.3


More information about the scm-commits mailing list