diff --git a/python3.spec b/python3.spec index 0141daf..d1eecf0 100644 --- a/python3.spec +++ b/python3.spec @@ -126,7 +126,7 @@ Summary: Version 3 of the Python programming language aka Python 3000 Name: python3 Version: %{pybasever}.2 -Release: 13%{?dist} +Release: 14%{?dist} License: Python Group: Development/Languages @@ -1329,7 +1329,7 @@ sed \ # Rename the script that differs on different arches to arch specific name mv %{buildroot}%{_bindir}/python%{LDVERSION_optimized}-{,%{_arch}-}config -echo -e '#!/bin/sh\nexec `dirname $0`/python%{LDVERSION_optimized}-`uname -m`-config' > \ +echo -e '#!/bin/sh\nexec `dirname $0`/python%{LDVERSION_optimized}-`uname -m`-config "$@"' > \ %{buildroot}%{_bindir}/python%{LDVERSION_optimized}-config chmod +x %{buildroot}%{_bindir}/python%{LDVERSION_optimized}-config @@ -1771,6 +1771,10 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Thu May 29 2014 Miro HronĨok - 3.3.2-14 +- Forward arguments to the arch specific config script +Resolves: rhbz#1102683 + * Thu May 29 2014 Matej Stuchlik - 3.3.2-13 - Fix tests with SQLite >= 3.8.4