It would be nice if content resolver was smart enough to use RHEL9/CentOS stream to resolve its dependencies instead of placeholders. E.g. for git-lfs, there is following placeholder:
|
package_placeholders: |
|
git-lfs: |
|
srpm: git-lfs |
|
description: Git extension for versioning large files |
|
requires: |
|
- git-core |
|
|
|
buildrequires: |
|
- perl-Digest-SHA |
|
- perl-Test-Harness |
|
- git |
But it would be much easier, if content resolver knew where to ask RHEL9/CentOS stream for the real values from the package, which is not inherited into ELN.
It would be nice if content resolver was smart enough to use RHEL9/CentOS stream to resolve its dependencies instead of placeholders. E.g. for git-lfs, there is following placeholder:
content-resolver-input/configs/sst_cs_apps-scm.yaml
Lines 18 to 28 in 253dabe
But it would be much easier, if content resolver knew where to ask RHEL9/CentOS stream for the real values from the package, which is not inherited into ELN.