Perhaps my google-fu is failing. I can’t seem to find an equivalent to debian’s apticron in Fedora. My specific requirements are for a tool that:
- shows what packages have updates available
- shows what kind (eg. critical security, moderate security, bugfix) of update each package is
- checks at user-configurable intervals
- sends mail at user-configurable intervals
- includes changelog or similar info in the email
- plain text. I don’t want a GUI, nor do I need HTML prettification.
Does such an animal already exist? I’ve already had one person tell me I should cook it up with the python yum module. I can’t believe nobody has done this already.


{ 1 } Comments
Kevin pointed out that I can edit /etc/yum/yum-updatesd.conf to get what I want. specifically, I should set ‘emit_via = email’ instead of the default ‘emit_via = dbus’ for great update notification justice.
Post a Comment