The --flatpak-common option makes the generated modulemd depend on the flatpak-common module and use RPMs found in that module rather than starting from scratch. For now, it's off by default because flatpak-common is still experimental.
rebased onto 243f54309170271e6e97c9404fd70bdeaef09c9a
rebased onto ebe361b3a25dea4cddfbd0a431938bca47f7f209
I've added another commit here - to add 'platform' to requires/buildrequires in the generated modulemd for Flatpaks - this is required for correct operation with recent module-build-service.
It's conceptually independent of this PR, but touches the same code.
Metadata Update from @nphilipp: - Request assigned
LGTM.
Pull-Request has been merged by nphilipp
The --flatpak-common option makes the generated modulemd depend on the
flatpak-common module and use RPMs found in that module rather than
starting from scratch. For now, it's off by default because
flatpak-common is still experimental.