Bug 436226

Summary: anaconda still installs packages marked as removed in kickstart
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: anacondaAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jlaska
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-24 23:11:23 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:
Bug Depends On:    
Bug Blocks: 430962    
Attachments:
Description Flags
anaconda.log none

Description Orion Poplawski 2008-03-06 00:08:53 UTC
Description of problem:

Did a kickstart install with today's rawhide.  Have a number of packages marked
to skip, e.g.:

-dump

These packages were still installed.

Version-Release number of selected component (if applicable):
11.4.0.45

Comment 1 Orion Poplawski 2008-03-06 00:09:55 UTC
See the following in anaconda.log:

12:16:06 CRITICAL: No Match for argument: dump
12:16:06 CRITICAL: No Match for argument: fonts-telugu
12:16:06 CRITICAL: No Match for argument: sazanami-fonts-gothic


Comment 2 Jeremy Katz 2008-03-12 23:35:49 UTC
Fixed in git

Comment 3 James Laska 2008-03-19 19:54:54 UTC
Created attachment 298576 [details]
anaconda.log

Tested in anaconda-11.4.0.55-1, but I appear to still see the problem.

My kickstart contains:

%packages --ignoremissing
@base
-vim-minimal
-vim-common
-vim-enhanced
%end

While the post-installed system has vim-minimal.  Did deps conflict with my
-vim-minimal request?

$ grep vim install.log
Installing vim-minimal-7.1.269-2.fc9.ppc

Comment 4 Orion Poplawski 2008-03-24 23:11:23 UTC
Confirmed fixed for me.