Imported Upstream version 0.6.6
[platform/upstream/libsolv.git] / doc / rpms2solv.1
1 '\" t
2 .\"     Title: rpms2solv
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 09/24/2014
6 .\"    Manual: LIBSOLV
7 .\"    Source: libsolv
8 .\"  Language: English
9 .\"
10 .TH "RPMS2SOLV" "1" "09/24/2014" "libsolv" "LIBSOLV"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 rpms2solv \- convert one or more rpms into a solv file
32 .SH "SYNOPSIS"
33 .sp
34 \fBrpms2solv\fR [\fIOPTIONS\fR] \fIRPM1\&.rpm\fR \&...
35 .SH "DESCRIPTION"
36 .sp
37 The rpms2solv tool converts the header data from one or more rpms into the solv file written to standard output\&.
38 .PP
39 \fB\-m\fR \fIMANIFESTFILE\fR
40 .RS 4
41 Read the rpm file names from the specified
42 \fIMANIFESTFILE\fR\&. You can use
43 \fB\-\fR
44 to read the manifest from standard input\&.
45 .RE
46 .PP
47 \fB\-0\fR
48 .RS 4
49 Use a null byte as line terminator for manifest files instead of a newline\&. This is useful if the file names can contain newlines\&. See also the
50 \fB\-print0\fR
51 option in
52 \fBfind\fR\&.
53 .RE
54 .PP
55 \fB\-F\fR
56 .RS 4
57 Do not put all files from the headers into the file list, but instead use the filtering also found in
58 \fBcreaterepo\fR\&.
59 .RE
60 .PP
61 \fB\-k\fR
62 .RS 4
63 Read pubkeys instead of rpms\&.
64 .RE
65 .PP
66 \fB\-K\fR
67 .RS 4
68 Read pubkey keyrings instead of rpms\&.
69 .RE
70 .PP
71 \fB\-X\fR
72 .RS 4
73 Autoexpand SUSE pattern and product provides into packages\&.
74 .RE
75 .SH "SEE ALSO"
76 .sp
77 rpmdb2solv(1)
78 .SH "AUTHOR"
79 .sp
80 Michael Schroeder <mls@suse\&.de>