forked from minimization/content-resolver-input
-
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.
libdnf is compiled without RHSM support in CentOS Stream, but with the support in RHEL. This difference is intetional to prevent CentOS Stream systems from accidentally accessing RHEL repositories. To stop content resolver from reporting "unneeded librhsm", add librhsm to DNF workloads. https://issues.redhat.com/browse/RHEL-59624
- Loading branch information
1 parent
ee013ab
commit a5eeecb
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ data: | |
packages: | ||
- dnf5 | ||
- dnf5-plugins | ||
- librhsm | ||
- rpm | ||
- rpm-apidocs | ||
- rpm-cron | ||
|
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