[packages/rpm/rpm.org] - fix function call

baggins baggins at pld-linux.org
Thu Oct 22 09:11:06 CEST 2020


commit 9354bf65a1677f5d04143d96578ca8a08021907f
Author: Jan Rękorajski <baggins at pld-linux.org>
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



More information about the pld-cvs-commit mailing list