Ok since I'm already half doing it ANYWAY I pose this question:
Should I take over ulogd package maintainer in fedora and possibly epel?
If it's just me and my epel-missing-pieces copr repos because I'm the only one using it basically, I'm content.
If there's anyone else that wants / needs it (and lets be fair if you are using it you are probably doing your own firewalling and not mucking with firewalld, etc. Side note: man do I not like firewalld) I'll go and poke at picking it back up.
Anyone got opinions?
Grandi novità per gli utenti AlmaLinux: il repository CRB è ora abilitato di default! Questo significa meno errori di dipendenza e installazioni EPEL più fluide. Scopri cosa comporta questo cambiamento e come influenzerà la versione 10.1. #AlmaLinux #CRB #EPEL #LinuxEnterprise #Linux
💡 AlmaLinux 10.1: CRB preattivato semplifica l’uso di EPEL
https://gomoot.com/almalinux-10-1-crb-preattivato-semplifica-luso-di-epel/
#almalinux #blog #crb #epel #news #picks #repository #tech #tecnologia
AlmaLinux 10.1: repository CRB attivato automaticamente per tutti i sistemi: riduce errori, migliora compatibilità con EPEL e semplifica l'installazione KDE.
AlmaLinux 10 enables the CRB repo by default, cutting dependency errors and smoothing EPEL installs ahead of the AlmaLinux 10.1 release.
https://linuxiac.com/almalinux-10-enables-crb-repository-by-default-ahead-of-10-1-release/
From #CentOSShowcase: @carlwgeorge talked about how minor versions work in everybody's favorite extra package repo, EPEL.
Even though EPEL is primarily used downstream by RHEL, @centos, @rockylinux, and @almalinux, it's actually part of the Fedora Project.
If you benefit from these packages, especially for your day job, consider contributing through package maintenance!
Learn more: https://docs.fedoraproject.org/en-US/epel/epel-help/
#EPEL #Fedora #CentOS #RHEL #RockyLinux #AlmaLinux #Linux #OpenSource
Also #java users out there should be aware that @fedora 42+ and EL10 based distributions such as @centos Stream 10 and RHEL10 no longer have "non-system" (21) versions of java. But the good news is you can now easily install @eclipseadoptium #Temurin via #EPEL e.g. to install Temurin JDK8:
# For CS10/Fedora # dnf install epel-release
# RHEL10 # rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
dnf install -y adoptium-temurin-java-repository
dnf --enablerepo=adoptium-temurin-java-repository install temurin-8-jdk