raven-rhel6/rpm/rpm-4.8.x-man-fileid.patch

25 lines
1.2 KiB
Diff
Raw Permalink Normal View History

2024-02-21 20:14:44 +06:00
--- rpm-4.8.0/doc/rpm.8.orig 2012-11-15 14:46:27.588188457 +0100
+++ rpm-4.8.0/doc/rpm.8 2012-11-15 15:02:38.011507311 +0100
@@ -69,7 +69,7 @@
[\fB\fIPACKAGE_NAME\fB\fR] [\fB-a,--all\fR] [\fB-f,--file \fIFILE\fB\fR]
[\fB-g,--group \fIGROUP\fB\fR] {\fB-p,--package \fIPACKAGE_FILE\fB\fR]
- [\fB--fileid \fIMD5\fB\fR] [\fB--hdrid \fISHA1\fB\fR] [\fB--pkgid \fIMD5\fB\fR] [\fB--tid \fITID\fB\fR]
+ [\fB--fileid \fIID\fB\fR] [\fB--hdrid \fISHA1\fB\fR] [\fB--pkgid \fIMD5\fB\fR] [\fB--tid \fITID\fB\fR]
[\fB--querybynumber \fIHDRNUM\fB\fR] [\fB--triggeredby \fIPACKAGE_NAME\fB\fR]
[\fB--whatprovides \fICAPABILITY\fB\fR] [\fB--whatrequires \fICAPABILITY\fB\fR]
@@ -526,9 +526,9 @@
\fB-f, --file \fIFILE\fB\fR
Query package owning \fIFILE\fR.
.TP
-\fB--fileid \fIMD5\fB\fR
-Query package that contains a given file identifier, i.e. the
-\fIMD5\fR digest of the file contents.
+\fB--fileid \fIID\fB\fR
+Query package that contains a given file identifier. The
+\fIID\fR is the digest of the file contents. For different packages different hash algorithms may have been used (\fIMD5\fR, \fISHA1\fR, \fISHA256\fR, \fISHA384\fR, \fISHA512\fR, ...)
.TP
\fB-g, --group \fIGROUP\fB\fR
Query packages with the group of \fIGROUP\fR.