[python26-paramiko: 7/33] don't ghost .pyo files

Andy Grimm arg at fedoraproject.org
Thu Jul 7 00:40:43 UTC 2011


commit 2dad15e2800cdaa39daf42c051c1e8a6497dfbaa
Author: Shahms King <shahms at fedoraproject.org>
Date:   Fri Aug 11 15:14:24 2006 +0000

    don't ghost .pyo files

 python-paramiko.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-paramiko.spec b/python-paramiko.spec
index e798444..ad57b6a 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -5,7 +5,7 @@
 
 Name:           python-paramiko
 Version:        1.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -54,9 +54,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{python_sitelib}/paramiko
 %{python_sitelib}/paramiko/*.py
 %{python_sitelib}/paramiko/*.pyc
-%ghost %{python_sitelib}/paramiko/*.pyo
+%{python_sitelib}/paramiko/*.pyo
 
 %changelog
+* Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 1.6.1-2
+- Include, don't ghost .pyo files per new guidelines
+
 * Tue Aug 08 2006 Shahms E. King <shahms at shahms.com> 1.6.1-1
 - Update to new upstream version
 


More information about the scm-commits mailing list