document POOL_FLAG_ADDFILEPROVIDESFILTERED
authorMichael Schroeder <mls@suse.de>
Mon, 3 Jun 2013 13:45:17 +0000 (15:45 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 3 Jun 2013 13:45:17 +0000 (15:45 +0200)
doc/libsolv-bindings.3
doc/libsolv-bindings.txt

index 4758e46..6428c35 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: libsolv-bindings
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\"      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 \{\
index e43545b..96b71d4 100644 (file)
@@ -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()