diff --git a/debug.patch b/debug.patch index a39958d..7356abd 100644 --- a/debug.patch +++ b/debug.patch @@ -1,5 +1,5 @@ diff --git a/build/parseScript.c b/build/parseScript.c -index 4a677cb..f15535f 100644 +index 4a677cb..eafc5e7 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -265,6 +265,11 @@ int parseScript(Spec spec, int parsePart) @@ -8,7 +8,7 @@ index 4a677cb..f15535f 100644 /*@switchbreak@*/ break; +#ifdef DEBUG + case 'f': -+ rpmlog(RPMLOG_INFO, "Got -f option for a script\n"); ++ rpmlog(RPMLOG_INFO, "DEBUG: Got -f option for a script\n"); + break; +#endif }