From f76f91b2b2666b670c1b54f683a592942a3178aa Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Aug 24 2016 06:26:21 +0000 Subject: Fix description of verify-files Before verify-files, install command needs to run instead of compile. Resolves: 1203757 Signed-off-by: Chenxiong Qi --- diff --git a/src/pyrpkg/cli.py b/src/pyrpkg/cli.py index d8695cd..09dca49 100755 --- a/src/pyrpkg/cli.py +++ b/src/pyrpkg/cli.py @@ -832,7 +832,7 @@ see API KEY section of copr-cli(1) man page. help='Locally verify %%files section', description="Locally run 'rpmbuild -bl' to verify the spec file's" " %files sections. This requires a successful run of " - "the 'compile' target.") + "'{0} install' in advance.".format(self.name)) verify_files_parser.set_defaults(command=self.verify_files) def register_verrel(self):