If you're good with grep you can do something similiar to:
rpm -qal | grep "/*.so"
and that will also list everything starting with *.so ... you may have to add a few more expressions in there to get rid of the directory names it may pick up. But that will do the same thing...
Become one with the pipe command..