From: Michael Schroeder Date: Wed, 18 Nov 2020 12:13:08 +0000 (+0100) Subject: Support to set the dbpath in rpmdb2solv X-Git-Tag: 0.7.17~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74c5b79c2bc88c8c6067b64fb9c6beb2330ae33;p=thirdparty%2Flibsolv.git Support to set the dbpath in rpmdb2solv --- diff --git a/doc/gen/libsolv-bindings.3 b/doc/gen/libsolv-bindings.3 index 8e6417e3..7384d2a6 100644 --- a/doc/gen/libsolv-bindings.3 +++ b/doc/gen/libsolv-bindings.3 @@ -2,12 +2,12 @@ .\" Title: Libsolv-Bindings .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 01/21/2020 +.\" Date: 11/18/2020 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "LIBSOLV\-BINDINGS" "3" "01/21/2020" "libsolv" "LIBSOLV" +.TH "LIBSOLV\-BINDINGS" "3" "11/18/2020" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/gen/libsolv-pool.3 b/doc/gen/libsolv-pool.3 index 6d949394..ab1b3f07 100644 --- a/doc/gen/libsolv-pool.3 +++ b/doc/gen/libsolv-pool.3 @@ -2,12 +2,12 @@ .\" Title: Libsolv-Pool .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 01/21/2020 +.\" Date: 11/18/2020 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "LIBSOLV\-POOL" "3" "01/21/2020" "libsolv" "LIBSOLV" +.TH "LIBSOLV\-POOL" "3" "11/18/2020" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/gen/rpmdb2solv.1 b/doc/gen/rpmdb2solv.1 index 6f84a7ff..c54c3198 100644 --- a/doc/gen/rpmdb2solv.1 +++ b/doc/gen/rpmdb2solv.1 @@ -2,12 +2,12 @@ .\" Title: rpmdb2solv .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 09/14/2018 +.\" Date: 11/18/2020 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "RPMDB2SOLV" "1" "09/14/2018" "libsolv" "LIBSOLV" +.TH "RPMDB2SOLV" "1" "11/18/2020" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -55,6 +55,13 @@ Use as root directory\&. .RE .PP +\fB\-D\fR \fIDBPATH\fR +.RS 4 +Use the database in the +\fIDBPATH\fR +directory\&. +.RE +.PP \fB\-k\fR .RS 4 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 to only convert SUSE products\&. .RE .PP +\fB\-C\fR +.RS 4 +Include the package changelog in the generated solv file\&. +.RE +.PP \fB\-X\fR .RS 4 Autoexpand SUSE pattern and product provides into packages\&. diff --git a/doc/rpmdb2solv.txt b/doc/rpmdb2solv.txt index 128e1792..8e31cb82 100644 --- a/doc/rpmdb2solv.txt +++ b/doc/rpmdb2solv.txt @@ -29,6 +29,9 @@ format is like rpm's --percent option. *-r* 'ROOTDIR':: Use 'ROOTDIR' as root directory. +*-D* 'DBPATH':: +Use the database in the 'DBPATH' directory. + *-k*:: Read pubkeys from the rpm database instead of installed packages. Note that many distributions stopped storing pubkeys in the