Is it possible to list the origin repository of an installed RPM? I have six RPMs that are still using the old openssl-0.9.7f library (this is rawhide) and I'd like to get a list of repositories that they came from. (I'm using "rpm -e openssl097f" to create my list of packages.) The best that I found is "yum search ....", but that lists other RPMS too. And apparently the same version of the RPMs more that once. -Paul