We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Listed security advisories from a pending update disappear if rpm-ostree upgrade/update is run a second time.
rpm-ostree upgrade && rpm-ostree status -a
Listed SecAdvisories should remain regardless of how many times rpm-ostree upgrade/update is run
rpm-ostree upgrade
update
SecAdvisories disappear on second run of rpm-ostree upgrade.
Doesn't happen if an rpm-ostree cleanup -p is performed before the second rpm-ostree upgrade.
rpm-ostree cleanup -p
Version: '2024.9' Git: bd152998332c2b11af671447d3fd311319d5b3a8
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Listed security advisories from a pending update disappear if rpm-ostree upgrade/update is run a second time.
Reproduction steps
rpm-ostree upgrade && rpm-ostree status -a
. Only reproducible if there are SecAdvisories for the pending deployment - if SecAdvisories listed, then...rpm-ostree upgrade && rpm-ostree status -a
. Ta-da! SecAdvisories no longer listed.Expected behavior
Listed SecAdvisories should remain regardless of how many times
rpm-ostree upgrade
/update
is runActual behavior
SecAdvisories disappear on second run of
rpm-ostree upgrade
.Doesn't happen if an
rpm-ostree cleanup -p
is performed before the secondrpm-ostree upgrade
.System details
Version: '2024.9'
Git: bd152998332c2b11af671447d3fd311319d5b3a8
Additional information
No response
The text was updated successfully, but these errors were encountered: