]> git.pld-linux.org Git - packages/rpm.git/blobdiff - uname-deps.patch
- fix function call
[packages/rpm.git] / uname-deps.patch
index dd1a8dc6bbdc6a5f5874dc235c08fb0be18d2e4f..4863617994a16cd39b397350cad36cd2dfeaffbc 100644 (file)
@@ -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);
This page took 0.032373 seconds and 4 git commands to generate.