I am using a version of rpm (3.0.6L) build for SCO Openserver and I am trying to build an RPM thats noarch and therefore usable on any OS. I currently have in my spec file: ... BuildArch: noarch and I'm building with a command line that reads: rpm -ba --target noarch-unknown-unknown myrpm.spec and that seems to get me an RPM with the proper name, but when I do an: rpm -if --test acncfg-APPR01_1001-1.noarch.rpm it comes back and says: package acncfg-APPR01_1001-1 is intended for a scos_sv operating system This means it won't work on my powerPC based system unless I use a --force option (I haven't tried it), but I don't think that should be neccessary. The usual searching (so far) hasn't found me any clues as to what I'm missing or not doing right. _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list