If you ever want to extract an rpm, you can try something like this:
You can get rpm2cpio here
#!/bin/bash # usage ./scriptname rpmname.rpm # this is the esoteric part... rpm2cpio $1 | cpio -idv