From 9354bf65a1677f5d04143d96578ca8a08021907f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 22 Oct 2020 09:10:31 +0200 Subject: [PATCH] - fix function call --- uname-deps.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0