Actions
Bug #17608
closedHammer --resolve-dependencies flag not working
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1392063
Description of problem:
Adding "--resolve-dependencies=no" to an incremental update has no effect. Dependencies are still published to the content view
Version-Release number of selected component (if applicable):
Satellite 6.2.3
tfm-rubygem-hammer_cli_katello-0.0.22.26-1.el7sat.noarch
How reproducible:
Deploy an incremental update using "--resolve-dependencies=no"
Steps to Reproduce:
1. Promote an errata that will pull in dependencies. Examples:
hammer content-view version incremental-update --organization=MyOrg --content-view-version-id=10 --errata-ids=RHBA-2016:2454 --resolve-dependencies=no #RHEL7
hammer content-view version incremental-update --organization=MyOrg --content-view-version-id=10 --errata-ids=RHSA-2016:1912 --resolve-dependencies=no #RHEL6
2. Compare command output to package list in the errata
3. Confirm by logging into a host using a view with the incremental update:
yum list glibc #RHBA-2016:2454
yum list libX11 #RHSA-2016:1912
Actual results:
Packages included via dependency and not the specified errata are displayed
New versions of packages visible to yum
Expected results:
Only packages in the errata are displayed
Yum shows previous versions of dependent packages
Updated by Andrew Kofink about 8 years ago
- Subject changed from Hammer --resolve-dependencies flag not working to Hammer --resolve-dependencies flag not working
- Target version set to 147
Updated by Justin Sherrill about 8 years ago
- Tracker changed from Bug to Feature
- Translation missing: en.field_release set to 114
Updated by Justin Sherrill about 8 years ago
- Tracker changed from Feature to Bug
Updated by Brad Buckingham about 8 years ago
- Target version changed from 147 to 151
Updated by Brad Buckingham about 8 years ago
- Target version changed from 151 to 157
Updated by Brad Buckingham about 8 years ago
- Target version deleted (
157)
This issue will require pulp changes. Refer to bugzilla and depends on for details.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to James Jeffers
- Target version deleted (
Katello Backlog) - Pull request https://github.com/Katello/katello/pull/8894 added
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by James Jeffers over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|70035844356d12dcaa4020ddbce68d995b049b9c.
Updated by Chris Roberts over 4 years ago
- Fixed in Releases Katello 3.17.0 added
- Fixed in Releases deleted (
Katello 4.0.0)
Actions