If I have:
[usern@hostn yum.repos.d]$ cat google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
...how can I ensure that there will not be incidents like (just theory): a firefox package comes out in the google chrome repo, and because (just theory again) it has a newer version then the one that's in the original repos it gets installed when updating? How could I ensure that that from the google-chrome-repos I only get the google-chrome package?