[rhel6/master] verify package checksums against metadata (#681224)

Chris Lumens clumens at redhat.com
Tue Aug 14 21:59:17 UTC 2012


> --- a/yuminstall.py
> +++ b/yuminstall.py
> @@ -177,7 +177,8 @@ class AnacondaCallback:
>              while self.openfile is None:
>                  trynumber += 1
>                  try:
> -                    fn = repo.getPackage(po)
> +                    checkfunc = (self.ayum.verifyPkg, (po, 1), {})

This is a (function, args, kwargs) tuple?

- Chris


More information about the anaconda-patches mailing list