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 son‐
13 ame). Column one contains file path; column two contains corresponding
14 soname. When processing a directory, an additional column is prepended
15 to the output, which is typically RPM file basename.
16
17 Note that the name rpmsoname is probably a misnomer: the script does
18 not deal with ELF "DT_SONAME" entries. What it does is try to map son‐
19 ame-like entries from RPM "PROVIDES" list to regular files within the
20 very same RPM package (using "BASENAMES", "FILENAMES", and "FILELINK‐
21 TOS" lists from RPM header).
22
24 Options and arguments manage a set of RPM packages to be processed;
25 they are those of rpmargs(1).
26
28 Written by Alexey Tourbin <at@altlinux.org>.
29
31 Copyright (c) 2006 Alexey Tourbin, ALT Linux Team.
32
33 This is free software; you can redistribute it and/or modify it under
34 the terms of the GNU General Public License as published by the Free
35 Software Foundation; either version 2 of the License, or (at your
36 option) any later version.
37
39 rpmargs(1)
40
41
42
43rpmdevtools 6.2 2007-06-16 RPMSONAME(1)