Bug 360581

Summary: depepndency issue in packaging
Product: [Fedora] Fedora Reporter: Jon Stanley <jon.stanley>
Component: system-config-keyboardAssignee: Orphan Owner <extras-orphan>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
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-01-22 22:48:48 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 Jon Stanley 2007-10-31 17:18:25 UTC
There's some weird dependencies going on between firstboot and system-config-*.
 This came up in RHEL, however it exists in Fedora and is likely best fixed
there first.  The problem is:

system-config-keyboard <-> firstboot

The problem comes in removing iptables-ipv6, which (properly)
system-config-securitylevel-tui depends on. system-config-securitylevel depends
on s-c-sl-tui for some reason (it also doesn't pull in iptables-ipv6 by itself
for some reason).  So in order to remove iptables-ipv6, you have to remove
firstbbot, firstboot-tui, s-c-k, s-c-sl, and s-c-sl-tui.  All of those make
sense except for system-config-keyboard, which itself should not require
firstboot - though firstboot should require s-c-k.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jesse Keating 2008-01-22 22:48:48 UTC
firstboot is required as this package drops files into the firstboot directory
tree.  In order to avoid improper directory ownership firstboot has to be installed.