Skip to content

Commit 36c2ce6

Browse files
Look for newer versions of librpm
1 parent 5f6432c commit 36c2ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/packages.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
static uint32_t getRpmPackageCount(FFinstance* instance)
1616
{
17-
FF_LIBRARY_LOAD(rpm, instance->config.librpm, 0, "librpm.so", 5)
17+
FF_LIBRARY_LOAD(rpm, instance->config.librpm, 0, "librpm.so", 12)
1818
FF_LIBRARY_LOAD_SYMBOL(rpm, rpmReadConfigFiles, 0)
1919
FF_LIBRARY_LOAD_SYMBOL(rpm, rpmtsCreate, 0)
2020
FF_LIBRARY_LOAD_SYMBOL(rpm, rpmtsInitIterator, 0)

0 commit comments

Comments
 (0)