summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-01-21 19:07:39 +0100
committerMichael Schroeder <mls@suse.de>2014-01-21 19:07:39 +0100
commite80c4089a903f3ccd276699b18c725aaf7c1b7e0 (patch)
treeb87471b407e701f3b1ba957ce1f0b09b09300840 /doc
parent0165c6663b353f464cbb50130449c1042c01aee1 (diff)
downloadlibsolv-e80c4089a903f3ccd276699b18c725aaf7c1b7e0.tar.gz
libsolv-e80c4089a903f3ccd276699b18c725aaf7c1b7e0.tar.bz2
libsolv-e80c4089a903f3ccd276699b18c725aaf7c1b7e0.zip
update constantids.
Diffstat (limited to 'doc')
-rw-r--r--doc/libsolv-constantids.324
-rw-r--r--doc/libsolv-constantids.txt14
2 files changed, 27 insertions, 11 deletions
diff --git a/doc/libsolv-constantids.3 b/doc/libsolv-constantids.3
index 27be957..45e717e 100644
--- a/doc/libsolv-constantids.3
+++ b/doc/libsolv-constantids.3
@@ -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\&.
diff --git a/doc/libsolv-constantids.txt b/doc/libsolv-constantids.txt
index 48b5395..7426b8f 100644
--- a/doc/libsolv-constantids.txt
+++ b/doc/libsolv-constantids.txt
@@ -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.