Bug 7055

Summary: Fix up %base_arch for pentium4 architecture
Product: Sisyphus Reporter: Mikhail Zabaluev <mhz>
Component: kernel-build-toolsAssignee: Sergey Vlasov <vsu>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: boyarsh, glebfm, kernelbot, ldv, mike, rider, sbolshakov, serpiph, shrek, sin, vitty, vsu, vt, zerg
Version: unstable   
Hardware: all   
OS: Linux   

Description Mikhail Zabaluev 2005-06-10 01:46:23 MSD
The base_arch macro should be expanded as

%(echo %_target_cpu | sed 's/i.86\|pentium4\|athlon/i386/')
Comment 1 Mikhail Zabaluev 2005-06-10 01:49:26 MSD
Corrected package name
Comment 2 Mikhail Zabaluev 2005-06-10 01:55:40 MSD
Correction -- you need to double backslashes in the macro file:

%(echo %_target_cpu | sed 's/i.86\\|pentium4\\|athlon/i386/')
Comment 3 Dmitry V. Levin 2005-06-10 20:35:34 MSD
To maintainer.
Comment 4 Sergey Vlasov 2005-06-11 19:41:30 MSD
Fixed in kernel-build-tools-0.7-alt2 (k6 was broken too).
Comment 5 Sergey Vlasov 2005-06-11 19:41:51 MSD
*** Bug 6272 has been marked as a duplicate of this bug. ***