fixup headers when loading them
CVS patchset: 3737 CVS date: 2000/05/17 05:35:18
This commit is contained in:
parent
a71ac24efb
commit
3eeb37f5f6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue