On Tue, 2004-10-05 at 02:05 -0700, Ajay Mulwani wrote: > I have a customised rpm to be installed during %post. > The contents of this rpm are exactly the same for all hardware > architectures i.e x86, x86_64 (opteron) and ia64 (Itanium) that I work > on. > The issue is if a change is required in this rpm, it needs to be > recreated (using rpmbuild) for all the platforms. Is it possible to > create a platform independent rpm?. This really is the wrong list for this - rpm-list, or perhaps the kickstart list would have been better. To get the required result - add the following to your spec: BuildArch: noarch Paul