[python3/python3.4] Change test/support in files to match upstream

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Nov 8 14:10:19 UTC 2013


commit e5c246c5f5745353863087f247ad0bee36341422
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Nov 8 14:32:40 2013 +0100

    Change test/support in files to match upstream

 python3.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 501bfc0..25fb779 100644
--- a/python3.spec
+++ b/python3.spec
@@ -1517,10 +1517,12 @@ rm -fr %{buildroot}
 
 %dir %{pylibdir}/test/
 %dir %{pylibdir}/test/__pycache__/
+%dir %{pylibdir}/test/support/
+%dir %{pylibdir}/test/support/__pycache__/
 %{pylibdir}/test/__init__.py
-%{pylibdir}/test/support.py
 %{pylibdir}/test/__pycache__/__init__%{bytecode_suffixes}
-%{pylibdir}/test/__pycache__/support%{bytecode_suffixes}
+%{pylibdir}/test/support/__init__.py
+%{pylibdir}/test/support/__pycache__/__init__%{bytecode_suffixes}
 
 %exclude %{pylibdir}/turtle.py
 %exclude %{pylibdir}/__pycache__/turtle*%{bytecode_suffixes}


More information about the scm-commits mailing list