blob: e67c6ef21cec1650623731de1d8c34036860c1ff (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
'\" t
.\" Title: rpms2solv
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
.\" Date: 08/26/2015
.\" Manual: LIBSOLV
.\" Source: libsolv
.\" Language: English
.\"
.TH "RPMS2SOLV" "1" "08/26/2015" "libsolv" "LIBSOLV"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
rpms2solv \- convert one or more rpms into a solv file
.SH "SYNOPSIS"
.sp
\fBrpms2solv\fR [\fIOPTIONS\fR] \fIRPM1\&.rpm\fR \&...
.SH "DESCRIPTION"
.sp
The rpms2solv tool converts the header data from one or more rpms into the solv file written to standard output\&.
.PP
\fB\-m\fR \fIMANIFESTFILE\fR
.RS 4
Read the rpm file names from the specified
\fIMANIFESTFILE\fR\&. You can use
\fB\-\fR
to read the manifest from standard input\&.
.RE
.PP
\fB\-0\fR
.RS 4
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
\fB\-print0\fR
option in
\fBfind\fR\&.
.RE
.PP
\fB\-F\fR
.RS 4
Do not put all files from the headers into the file list, but instead use the filtering also found in
\fBcreaterepo\fR\&.
.RE
.PP
\fB\-k\fR
.RS 4
Read pubkeys instead of rpms\&.
.RE
.PP
\fB\-K\fR
.RS 4
Read pubkey keyrings instead of rpms\&.
.RE
.PP
\fB\-X\fR
.RS 4
Autoexpand SUSE pattern and product provides into packages\&.
.RE
.SH "SEE ALSO"
.sp
rpmdb2solv(1)
.SH "AUTHOR"
.sp
Michael Schroeder <mls@suse\&.de>
|