ConSol-Monitoring / omd

OMD - Open Monitoring Distribution Labs Edition.
http://omd.consol.de
GNU General Public License v2.0
169 stars 34 forks source link

5.30: EL9 RPM has huge dependency tree in difference to EL8 #177

Closed pbiering closed 7 months ago

pbiering commented 7 months ago

While testing update from 5.20 to 5.30 it turns out that on EL9 the RPM dependency tree is much longer and resulting in unexpected installation of packages like

Was this intended?

sni commented 7 months ago

that's intentional. In comparisson, el8 has a bigger rpm size because it contains chromium while rocky 9 uses the systems chromium.

pbiering commented 7 months ago

Just note that the new dependency tree activates avahi-daemon which is usually not required on servers, following commands will at least permanently disable it:

systemctl disable --now avahi-daemon.service
systemctl disable --now avahi-daemon.socket