From e5afd7a5507450fa9bf43dd2e03fdeb615f1e4e8 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Tue, 13 Dec 2016 14:06:21 +0800 Subject: [PATCH] More document for local RPMs comparison * doc/manuals/fedabipkgdiff.rst: Add more document for local RPMs comparison. Also fixed a typo. Signed-off-by: Chenxiong Qi --- doc/manuals/fedabipkgdiff.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/manuals/fedabipkgdiff.rst b/doc/manuals/fedabipkgdiff.rst index e4ea3eb..dec560d 100644 --- a/doc/manuals/fedabipkgdiff.rst +++ b/doc/manuals/fedabipkgdiff.rst @@ -184,10 +184,13 @@ Below are some usage examples currently supported by Suppose you have built two versions of package httpd, and you want to see what ABI differences between these two versions of RPM files. The - commandline invocation would be:: + command line invocation would be:: $ fedabipkgdiff path/to/httpd-2.4.23-3.fc23.x86_64.rpm another/path/to/httpd-2.4.23-4.fc24.x86_64.rpm + All what fedabipkgdiff does happens on local machine without the need of + querying or downloading RPMs from Koji. + 3. Compare the ABI of binaries in the latest build of the ``httpd`` package in ``Fedora 23`` against the ABI of the binaries in the latest build of the same package in 24. -- 2.7.4