From: Michael Schroeder Date: Mon, 3 Jun 2013 13:45:17 +0000 (+0200) Subject: document POOL_FLAG_ADDFILEPROVIDESFILTERED X-Git-Tag: BASE-SuSE-Code-13_1-Branch~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e9a3461ac724ce487fd217078ce710420aa31e;p=thirdparty%2Flibsolv.git document POOL_FLAG_ADDFILEPROVIDESFILTERED --- diff --git a/doc/libsolv-bindings.3 b/doc/libsolv-bindings.3 index 4758e46a..6428c355 100644 --- a/doc/libsolv-bindings.3 +++ b/doc/libsolv-bindings.3 @@ -2,12 +2,12 @@ .\" Title: libsolv-bindings .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.76.1 -.\" Date: 05/28/2013 +.\" Date: 06/03/2013 .\" Manual: LIBSOLV .\" Source: libsolv .\" Language: English .\" -.TH "LIBSOLV\-BINDINGS" "3" "05/28/2013" "libsolv" "LIBSOLV" +.TH "LIBSOLV\-BINDINGS" "3" "06/03/2013" "libsolv" "LIBSOLV" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -153,6 +153,11 @@ Mandriva added a new field called distepoch that gets checked in version compari .RS 4 If a package is installed in multiversionmode, rpm used to ignore both the implicit obsoletes and the obsolete dependency of a package\&. This was changed to ignoring just the implicit obsoletes, thus you may install multiple versions of the same name, but obsoleted packages still get removed\&. .RE +.PP +\fBPOOL_FLAG_ADDFILEPROVIDESFILTERED\fR +.RS 4 +Make the addfileprovides method only add files from the standard locations (i\&.e\&. the \(lqbin\(rq and \(lqetc\(rq directories)\&. This is useful if you have only few packages that use non\-standard file dependencies, but you still wand the fast speed that addfileprovides() generates\&. +.RE .SS "METHODS" .sp .if n \{\ diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index e43545bd..96b71d4b 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -110,6 +110,13 @@ Define which repository contains all the installed packages. thus you may install multiple versions of the same name, but obsoleted packages still get removed. +*POOL_FLAG_ADDFILEPROVIDESFILTERED*:: + Make the addfileprovides method only add files from the standard + locations (i.e. the ``bin'' and ``etc'' directories). This is + useful if you have only few packages that use non-standard file + dependencies, but you still wand the fast speed that addfileprovides() + generates. + === METHODS === void free()