CI Tests for Dnf5 support #36
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds CI Tests for for Dnf5: these reuse all the tests for zypper by using a for loop and bat's new ``bats_test_function
feature. However the script used to generate the docker file is new, but tries to do the same thing as thezypper` one (but with `dnf5` of course).This pull request depends on some of the changes made by my previous two: #34 and #35, so only the last three listed commits are new.
Interestingly, I found a bug in openSUSE Tumbleweed's repo:
dnf5seams to depend somehow on eitherlibcurl4orlibcurl.so.4()(64bit). These capabilities are provided by both thelibcurl-mini4andlibcurl4packages. However with the former installed,dnf5complains:The same issue happens with the old
dnf.I haven't the faintest clue who to report this problem to though.