fixup headers when loading them

CVS patchset: 3737
CVS date: 2000/05/17 05:35:18
This commit is contained in:
msw 2000-05-17 05:35:18 +00:00
parent a71ac24efb
commit 3eeb37f5f6
1 changed files with 2 additions and 0 deletions

View File

@ -650,6 +650,8 @@ static PyObject * hdrLoad(PyObject * self, PyObject * args) {
PyErr_SetString(pyrpmError, "bad header");
return NULL;
}
compressFilelist (hdr);
providePackageNVR (hdr);
h = (hdrObject *) PyObject_NEW(PyObject, &hdrType);
h->h = hdr;