# Otto-rpm-3.conf - installed by Otto # # /etc/autorpm.d/Otto-rpm-3.conf : RH rpm's from net (except kernel and X11) ######################################################################## ftppool ("fedora-updates") { Report_To ("root"); Recursive (Yes); Accept_Arch( "${Arch}" ); # Don't automatically update these! Regex_Ignore("^kernel-"); Regex_Ignore ("^XFree86-"); Regex_Ignore ("^xorg-x11-"); Regex_Ignore ("-debuginfo-"); action (updated) { # install any updates PGP_Require (Yes); PGP_Fail_Install (No); Auto_Follow_Deps(Yes); Copy_after_Install("/home/rpm/fedora/${FedoraVersion}"); Report(Yes); Install (Auto); } action(new) { # but no *new* packages, we are happy with what we have PGP_Require (No); PGP_Fail_Install (No); Install (No); Report(No); } } #EOF Otto-rpm-3.conf