1REPO2SOLV(1) LIBSOLV REPO2SOLV(1)
2
3
4
6 repo2solv - convert repository metadata into a solv file
7
9 repo2solv [OPTIONS] DIR
10
12 The repo2solv tool converts repository metadata in the directory DIR
13 into a solv file written to standard output.
14
15 Note that repo2solv does not verify signatures or checksum, it is
16 expected that this is done by the tool that downloads the metadata.
17
18 If no metadata is detected, repo2solv assumes the "plaindir" format and
19 generates the solv file from all rpm files it finds.
20
21 -o OUTFILE
22 Write the solv file to OUTFILE instead of stdout.
23
24 -R
25 Also recurse into subdirectories in "plaindir" mode.
26
27 -F
28 Put the complete filelist in the output. The default is to just
29 include the "importent" parts of the file list, except for
30 "plaindir" mode, which always includes all files.
31
32 -C
33 Add changelog entires to the output.
34
35 -A
36 Add appdata pseudo packages to the output. This is an experimental
37 feature.
38
39 -X
40 Autoexpand SUSE pattern and product provides into packages.
41
43 dumpsolv(1)
44
46 Michael Schroeder <mls@suse.de>
47
48
49
50libsolv 10/22/2018 REPO2SOLV(1)