> Does any one know how to define install order inside the RedHat/base/comps > file? We have added some of our own rpms to the comps file by creating a > new group. Then put our rpms into the RedHat/RPMS dir and ran genhdlist. > We are getting dependency errors now on openafs which I think is because > there is a circular dependency. > run rpm -Va --nomd5 --nofiles and see what dependency problems are being reported. Those will tell you more about whats wrong than if the comps file. -sv