Skip to content

Commit

Permalink
Enable RHSM support in RHEL
Browse files Browse the repository at this point in the history
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
ppisar authored and yselkowitz committed Sep 30, 2024
1 parent ee013ab commit a5eeecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ data:
packages:
- dnf5
- dnf5-plugins
- librhsm
- rpm
- rpm-apidocs
- rpm-cron
Expand Down
1 change: 1 addition & 0 deletions configs/sst_cs_software_management-package-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data:
- dnf
- dnf-automatic
- dnf-plugins-core
- librhsm
- python3-dnf-plugin-post-transaction-actions
- python3-dnf-plugin-pre-transaction-actions
- python3-dnf-plugin-versionlock
Expand Down

0 comments on commit a5eeecb

Please sign in to comment.