I grabbed the latest src rpm and found that although rpm -i -vv Common... exited successfully, it mentions that the action for the tarball is unknown, and therefore did not install any files. Unless I am mistaken, this is a packaging bug.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see. Actually, you have do to a "rpm --rebuild" with a .src.rpm. You will then get a ".{arch}.rpm" such as a .i386.rpm, etc, that you can then use "-i" on.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I grabbed the latest src rpm and found that although rpm -i -vv Common... exited successfully, it mentions that the action for the tarball is unknown, and therefore did not install any files. Unless I am mistaken, this is a packaging bug.
I see. Actually, you have do to a "rpm --rebuild" with a .src.rpm. You will then get a ".{arch}.rpm" such as a .i386.rpm, etc, that you can then use "-i" on.
Thanks. My bad.