-
Notifications
You must be signed in to change notification settings - Fork 429
Increase CMake minimal version to 3.5.0 #2217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ppisar
merged 1 commit into
rpm-software-management:master
from
evan-goode:evan-goode/cmake
Mar 7, 2025
Merged
Increase CMake minimal version to 3.5.0 #2217
ppisar
merged 1 commit into
rpm-software-management:master
from
evan-goode:evan-goode/cmake
Mar 7, 2025
Conversation
This file contains hidden or 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
CMake 4.0.0 has removed compatibility for CMake < 3.5.0, so we need to bump the minimum version here.
ppisar
approved these changes
Mar 7, 2025
Contributor
ppisar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. The CI failure (missing python3-hawkey >= 0.74.0 in a buld root) is unrelated.
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 23, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 (From OE-Core rev: 971da0223d0553141a64f6bb0030d5d85796166a) Signed-off-by: Moritz Haase <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 23, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 (From OE-Core rev: 971da0223d0553141a64f6bb0030d5d85796166a) Signed-off-by: Moritz Haase <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 23, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 Signed-off-by: Moritz Haase <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 23, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 (From OE-Core rev: 8dd3ad5652f87883d6cd5483e43a166cd3265b78) Signed-off-by: Moritz Haase <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 23, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 Signed-off-by: Moritz Haase <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 748049294618709d4d6b8450ab5c8df7048abb36) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: d782bc4cbad97b25e349f7574976ee5a75dfe078) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 5f6310d8434c70e625bf4e899d9a39a0575afe35) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 5f6310d8434c70e625bf4e899d9a39a0575afe35) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 5f6310d8434c70e625bf4e899d9a39a0575afe35) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 24, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 5f6310d8434c70e625bf4e899d9a39a0575afe35) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 6a0986f9666b8a984da4167168206c18d92beb88) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: f1d891ce371eb35073bfb393ea55accd6f9b33ba) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: f1d891ce371eb35073bfb393ea55accd6f9b33ba) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 4c2469163bf0f406b6e8309d4defab34d983d5a3) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Antonin Godard <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 087225163300f6926e9317e9d7468bdbe29f2f1d) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Antonin Godard <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 748049294618709d4d6b8450ab5c8df7048abb36) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 25, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Jun 26, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 087225163300f6926e9317e9d7468bdbe29f2f1d) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Antonin Godard <[email protected]>
brainhoard-github
pushed a commit
to distro-core-curated-mirrors/poky-contrib
that referenced
this pull request
Jun 26, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 087225163300f6926e9317e9d7468bdbe29f2f1d) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Antonin Godard <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 26, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: 49cbf5d1750f7a91788cddb0f3e3221e00b1dfd6) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 26, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: c3efca7495889f3682225af8c9e01ceb094b1bb7) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to openembedded/openembedded-core
that referenced
this pull request
Jun 26, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
halstead
pushed a commit
to yoctoproject/poky
that referenced
this pull request
Jun 26, 2025
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 (From OE-Core rev: c3efca7495889f3682225af8c9e01ceb094b1bb7) Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CMake 4.0.0 has removed compatibility for CMake < 3.5.0, so we need to bump the minimum version here.
DNF companion to rpm-software-management/libdnf#1700 and rpm-software-management/libdnf#1701.