Skip to content

Commit f74c5b7

Browse files
committed
Support to set the dbpath in rpmdb2solv
1 parent 04d4d03 commit f74c5b7

4 files changed

Lines changed: 21 additions & 6 deletions

File tree

doc/gen/libsolv-bindings.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: Libsolv-Bindings
33
.\" Author: [see the "Author" section]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 01/21/2020
5+
.\" Date: 11/18/2020
66
.\" Manual: LIBSOLV
77
.\" Source: libsolv
88
.\" Language: English
99
.\"
10-
.TH "LIBSOLV\-BINDINGS" "3" "01/21/2020" "libsolv" "LIBSOLV"
10+
.TH "LIBSOLV\-BINDINGS" "3" "11/18/2020" "libsolv" "LIBSOLV"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

doc/gen/libsolv-pool.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: Libsolv-Pool
33
.\" Author: [see the "Author" section]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 01/21/2020
5+
.\" Date: 11/18/2020
66
.\" Manual: LIBSOLV
77
.\" Source: libsolv
88
.\" Language: English
99
.\"
10-
.TH "LIBSOLV\-POOL" "3" "01/21/2020" "libsolv" "LIBSOLV"
10+
.TH "LIBSOLV\-POOL" "3" "11/18/2020" "libsolv" "LIBSOLV"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

doc/gen/rpmdb2solv.1

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: rpmdb2solv
33
.\" Author: [see the "Author" section]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 09/14/2018
5+
.\" Date: 11/18/2020
66
.\" Manual: LIBSOLV
77
.\" Source: libsolv
88
.\" Language: English
99
.\"
10-
.TH "RPMDB2SOLV" "1" "09/14/2018" "libsolv" "LIBSOLV"
10+
.TH "RPMDB2SOLV" "1" "11/18/2020" "libsolv" "LIBSOLV"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -55,6 +55,13 @@ Use
5555
as root directory\&.
5656
.RE
5757
.PP
58+
\fB\-D\fR \fIDBPATH\fR
59+
.RS 4
60+
Use the database in the
61+
\fIDBPATH\fR
62+
directory\&.
63+
.RE
64+
.PP
5865
\fB\-k\fR
5966
.RS 4
6067
Read pubkeys from the rpm database instead of installed packages\&. Note that many distributions stopped storing pubkeys in the database but use a directory like
@@ -83,6 +90,11 @@ Do not read any packages from the rpm database\&. This is useful together with
8390
to only convert SUSE products\&.
8491
.RE
8592
.PP
93+
\fB\-C\fR
94+
.RS 4
95+
Include the package changelog in the generated solv file\&.
96+
.RE
97+
.PP
8698
\fB\-X\fR
8799
.RS 4
88100
Autoexpand SUSE pattern and product provides into packages\&.

doc/rpmdb2solv.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ format is like rpm's --percent option.
2929
*-r* 'ROOTDIR'::
3030
Use 'ROOTDIR' as root directory.
3131

32+
*-D* 'DBPATH'::
33+
Use the database in the 'DBPATH' directory.
34+
3235
*-k*::
3336
Read pubkeys from the rpm database instead of installed packages.
3437
Note that many distributions stopped storing pubkeys in the

0 commit comments

Comments
 (0)