update constantids.
authorMichael Schroeder <mls@suse.de>
Tue, 21 Jan 2014 18:07:39 +0000 (19:07 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 21 Jan 2014 18:07:39 +0000 (19:07 +0100)
doc/libsolv-constantids.3
doc/libsolv-constantids.txt

index 27be957..45e717e 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: Libsolv-Constantids
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
-.\"      Date: 10/15/2013
+.\"      Date: 01/21/2014
 .\"    Manual: LIBSOLV
 .\"    Source: libsolv
 .\"  Language: English
 .\"
-.TH "LIBSOLV\-CONSTANTIDS" "3" "10/15/2013" "libsolv" "LIBSOLV"
+.TH "LIBSOLV\-CONSTANTIDS" "3" "01/21/2014" "libsolv" "LIBSOLV"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -453,6 +453,16 @@ The fingerprint of a pubkey, usually a sha1sum in hex\&. Old V3 RSA keys use a m
 The seconds since the unix epoch when the pubkey expires\&.
 .RE
 .PP
+\fBPUBKEY_SUBKEYOF "pubkey:subkeyof"\fR
+.RS 4
+The keyid of the master pubkey for subkeys\&.
+.RE
+.PP
+\fBPUBKEY_DATA "pubkey:data"\fR
+.RS 4
+The MPI data of the pubkey\&.
+.RE
+.PP
 \fBSOLVABLE_ISVISIBLE "solvable:isvisible"\fR
 .RS 4
 An attribute describing if the package should be listed to the user or not\&. Used for SUSE patterns\&.
@@ -561,11 +571,6 @@ The dependency describes a filesystem\&. The callback should return true if the
 This is a hack to allow self\-conflicting packages\&. It is not needed with current rpm version, so do not use this namespace\&.
 .RE
 .PP
-\fBNAMESPACE_PRODUCTBUDDY "namespace:productbuddy"\fR
-.RS 4
-This is a another hack to implement the SUSE product buddy system\&. Please ignore\&.
-.RE
-.PP
 \fBSOLVABLE_PREREQMARKER "solvable:prereqmarker"\fR
 .RS 4
 This marker partitions the normal require dependencies from the prerequires\&. It is not needed for dependency solving, but it is used by the transaction ordering algorithm when a dependency cycle needs to be broken (non\-prereq deps get broken first)\&.
@@ -867,6 +872,11 @@ The version part of the file name of the delta package\&.
 The suffix part of the file name of the delta package\&.
 .RE
 .PP
+\fBDELTA_LOCATION_BASE "delta:locbase"\fR
+.RS 4
+This attribute can be used to overwrite the repositories base url for the delta\&.
+.RE
+.PP
 \fBDELTA_DOWNLOADSIZE "delta:downloadsize"\fR
 .RS 4
 The size of the delta rpm file\&.
index 48b5395..7426b8f 100644 (file)
@@ -331,6 +331,12 @@ Special Solvable Attributes
 *PUBKEY_EXPIRES "pubkey:expires"*::
   The seconds since the unix epoch when the pubkey expires.
 
+*PUBKEY_SUBKEYOF "pubkey:subkeyof"*::
+  The keyid of the master pubkey for subkeys.
+
+*PUBKEY_DATA "pubkey:data"*::
+  The MPI data of the pubkey.
+
 *SOLVABLE_ISVISIBLE "solvable:isvisible"*::
   An attribute describing if the package should be listed to the user
   or not. Used for SUSE patterns.
@@ -420,10 +426,6 @@ different semantics.
   This is a hack to allow self-conflicting packages. It is not needed
   with current rpm version, so do not use this namespace.
 
-*NAMESPACE_PRODUCTBUDDY "namespace:productbuddy"*::
-  This is a another hack to implement the SUSE product buddy system.
-  Please ignore.
-
 *SOLVABLE_PREREQMARKER "solvable:prereqmarker"*::
   This marker partitions the normal require dependencies from the
   prerequires. It is not needed for dependency solving, but it is
@@ -651,6 +653,10 @@ Delta Package Attributes
 *DELTA_LOCATION_SUFFIX "delta:locsuffix"*::
   The suffix part of the file name of the delta package.
 
+*DELTA_LOCATION_BASE "delta:locbase"*::
+  This attribute can be used to overwrite the repositories base url for
+  the delta.
+
 *DELTA_DOWNLOADSIZE "delta:downloadsize"*::
   The size of the delta rpm file.