commit 9354bf65a1677f5d04143d96578ca8a08021907f
Author: Jan RÄ™korajski <[email protected]>
Date:   Thu Oct 22 09:10:31 2020 +0200

    - 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);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/9354bf65a1677f5d04143d96578ca8a08021907f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to