On 22.11.2012 06:51, Mohit Vadhera wrote: > Is the RPMforge key is specific because for testing i am syncing with my > local repository ? On the contrary from the clinet side i am able to > install pkg using yum command .
The key is specific for that package you are trying to install. Maybe you install other packages from a local repository file in /etc/yum.repos.d/ with gpgcheck=0 set. Run # yum check-update to see from which channels/repositories you install updates. Or if you are trying to install a specific rpm run # yum install <name> to see from which channel/repo it comes from Run # yum repolist to see which repositories/channels are used. -Gerald _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
