Document %missingok and %artifact in verify output and the manual

Fixes: #2833
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2256014
This commit is contained in:
Panu Matilainen 2024-02-21 12:30:46 +02:00
parent 5bb53af74c
commit b2638067fc
2 changed files with 7 additions and 0 deletions

View File

@ -945,10 +945,12 @@ unique to verify mode are:
The format of the output is a string of 9 characters, a possible
attribute marker:
a %artifact a build side-effect file (such as buildid links)
c %config configuration file.
d %doc documentation file.
g %ghost file (i.e. the file contents are not included in the package payload).
l %license license file.
m %missingok file missing is not a verify failure.
r %readme readme file.
from the package header, followed by the file name. Each of the 9

View File

@ -732,6 +732,11 @@ space is tight.
Used to mark and/or install files as licenses. Same as %doc, but
cannot be filtered out as licenses must always be present in packages.
#### %missingok (since rpm >= 4.14 in standalone form)
Used to mark file presence optional, ie one whose absence does not
cause --verify to fail.
#### %readme
Obsolete.