Pagure is, as far as I can tell, completely broken on Fedora 38.
Installing the official Fedora version from dnf gives you the last released version of pagure, that is5.13.3 from 2021. This version crash left and right at
runtime. pagure-ev crash when started because of bit-rot in trololio.
Trying to build the packages using the description in the documentation fail because of a number of issues, it was definitely never tested.
The two patches here attempt to fix these two issues:
1) Commit 49df7760e : Update rpm-spec file and python requirements.txt
2) Commit fd4e598dc : Drop the dependency on python-trololio
Pagure is, as far as I can tell, completely broken on Fedora 38.
Installing the official Fedora version from
dnfgives you the last released version of pagure, that is5.13.3 from 2021. This version crash left and right atruntime.
pagure-evcrash when started because of bit-rot in trololio.Trying to build the packages using the description in the documentation fail because of a number of issues, it was definitely never tested.
The two patches here attempt to fix these two issues:
1) Commit 49df7760e : Update rpm-spec file and python requirements.txt
2) Commit fd4e598dc : Drop the dependency on python-trololio
More detail in the patch description