Bug 117152
| Summary: | yum seems to ignore exclude option in yum.conf | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Antti Markus <antti.markus> | ||||||
| Component: | yum | Assignee: | Jeff Johnson <jbj> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2004-02-29 22:50:55 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 98140 [details]
My /etc/yum.conf
Created attachment 98141 [details]
Output produced by yum update
I'm pretty sure you've got the exclude backward. The problem in rawhide is that libgtop was updated but the other programs were not. So yum is trying to update libgtop but it can't b/c other things depend on it. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko) Description of problem: yum seems to ignore exclude option that is specified in /etc/yum.conf, ie yum tries to update packages that are listed as excluded in /etc/yum.conf. Version-Release number of selected component (if applicable): yum-2.0.5.20040224-1 How reproducible: Sometimes Steps to Reproduce: 1. execute yum update 2. if some packages are listed as having nonexistent dependencies, list them in exclude option in /etc/yum.conf 3. execute yum update Actual Results: yum still complains about the same packages Expected Results: Yum should ignore packages listed in exclude option in /etc/yum.conf Additional info: