28 lines
695 B
Diff
28 lines
695 B
Diff
|
From 906fedeed83fe8f1a4e4fd7ec2656e548b83b9c5 Mon Sep 17 00:00:00 2001
|
||
|
From: Pino Toscano <ptoscano@redhat.com>
|
||
|
Date: Wed, 17 Sep 2014 17:34:59 +0200
|
||
|
Subject: [PATCH] rpm: fix typo in non-librpm code
|
||
|
|
||
|
Properly spell the name of a stub function, so it builds fine also with
|
||
|
no rpm library.
|
||
|
---
|
||
|
src/librpm-c.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/librpm-c.c b/src/librpm-c.c
|
||
|
index 7131de9..e5079b1 100644
|
||
|
--- a/src/librpm-c.c
|
||
|
+++ b/src/librpm-c.c
|
||
|
@@ -463,7 +463,7 @@ supermin_rpm_installed (value rpmv, value pkgv)
|
||
|
}
|
||
|
|
||
|
value
|
||
|
-supermin_rpm_pkg_required (value rpmv, value pkgv)
|
||
|
+supermin_rpm_pkg_requires (value rpmv, value pkgv)
|
||
|
{
|
||
|
abort ();
|
||
|
}
|
||
|
--
|
||
|
1.9.3
|
||
|
|