change sleep(1) to sleep(5) so yo can read the spec file warnings
authormarc <devnull@localhost>
Tue, 23 Jul 1996 14:54:46 +0000 (14:54 +0000)
committermarc <devnull@localhost>
Tue, 23 Jul 1996 14:54:46 +0000 (14:54 +0000)
CVS patchset: 924
CVS date: 1996/07/23 14:54:46

rpm.c

diff --git a/rpm.c b/rpm.c
index 0562dac..540fb1c 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -234,7 +234,7 @@ int build(char *arg, int buildAmount, char *passPhrase,
            fprintf(stderr, "\n%cSpec file check failed!!\n", 7);
            fprintf(stderr,
                    "Tell rpm-list@redhat.com if this is incorrect.\n\n");
-           sleep(1);
+           sleep(5);
        }
        if (doBuild(s, buildAmount, passPhrase)) {
            fprintf(stderr, _("Build failed.\n"));