1RPMSONAME(1) RPMSONAME(1)
2
3
4
6 rpmsoname - list files that provide sonames in RPM package(s)
7
9 rpmsoname [-h] [options] [FILE...] [DIR...]
10
12 rpmsoname produces two-column output (typically one line per each
13 soname). Column one contains file path; column two contains
14 corresponding soname. When processing a directory, an additional
15 column is prepended to the output, which is typically RPM file
16 basename.
17
18 Note that the name rpmsoname is probably a misnomer: the script does
19 not deal with ELF "DT_SONAME" entries. What it does is try to map
20 soname-like entries from RPM "PROVIDES" list to regular files within
21 the very same RPM package (using "BASENAMES", "FILENAMES", and
22 "FILELINKTOS" lists from RPM header).
23
25 Options and arguments manage a set of RPM packages to be processed;
26 they are those of rpmargs(1).
27
29 Written by Alexey Tourbin <at@altlinux.org>.
30
32 Copyright (c) 2006 Alexey Tourbin, ALT Linux Team.
33
34 This is free software; you can redistribute it and/or modify it under
35 the terms of the GNU General Public License as published by the Free
36 Software Foundation; either version 2 of the License, or (at your
37 option) any later version.
38
40 rpmargs(1)
41
42
43
44rpmdevtools 9.6 2022-07-23 RPMSONAME(1)