From e07026a8eb49aef195fe030a710019d8f2baa11c Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 10 May 2007 12:35:49 +0100 Subject: [PATCH] Add patch to treat changelog as list --- python/header-py.c | 1 + 1 file changed, 1 insertion(+) diff --git a/python/header-py.c b/python/header-py.c index 294af42..5580717 100644 --- a/python/header-py.c +++ b/python/header-py.c @@ -537,6 +537,7 @@ static PyObject * hdr_subscript(hdrObject * s, PyObject * item) case RPMTAG_CONFLICTNAME: case RPMTAG_CONFLICTFLAGS: case RPMTAG_CONFLICTVERSION: + case RPMTAG_CHANGELOGTIME: forceArray = 1; break; case RPMTAG_SUMMARY: -- 2.7.4