Closed
Description
In f244c70 we added support for importing a single file, but there are use cases for multiple such as Fedora GPG keys across major versions.
We probably should try parsing this entry as a single string first, then a list, since GKeyFile
requires the trailing ;
so it wouldn't be compatible to just make it a list.