rpms/python-psyco/F-12 python-psyco.spec,1.26,1.27

Miloš Jakubíček mjakubicek at fedoraproject.org
Fri Oct 23 20:47:44 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/python-psyco/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2892/F-12

Modified Files:
	python-psyco.spec 
Log Message:
- Fix FTBFS: Use %%{ix86} instead of i586 in ExclusiveArch




Index: python-psyco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-psyco/F-12/python-psyco.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- python-psyco.spec	26 Jul 2009 20:53:40 -0000	1.26
+++ python-psyco.spec	23 Oct 2009 20:47:43 -0000	1.27
@@ -4,7 +4,7 @@
 
 Name:           python-%{srcname}
 Version:        1.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        The Python Specialing Compiler
 
@@ -24,7 +24,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # Psyco portable beyond the current x86 machine code. However, I consider
 # them as not really suited for Psyco.
 # """
-ExclusiveArch:  i586
+ExclusiveArch:  %{ix86}
 BuildRequires:  python-devel
 
 %description
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 23 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.6-4
+- Fix FTBFS: Use %%{ix86} instead of i586 in ExclusiveArch
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list