forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNF Handle Empty AppStream stream definition (ansible#63819)
* DNF Handle Empty AppStream stream definition Fixes ansible#63683 Signed-off-by: Adam Miller <[email protected]> * Switch Fedora dnf test target modularity to stratis In Fedora 29, the metadata was not properly set for a default stream for ripgrep even though there is a profile called "default", however that's an arbitrary string and the module maintainer must set the default stream (which it never was for the ripgrep module, thus failing the "empty stream" install test) Signed-off-by: Adam Miller <[email protected]>
- Loading branch information
1 parent
b96ae6a
commit ed86907
Showing
5 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelogs/fragments/63683-dnf-handle-empty-appstream-stream.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- dnf - Properly handle module AppStreams that don't define stream (https://github.com/ansible/ansible/issues/63683) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
astream_name: '@ripgrep:master/default' | ||
astream_name: '@stratis:1/default' | ||
astream_name_no_stream: '@stratis/default' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
astream_name: '@php:7.2/minimal' | ||
astream_name_no_stream: '@php/minimal' |