-
Notifications
You must be signed in to change notification settings - Fork 697
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
Move data stream component references #12557
Conversation
/packit build |
/packit build |
Can you please rebase so the prow CI can run? |
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.
Please rebase so that prow ci can run.
SCE checks are checks, they aren't checklists. Therefore, `component-ref` elements pointing to components containing SCE checks shouldn't be children of `checklists` element but they should be children of `checks` element. This change fixes this error message that is produced when running the `oscap info` command on the built data stream: OpenSCAP Error: Internal error: Could not acquire handle to 'scap_org.open-scap_cref_rhel9-checks-sce-timer_dnf-automatic_enabled.sh' source. [/builddir/build/BUILD/openscap-1.4.0/src/DS/ds_sds_session.c:233]
The SCE checks should be listed in `checks` element, not in `checklists` element, because SCE checks are checks, not checklists.
I have rebased this PR on the top of the latest upstream master branch. |
Code Climate has analyzed commit 678adf7 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 60.9% (0.0% change). View more on Code Climate. |
SCE checks are checks, they aren't checklists. Therefore,
component-ref
elements pointing to components containing SCE checks shouldn't be children ofchecklists
element but they should be children ofchecks
element.This change fixes this error message that is produced when running the
oscap info
command on the built data stream: OpenSCAP Error: Internal error: Could not acquire handle to 'scap_org.open-scap_cref_rhel9-checks-sce-timer_dnf-automatic_enabled.sh' source. [/builddir/build/BUILD/openscap-1.4.0/src/DS/ds_sds_session.c:233]