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