[python-smbpasswd] 1.0.1-20: generalize file globbing to ease transition to Python 3.3

dmalcolm dmalcolm at fedoraproject.org
Thu Jul 26 18:54:46 UTC 2012


commit 26d977d71cccbab9010d2bc40e23335f8f225d9b
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Thu Jul 26 14:53:52 2012 -0400

    1.0.1-20: generalize file globbing to ease transition to Python 3.3

 python-smbpasswd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-smbpasswd.spec b/python-smbpasswd.spec
index 68e4735..76fdd39 100644
--- a/python-smbpasswd.spec
+++ b/python-smbpasswd.spec
@@ -7,7 +7,7 @@
 
 Name:           python-smbpasswd
 Version:        1.0.1
-Release:        19%{?dist}
+Release:        20%{?dist}
 Summary:        Python SMB Password Hash Generator Module
 
 Group:          Development/Languages
@@ -76,13 +76,16 @@ rm -rf $RPM_BUILD_ROOT
 %if 0%{?with_python3}
 %files -n python3-smbpasswd
 %defattr(-,root,root,-)
-%{python3_sitearch}/smbpasswd.cpython-3?mu.so
+%{python3_sitearch}/smbpasswd.cpython-3*.so
 %{python3_sitearch}/*egg-info
 %endif
 
 %doc COPYING README.txt
 
 %changelog
+* Thu Jul 26 2012 David Malcolm <dmalcolm at redhat.com> - 1.0.1-20
+- generalize file globbing to ease transition to Python 3.3
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list