#37 Provide --release to `fedpkg srpm`
Opened by otaylor. Modified

If you try to 'flatpak-module build-rpms-local ` and 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.

We probably can just provide an appropriate --release argument to fedpkg srpm and take this issue away.


Maybe also pass --define 'flatpak 1', to (partially) make up for not having flatpak-rpm-macros in the SRPM build environement

Metadata