I found a rpm feature. If you rpm install * and one of the packages fails to install then none of the remaining packages will be installed.
Does anyone know how to use rpm to install packages with file globbing and have rpm attempt to install all of the packages?
I found that --force works, yet I do not want to install over already installed packages.
I doing this because I need to install all of the packages in a directory.