How to view SecAdvisories details on Atomic?

Output of $ rpm-ostree upgrade --check sometimes mentions SecAdvisories near the bottom of the output:

...
 SecAdvisories: 1 moderate
          Diff: 4 upgraded

How would I be able to actually check which package is having security updates?

Was trying rpm-ostree db diff <hash v1> <hash v2> --changelogs as shown in fedora magazine article, but rpm-ostree does not have a --changelog switch anymore.

1 Like

As stated in the article:
rpm-ostree db diff
View the changelogs by adding –changelogs to the previous command

rpm-ostree db diff --changelogs

3 Likes

Blush. I am pretty sure that I got an error message some weeks ago, that this is an unknown option. (Option is also not mentioned in man page)

(Edit: I guess that I missed the plural s for the switch.)

So, that’s how I would be able to spot the security related updates, right?

1 Like

Added docs-todo