1RPMS2SOLV(1) LIBSOLV RPMS2SOLV(1)
2
3
4
6 rpms2solv - convert one or more rpms into a solv file
7
9 rpms2solv [OPTIONS] RPM1.rpm ...
10
12 The rpms2solv tool converts the header data from one or more rpms into
13 the solv file written to standard output.
14
15 -m MANIFESTFILE
16 Read the rpm file names from the specified MANIFESTFILE. You can
17 use - to read the manifest from standard input.
18
19 -0
20 Use a null byte as line terminator for manifest files instead of a
21 newline. This is useful if the file names can contain newlines. See
22 also the -print0 option in find.
23
24 -F
25 Do not put all files from the headers into the file list, but
26 instead use the filtering also found in createrepo.
27
28 -k
29 Read pubkeys instead of rpms.
30
31 -K
32 Read pubkey keyrings instead of rpms.
33
34 -X
35 Autoexpand SUSE pattern and product provides into packages.
36
38 rpmdb2solv(1)
39
41 Michael Schroeder <mls@suse.de>
42
43
44
45libsolv 09/14/2018 RPMS2SOLV(1)