[graphite-web] Do not %ghost .pyc and .pyo files

Jamie Nguyen jamielinux at fedoraproject.org
Wed Oct 1 13:55:25 UTC 2014


commit e22c933e6107db6a6546c4d0b2f8a4beb0237216
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Wed Oct 1 12:45:45 2014 +0100

    Do not %ghost .pyc and .pyo files

 graphite-web.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/graphite-web.spec b/graphite-web.spec
index d3db1ce..7b85d08 100644
--- a/graphite-web.spec
+++ b/graphite-web.spec
@@ -152,9 +152,7 @@ fi
 
 %dir %{_sysconfdir}/graphite-web
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/graphite-web.conf
-%config(noreplace) %{_sysconfdir}/graphite-web/local_settings.py
-%ghost %{_sysconfdir}/graphite-web/local_settings.pyc
-%ghost %{_sysconfdir}/graphite-web/local_settings.pyo
+%config(noreplace) %{_sysconfdir}/graphite-web/local_settings.py*
 %config(noreplace) %{_sysconfdir}/graphite-web/dashboard.conf
 %attr(-,apache,apache) %dir %{_localstatedir}/log/graphite-web
 


More information about the scm-commits mailing list