If you try to 'flatpak-module build-rpms-local <repo>` and <repo> is on a feature path, then the build fails because there's no remote tracking branch to derive the Fedora version from.
You can work around with git config branch.<branch>.merge f39 but that's hard to discover and ugly.
git config branch.<branch>.merge f39
We probably can just provide an appropriate --release argument to fedpkg srpm and take this issue away.
fedpkg srpm
Maybe also pass --define 'flatpak 1', to (partially) make up for not having flatpak-rpm-macros in the SRPM build environement
--define 'flatpak 1'
Log in to comment on this ticket.