$ cat /etc/redhat-release
Fedora release 42 (Adams)
$ dnf install https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
$ dnf upgrade
Updating and loading repositories:
CernVM packages
>>> Status code: 404 for http://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs/fedora/42/x86_64/repodata/repomd.xml (IP: 188.185.10.120) - http://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs/fedora/42/x86_64/repodata/repomd.xml - repomd.xml
Last working repo for Fedora 41, why not for Fedora 42 (released 2025-04-15) ?
Very good suggestion, just haven’t gotten around to it yet. I will publish a patch release this week so I can add Fedora 42 packages directly.
$ dnf install cvmfs
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- nothing provides cvmfs-config needed by cvmfs-2.13.1-1.fc42.x86_64 from cernvm
You can try to add to command line:
--skip-broken to skip uninstallable packages
$ dnf list cvmfs\*
Updating and loading repositories:
Repositories loaded.
Installed packages
cvmfs-release.noarch 6-2 @commandline
Available packages
cvmfs.x86_64 2.13.1-1.fc42 cernvm
cvmfs-devel.x86_64 2.13.1-1.fc42 cernvm
cvmfs-ducc.x86_64 2.13.1-1.fc42 cernvm
cvmfs-fuse3.x86_64 2.13.1-1.fc42 cernvm
cvmfs-gateway.x86_64 2.13.1-1.fc42 cernvm
cvmfs-libs.x86_64 2.13.1-1.fc42 cernvm
cvmfs-server.x86_64 2.13.1-1.fc42 cernvm
cvmfs-shrinkwrap.x86_64 2.13.1-1.fc42 cernvm
Missing cvmfs-config
package.
Oh right, I always forget about that one when adding a new platform. We should add/enable a cvmfs-config repo. In any case, fixed now.
Yes, now cvmfs
is installable on Fedora 42. Thanks !!!
Last question: package cvmfs-config-default
on Fedora 42 and EL 9 is 2.0 version, why not actual 2.2 version ?
Yes, that should be the latest, just a copy and paste error, but there have been only minor changes since then, so it should be ok to use for now. I’ll set up a dedicated repo for this.
Understand, and thanks for the great work.