Skip to content

Commit df8cb50

Browse files
committed
Detect librpm.so.9
Add support for librpm.so.9 which is used by the EL9 distributions, e.g.: CentOS Stream 9, Rocky 9, RHEL9, etc...
1 parent f5302d3 commit df8cb50

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)