diff options
author | Jindrich Novy <jnovy@redhat.com> | 2009-03-02 10:29:05 +0100 |
---|---|---|
committer | Jindrich Novy <jnovy@redhat.com> | 2009-03-02 10:29:05 +0100 |
commit | c45cfb9c047b05ca29acb8d42186e97e17204e27 (patch) | |
tree | 8839150d8ed41dad0fab758305a266b54687c9c7 /doc | |
parent | 7acdfded4a82e86a673418c3953aa6bf8106d313 (diff) | |
download | librpm-tizen-c45cfb9c047b05ca29acb8d42186e97e17204e27.tar.gz librpm-tizen-c45cfb9c047b05ca29acb8d42186e97e17204e27.tar.bz2 librpm-tizen-c45cfb9c047b05ca29acb8d42186e97e17204e27.zip |
Fix documentation and help for the md5 -> filedigest move
- add aliases for obsolete {RPM}VERIFY_MD5 flags to
not to break API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/spec | 2 | ||||
-rw-r--r-- | doc/rpm.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/spec b/doc/manual/spec index 762f57067..82ddcf390 100644 --- a/doc/manual/spec +++ b/doc/manual/spec @@ -105,7 +105,7 @@ The virtual file attribute token %verify tells `-V/--verify' to ignore certain features on files which may be modified by (say) a postinstall script so that false problems are not displayed during package verification. \verbatim - %verify(not size md5 mtime) %{prefix}/bin/javaswarm + %verify(not size filedigest mtime) %{prefix}/bin/javaswarm \endverbatim \section specfile_globbing Shell Globbing of %files Section @@ -594,7 +594,7 @@ Dump file information as follows (implies \fB-l\fR): .RS .nf -path size mtime md5sum mode owner group isconfig isdoc rdev symlink +path size mtime filedigest mode owner group isconfig isdoc rdev symlink .fi .RE |