Skip to content

Commit b5d9a1e

Browse files
authored
Merge pull request #5 from agrare/detect_librpm_9
Detect librpm.so.9
2 parents a96a0d9 + df8cb50 commit b5d9a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rpm/c.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module C
66

77
begin
88
ffi_lib ['rpm',
9+
'librpm.so.9',
910
'librpm.so.8', # Tumbleweed
1011
'librpm.so.7', # fedora 23
1112
'librpm.so.3', 'librpm.so.2', 'librpm.so.1']

0 commit comments

Comments
 (0)