From 2553290f9302b88f1f0b35b535e15c5b46b168f2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 14 Jan 2016 20:34:31 -0700 Subject: [PATCH] Better error message from %python_provide --- macros.python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros.python b/macros.python index 89cd845..911f4c1 100644 --- a/macros.python +++ b/macros.python @@ -48,8 +48,8 @@ CFLAGS="%{optflags}" %{__python} %{py_setup} %{?py_setup_args} install -O1 --ski print(" = ");\ print(vr);\ else\ - print("ERROR: ");\ + print("%python_provide: ERROR: ");\ print(package);\ - print("not recognized.");\ + print(" not recognized.");\ end\ }