Recent Projects

ryanabx/cosmic-ext

Cosmic extension packages and utilities
  • Fedora 41 : aarch64, x86_64
  • Fedora 42 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

fed500/python-sewer

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora 42 : x86_64
  • Fedora rawhide : x86_64

petersen/hell

Haskell hell shell-script interpreter https://github.com/chrisdone/hell
  • Fedora 41 : aarch64, x86_64
  • Fedora 42 : aarch64, x86_64
  • Fedora rawhide : aarch64, x86_64

grandpares/it87-extras

Extended ITE motherboard microcontroller driver by Frank Crawford, packaged as an akmod for convenience. Adds support for IT8603E Super I/O chip w/LPC interface IT8606E Super I/O chip w/LPC interface IT8607E Super I/O chip w/LPC interface IT8613E Super I/O chip w/LPC interface IT8620E Super I/O chip w/LPC interface IT8622E Super I/O chip w/LPC interface IT8623E Super I/O chip w/LPC interface IT8625E Super I/O chip w/LPC interface IT8628E Super I/O chip w/LPC interface IT8528E Super I/O chip w/LPC interface IT8655E Super I/O chip w/LPC interface IT8665E Super I/O chip w/LPC interface IT8686E Super I/O chip w/LPC interface IT8688E Super I/O chip w/LPC interface IT8689E Super I/O chip w/LPC interface IT8695E Super I/O chip w/LPC interface IT8705F Super I/O chip w/LPC interface IT8712F Super I/O chip w/LPC interface IT8716F Super I/O chip w/LPC interface IT8718F Super I/O chip w/LPC interface IT8720F Super I/O chip w/LPC interface IT8721F Super I/O chip w/LPC interface IT8726F Super I/O chip w/LPC interface IT8728F Super I/O chip w/LPC interface IT8732F Super I/O chip w/LPC interface IT8736F Super I/O chip w/LPC interface IT8738E Super I/O chip w/LPC interface IT8758E Super I/O chip w/LPC interface IT8771E Super I/O chip w/LPC interface IT8772E Super I/O chip w/LPC interface IT8781F Super I/O chip w/LPC interface IT8782F Super I/O chip w/LPC interface IT8783E/F Super I/O chip w/LPC interface IT8786E Super I/O chip w/LPC interface IT8790E Super I/O chip w/LPC interface IT8792E Super I/O chip w/LPC interface IT87952E Super I/O chip w/LPC interface Sis950 A clone of the IT8705F
  • Fedora 41 : x86_64
  • Fedora 42 : x86_64
  • Fedora rawhide : x86_64

fed500/seastar

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora 42 : x86_64
  • Fedora rawhide : x86_64

trexito/akmod-hid-fanatecff

AKMOD build for Fanatec Driver

ligenix/enterprise-glpi11

This repository provides last GLPI 11.0.x packages for IT Management Environment for aarch64, ppc64le, s390x, x86_64. It is a fork and extension of discontinued packages from Remi's RPM repository. You might switch to enterprise-glpi10 for former GLPI 10.0.x packages. The main glpi package previoulsy depended on php packages made by splitting ibraries which are now kept inside the vendor directory. The new markerplace for glpi-network commercial plugins has been relocated in glpi-marketplace package. Security enhanced by design: the marketplace directory has been protected with a systemd mount bind which redirects and restricts all write access for web downloaded plugins to dynamic /var/lib/glpi/marketplace instead of static /usr/share/glpi/marketplace. The classical communautary plugins packages haved been all renamed from glpi-item to glpi-plugin-item packages. Latest security and bug fixes builds: GLPI 11.0.0, GLPI Agent 1.11 **Latest plugins builds: **
  • EPEL 10 : aarch64, ppc64le, s390x, x86_64
  • EPEL 8 : aarch64, ppc64le, s390x, x86_64
  • EPEL 9 : aarch64, ppc64le, s390x, x86_64
  • Fedora 41 : aarch64, ppc64le, s390x, x86_64
  • Fedora 42 : aarch64, ppc64le, s390x, x86_64

fed500/jove

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora 42 : x86_64
  • Fedora rawhide : x86_64

rcallicotte/kube-tools

Miscellaneous kubernetes client tools
  • Centos-stream+epel-next 9 : x86_64

shockfox/jellyfin-ppc64le

This repo was started to help get Jellyfin working on ppc64le. The first pass was with Fedora as a target, although the next was using AlmaLinux 8 so the number of targets had grown. While at it I decided to get it to work on other architectures as well so its grown further and the repo name is somewhat of misleading. Jellyfin 10.9.0 is set up to use dotnet 8.0 which is helpful, because 10.8.3 uses dotnet 6.0 and dotnet 6.0 is not available for ppc64le. Inspiration for gathering dependencies for offline build was taken from https://github.com/rpmfusion/jellyfin/blob/f36/jellyfin-offline.sh, although the number nupkg files that were needed to download has grown. dotnet restore --packages ./jellyfin-dependencies-10.9.0 then for the rest, for example: mkdir jellyfin-nupkg-10.9.0 cd jellyfin-nupkg-10.9.0 curl -L https://www.nuget.org/api/v2/package/runtime.unix.Microsoft.Win32.Primitives/4.3.0 > runtime.unix.microsoft.win32.primitives.4.3.0.nupkg In addition, for npm, a new dependency @esbuild needed to be downloaded for every architecture being built. The only way I could figure out to do this was to run the steps for building the cache using a container for each platform. For this to work I placed the cache outside of the jellyfin-web dir and pointed at it with each run, resetting the jellyfin-web folder each time, otherwise I got errors with npm complaining about architecture mismatches. To do this for each architecture make sure you have qemu-user-static installed and then you can use podman like so: podman run --arch aarch64 -it --entrypoint /bin/bash -v $HOME/rpmbuild:/root/rpmbuild:z quay.io/fedora/fedora From there builds are successful, however one of the downloaded assets does not contain a copy for the library for ppc64le (or s390x) and the server will fail to start because of this. https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/2.88.7 To work around this the library build is incorporated in the jellyfin server build and the library is placed in the same location it is found on x86_64 and arm64 builds. The source was gathered by cloning the v2.88.3 branch of https://github.com/mono/skia, running python3 tools/git-sync-deps, and creating a tar archive using the --exclude-vcs option. For this to build on s390x I also needed to create a patch that now allows to build, although it's quite likely incomplete. The nodejs:20 module is also enabled for the centos stream builds.
  • Fedora 41 : ppc64le
  • Fedora 42 : ppc64le
  • Fedora rawhide : ppc64le