Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1076489

Summary: installation fails when kickstart has %packages without --ignoremissing, due to unsatisfied task dependencies
Product: [Retired] Beaker Reporter: Marian Ganisin <mganisin>
Component: testsAssignee: beaker-dev-list
Status: CLOSED WONTFIX QA Contact: tools-bugs <tools-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 0.15CC: pholica, tools-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1077092 (view as bug list) Environment:
Last Closed: 2020-10-21 14:15:59 UTC Type: Bug
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: 1112660    

Description Marian Ganisin 2014-03-14 12:56:03 UTC
Description of problem:

Requires: of /distribution/reservesys breaks kickstart which do not have --ignoremissing defined. For example RHEL6 does not seem to know unifdef package (at least in standard repositories) thus installation stops asking what to do with this package.

This is not just the issue of this test but /distribution/install do the same. However it's easy to live without /distribution/install while /distribution/reservesys is sometimes useful.

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

How reproducible:
Create custom kickstart, define:

%packages
@base

Add /distribution/reservesys

Expected results:

/distribution/reservesys does not block installation with custom kickstart.
It installs the packages during test execution or uses "the other" requires directive (is it RhtsRequires:?)

Comment 2 Dan Callaghan 2014-11-25 00:25:22 UTC
*** Bug 1167267 has been marked as a duplicate of this bug. ***