From 3afd2294dc930c233eaf1ac56de73842b8c83ab5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 10 Jul 1996 15:47:33 +0000 Subject: [PATCH] clean up message for release CVS patchset: 768 CVS date: 1996/07/10 15:47:33 --- rpm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpm.c b/rpm.c index 7034946..276d180 100755 --- 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)) { -- 2.7.4