1RPMSONAME(1)                                                      RPMSONAME(1)
2
3
4

NAME

6       rpmsoname - list files that provide sonames in RPM package(s)
7

SYNOPSIS

9       rpmsoname [-h] [options] [FILE...] [DIR...]
10

DESCRIPTION

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

OPTIONS

25       Options and arguments manage a set of RPM packages to be processed;
26       they are those of rpmargs(1).
27

AUTHOR

29       Written by Alexey Tourbin <at@altlinux.org>.
30

COPYING

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

SEE ALSO

40       rpmargs(1)
41
42
43
44rpmdevtools 8.10                  2020-01-30                      RPMSONAME(1)
Impressum