From a97c376f379ee48c3b0e92e9c79f64c9fd954b64 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 3 May 2023 11:03:22 +0300 Subject: Fix thinko in archive size tag(s) description The archive size tags are on the uncompressed archive, an apparent thinko in 50324700562aa6204d93b1e4e9ae9776ecdeeedb. Fixes: #2498 --- docs/manual/tags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/tags.md b/docs/manual/tags.md index 8e706884a..86ddbf876 100644 --- a/docs/manual/tags.md +++ b/docs/manual/tags.md @@ -85,10 +85,10 @@ Vendor | 1011 | string | Package vendor contact information. Tag Name | Value| Type | Description ------------------|------|--------------|------------ -Archivesize | 1046 | int32 | (Compressed) payload size. +Archivesize | 1046 | int32 | (Uncompressed) payload size. Dirnames | 1118 | string array | dirname(3) components of contained paths Filedigestalgo | 5011 | int32 | ID of file digest algorithm. If missing, considered `0` for `md5`. -Longarchivesize | 271 | int64 | (Compressed) payload size when > 4GB. +Longarchivesize | 271 | int64 | (Uncompressed) payload size when > 4GB. Longsize | 5009 | int64 | Installed package size when > 4GB. Payloadcompressor | 1125 | string | Payload compressor name (as passed to rpmio `Fopen()`) Payloadflags | 1126 | string | Payload compressor level (as passed to rpmio `Fopen()`) -- cgit v1.2.1