Hello,
I'm curious if the instructions are outdated or if something is not configured on cloudsmith.io for the Fedora repository. I get a "not found" for "https://dl.cloudsmith.io/public/tvheadend/tvheadend/rpm/fedora/any-version/".
The instructions don't appear to be fully tested as well, as they say to install 'pygpgme' but that hasn't been included in Fedora for years (since 33 or so). These may want to specify "dnf-utils python3-gpg" instead (just a guess).
The instructions "install" a repo (from cloudsmith.io๐
dnf install yum-utils pygpgme
rpm --import 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/gpg.C6CC06BD69B430C6.key'
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/config.rpm.txt?distro=fedora&codename=41&dnf_version=5' > /tmp/tvheadend-tvheadend.repo
dnf config-manager addrepo --from-repofile='/tmp/tvheadend-tvheadend.repo'
dnf -q makecache -y --disablerepo='*' --enablerepo='tvheadend-tvheadend' --enablerepo='tvheadend-tvheadend-source'
But testing shows nothing from that repo works
root@localhost:/etc/yum.repos.d# dnf repoquery --repoid=tvheadend-tvheadend
Updating and loading repositories:
tvheadend-tvheadend 100% | 5.1 KiB/s | 2.1 KiB | 00m00s
Repositories loaded.
root@localhost:/etc/yum.repos.d#
A dnf info tvheadend
only lists the repo available from rpm fusion.
Downloading the rpm directly from cloudsmith.io and installing does appear to work, so at least that is available, though auto updating from the repo is obviously preferred. Fedora 42 packages would also be nice.
Thanks!