Description of problem: I sure hope this is a bug and not a "feature" Fresh install of fc5-dev as of 11-19-2005 and then install yumex from extras. The /etc/yum.repro/*.repo files are configured with only fedora-devel-local.repo (local copy of development/i386 tree) and fedora-extras.repo enabled (all others have enabled=0). Nevertheless, yumex processes fedora-updates.repo to pick up incorrect packages. Version-Release number of selected component (if applicable): fc5-dev as of 11-19-2005 yumex 0.42-9.0.fc5 How reproducible: yes
Yumex is made to control what repositories that are enabled and disabled. by default it uses base and updates as enabled, and the rest is disabled. This behavior is changed in the current development edition of yumex, so the default follows the state set by the enabled flags in the *.repo files. To get the current yumex to work with your local repos, follow these steps: 1. run 'yumex -n' (as root) 2. select 'Profiles->New' to create a profile. 3. Type a name for the profile ex. 'MyProfile' 4. On the repos page, select your local repo and deselect the rest. 5. select 'Profiles->Save' to save the profile. Now you have created a repository selection profile and yumex will always use the last selected profile as defaul.