On Tue, 2008-01-22 at 10:54 -0500, Matthew Miller wrote: > --- /usr/bin/repomanage 2008-01-11 10:06:43.000000000 -0500 > +++ repomanage.munged 2008-01-22 10:51:48.000000000 -0500 > @@ -70,6 +70,7 @@ > fdno = os.open(package, os.O_RDONLY) > except OSError, e: > raise Error, "Error opening file %s" % package > + > ts.setVSFlags((rpm._RPMVSF_NOSIGNATURES|rpm.RPMVSF_NOMD5|rpm.RPMVSF_NEEDPAYLOAD))
You can use the --nocheck option, which looks like it should do all of the above. > try: > hdr = ts.hdrFromFdno(fdno) > except rpm.error, e: > -- James Antill <[EMAIL PROTECTED]> Red Hat
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Yum-devel mailing list Yum-devel@linux.duke.edu https://lists.dulug.duke.edu/mailman/listinfo/yum-devel