We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5302d3 commit df8cb50Copy full SHA for df8cb50
lib/rpm/c.rb
@@ -6,6 +6,7 @@ module C
6
7
begin
8
ffi_lib ['rpm',
9
+ 'librpm.so.9',
10
'librpm.so.8', # Tumbleweed
11
'librpm.so.7', # fedora 23
12
'librpm.so.3', 'librpm.so.2', 'librpm.so.1']
0 commit comments