Imported Upstream version 0.6.34
[platform/upstream/libsolv.git] / doc / deltainfoxml2solv.txt
1 deltainfoxml2solv(1)
2 ====================
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 deltainfoxml2solv - convert rpm-md's deltainfo format into a solv file
10
11 Synopsis
12 --------
13 *deltainfoxml2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The deltainfoxml2solv tool reads rpm-md's *deltainfo.xml* data from stdin,
18 and writes it as solv file to standard output. Some distributions name
19 the input *prestodelta.xml* instead. Each delta rpm element is converted
20 and added as *repository:deltainfo* element to the meta section of the
21 solv file.
22
23 See Also
24 --------
25 mergesolv(1), createrepo(8)
26
27 Author
28 ------
29 Michael Schroeder <mls@suse.de>
30
31 ////
32 vim: syntax=asciidoc
33 ////