[bcfg2/el5: 51/52] Fix CherryPyCore.py exclude glob to include compiled files

John Morris zultron at fedoraproject.org
Mon Nov 25 06:06:19 UTC 2013


commit db084b1525dac7f60c851d9cb7d9d785667fe35b
Author: John Morris <john at zultron.com>
Date:   Sun Nov 24 11:39:53 2013 -0600

    Fix CherryPyCore.py exclude glob to include compiled files

 bcfg2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bcfg2.spec b/bcfg2.spec
index 4e9f758..fd15dea 100644
--- a/bcfg2.spec
+++ b/bcfg2.spec
@@ -24,7 +24,7 @@
 
 Name:             bcfg2
 Version:          1.3.3
-Release:          1%{?_pre_rc}%{?dist}
+Release:          2%{?_pre_rc}%{?dist}
 Summary:          A configuration management system
 
 %if 0%{?suse_version}
@@ -707,7 +707,7 @@ sed "s at http://www.w3.org/2001/xml.xsd at file://$(pwd)/schemas/xml.xsd@" \
 %{python_sitelib}/Bcfg2/Server
 %{python_sitelib}/Bcfg2/Reporting
 %{python_sitelib}/Bcfg2/manage.py*
-%exclude %{python_sitelib}/Bcfg2/Server/CherryPyCore.py
+%exclude %{python_sitelib}/Bcfg2/Server/CherryPyCore.py*
 
 %dir %{_datadir}/bcfg2
 %{_datadir}/bcfg2/schemas
@@ -751,6 +751,9 @@ sed "s at http://www.w3.org/2001/xml.xsd at file://$(pwd)/schemas/xml.xsd@" \
 
 
 %changelog
+* Sun Nov 24 2013 John Morris <john at zultron.com> - 1.3.3-2
+- Fix CherryPyCore.py exclude glob to include compiled files
+
 * Thu Nov 07 2013 Sol Jerome <sol.jerome at gmail.com> 1.3.3-1
 - New upstream release
 


More information about the scm-commits mailing list