Hi Artur,

On Wed, Jun 29, 2022 at 7:58 PM Artur Frenszek-Iwicki <suve@fedoraproject.org> wrote:
I wanted to try building a Fedora Flatpak, so I headed over to the docs and started with the tutorial.
https://docs.fedoraproject.org/en-US/flatpak/tutorial/

The first step instructed me to install some packaging tools:
$ dnf install flatpak-module-tools fedmod

DNF complained that it could not find "fedmod".
I checked in dist-git and it looks like it has been retired over 6 months ago.
https://src.fedoraproject.org/rpms/fedmod

So my question is... what's up with that?
Looking at the tutorial, I get the impression that fedmod was just a helper tool
and isn't strictly required to build a Fedora Flatpak. If that's the case,
I'd appreciate it if someone knowledgeable can update the docs.

No, it's required. Please take a look at https://discussion.fedoraproject.org/t/cant-install-fedmod-for-flatpak-packaging/39947/2?u=tpopela that describes the current state and also contains useful links that will lead you to https://pagure.io/modularity/fedmod/pull-request/112 where you can download the F35 package build with many Fedora Flatpak related fixes.

Tom