Hi all,
I’ve been building and maintaining some custom RPM packages for AlmaLinux 9 and 10, which are required for production use in Japanese government and public-sector systems where AlmaLinux is officially adopted. The motivation came from real deployment needs at work.
The following packages are now available and maintained:
- smbldap-tools: GitHub - redadmin-k/smbldap-tools-almalinux9: Rebuild of smbldap-tools for AlmaLinux 9.5. Not available in base or EPEL.
- perl-Crypt-SmbHash: GitHub - redadmin-k/perl-Crypt-SmbHash-almalinux9: RPM build of perl-Crypt-SmbHash for AlmaLinux 9.5. Not available in EPEL or base repositories. Required by smbldap-tools.
- MySQL 5.7: GitHub - redadmin-k/mysql57-almalinux8: SPEC and SRPM for building MySQL 5.7 on AlmaLinux 8
- PHP 5.4: GitHub - redadmin-k/php54-almalinux8: Rebuilt PHP 5.4.45 RPM for AlmaLinux 8 with support for php-fpm, mod_php, and CLI
- xosview: GitHub - redadmin-k/xosview-almalinux9: Packaging of xosview for AlmaLinux 9 — part of architecture validation and legacy tool support for real-world use.
- lbzip2: GitHub - redadmin-k/lbzip2-almalinux10-rpm: RPM packaging of lbzip2 for AlmaLinux 10. This package is not available in the official repositories and depends on gnulib-devel
- gnulib: GitHub - redadmin-k/gnulib-almalinux10-rpm: Provides gnulib-devel RPM for AlmaLinux 10 (required by lbzip2 and similar packages).
I hope these can be useful for others facing similar legacy or compatibility needs.
Feedback or suggestions are very welcome!
Thanks again to the AlmaLinux community for your great work.