[deltarpm] Rebuild for python 3.2

Jonathan Dieter jdieter at fedoraproject.org
Tue Aug 24 19:21:49 UTC 2010


commit 34b3e544550c2aabb8e85263f8e6ebd260eb8faa
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Tue Aug 24 22:21:18 2010 +0300

    Rebuild for python 3.2
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 deltarpm.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/deltarpm.spec b/deltarpm.spec
index 5405a45..040b2a6 100644
--- a/deltarpm.spec
+++ b/deltarpm.spec
@@ -126,18 +126,22 @@ rm -rf %{buildroot}%{_libdir}/python3.1
 %files -n python-deltarpm
 %defattr(-, root, root, 0755)
 %doc LICENSE.BSD
-%{python_sitearch}/*
+%{python_sitearch}/*deltarpm*
 
 %if 0%{?with_python3}
 
 %files -n python3-deltarpm
 %defattr(-, root, root, 0755)
 %doc LICENSE.BSD
-%{python3_sitearch}/*
+%{python3_sitearch}/*deltarpm*
+%{python3_sitearch}/__pycache__/*deltarpm*
 
 %endif
 
 %changelog
+* Tue Aug 24 2010 Jonathan Dieter <jdieter at lesbg.com> - 3.6-0.3.20100708git
+- Rebuild for python 3.2
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 3.6-0.2.20100708git
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list