Bug 161660

Summary: yum fails to honor --exclude= settings
Product: [Fedora] Fedora Reporter: james
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-27 05:49:22 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:

Description james 2005-06-25 03:05:05 UTC
From Bugzilla Helper:
User-Agent: Opera/8.0 (X11; Linux i686; U; en)

Description of problem:
$ yum -y --exclude=gnome-blog --exclude=rpm-devel --exclude=wl-xemacs update
...
--> Finished Dependency Resolution
Error: Missing Dependency: apel-xemacs >= 10.5 is needed by package wl-xemacs
Error: Missing Dependency: sqlite-devel is needed by package rpm-devel

Additionally, yum is still missing a command line switch to force yum to continue to install other packages.
Yum can still not be used in automated scripts, but must be managed interactively.  The probability of a failed 
update, for one reason or another, usually dependency related, is around 50%.

Version-Release number of selected component (if applicable):
yum-2.3.2-7

How reproducible:
Always

Steps to Reproduce:
1.yum -y --exclude=gnome-blog --exclude=rpm-devel --exclude=wl-xemacs update
2.
3.
  

Additional info:

Comment 1 Seth Vidal 2005-06-27 05:48:36 UTC
yum's excluding doesn'y ignore installed packages.

What's happening is that something is removing or updating an installed package
and  other installed packages are complaining about a dep going away.

in the case of wl-xemacs - the only option is to remove wl-xemacs iirc.