Bug 7055 - Fix up %base_arch for pentium4 architecture
Summary: Fix up %base_arch for pentium4 architecture
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: kernel-build-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Sergey Vlasov
QA Contact: qa-sisyphus
URL:
Keywords:
: 6272 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-10 01:46 MSD by Mikhail Zabaluev
Modified: 2009-05-10 09:32 MSD (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***