clean up message for release
authorroot <devnull@localhost>
Wed, 10 Jul 1996 15:47:33 +0000 (15:47 +0000)
committerroot <devnull@localhost>
Wed, 10 Jul 1996 15:47:33 +0000 (15:47 +0000)
CVS patchset: 768
CVS date: 1996/07/10 15:47:33

rpm.c

diff --git a/rpm.c b/rpm.c
index 7034946..276d180 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -222,7 +222,9 @@ int build(char *arg, int buildAmount, char *passPhrase, char *prefixOverride) {
        if (verifySpec(s)) {
            /* For now, warn and try to continue */
            res = 1;
-           fprintf(stderr, "\n%cSpec file check failed -- tell Marc\n\n", 7);
+           fprintf(stderr, "\n%cSpec file check failed!!\n", 7);
+           fprintf(stderr,
+                   "Tell rpm-list@redhat.com if this is incorrect.\n\n");
            sleep(1);
        }
        if (doBuild(s, buildAmount, passPhrase)) {