blob: f103f06f2c178cb2415e5e97f05f1f1c2ee96604 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
rpmmd2solv(1)
=============
:man manual: LIBSOLV
:man source: libsolv
Name
----
rpmmd2solv - convert files in rpm-md format into a solv file
Synopsis
--------
*rpmmd2solv* ['OPTIONS']
Description
-----------
The rpmmd2solv tool reads rpm-md xml data from stdin, and writes
it as solv file to standard output. It understands the *primary*,
*filelist*, *other*, and *susedata* format.
*-X*::
Autoexpand SUSE pattern and product provides into packages.
See Also
--------
repomdxml2solv(1), mergesolv(1), createrepo(8)
Author
------
Michael Schroeder <mls@suse.de>
////
vim: syntax=asciidoc
////
|