Re: [modularity] Some questions about module requires

2017-07-04 Thread Petr Pisar
On 2017-07-03, Owen Taylor wrote: > * Is a module tied to the exact version of the modules it requires > that it was built against, or can it be used with an updated version > of that module within the same stream without a rebuild? It's bound to the stream. Modules are expected to preserve ABI i

[modularity] Some questions about module requires

2017-07-03 Thread Owen Taylor
The prototype flatpak-runtime module that I’ve been working on is built upon the (F26) base-runtime and shared-userspace modules, and I’ve hit some conceptual questions about the nature of the “modulemd” requires relationship. * Is a module tied to the exact version of the modules it requires t