From: Jan Rękorajski Date: Thu, 22 Oct 2020 07:10:31 +0000 (+0200) Subject: - fix function call X-Git-Tag: auto/th/rpm-4.16.1.2-1~48 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=9354bf65a1677f5d04143d96578ca8a08021907f;hp=e10224c59308dfdd0df7c9d3470979041b97f580 - fix function call --- diff --git a/uname-deps.patch b/uname-deps.patch index dd1a8dc..4863617 100644 --- a/uname-deps.patch +++ b/uname-deps.patch @@ -9,7 +9,7 @@ index 28a4a784d..1d8ce1f8a 100644 + char * N = rpmdsN(dep); + if (strstr(N, "uname") == N) { + if (tsmem->uname == NULL) -+ rpmdsUnamePool(rpmtsPool(ts), &(tsmem->uname), NULL); ++ rpmdsUnamePool(rpmtsPool(ts), &(tsmem->uname)); + + if (tsmem->uname != NULL && rpmdsSearch(tsmem->uname, dep) >= 0) { + rpmdsNotify(dep, "(uname provides)", rc);