Add Flatpak version information
Compare changes
Create a new SrtContainerInfo GObject
Move the existing container information from system-info
to a separate
GObject class. In this way it will be easier to expand the amount of
information, related to the container that is in use, that we can log.
container: Add Flatpak version information
If we are in a Flatpak container it can be useful to have the Flatpak version in the system report.
Add automated tests for container
Fixes: T27635