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:
parent
5bb53af74c
commit
b2638067fc
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue