SHA256
3
0
forked from pool/rpm
Michael Schröder 2025-02-13 13:24:12 +00:00 committed by Git OBS Bridge
parent 989cea873c
commit cecc51591b

View File

@ -5,7 +5,7 @@
if (rpmGlob(pattern, &argc, &argv) == 0) {
for (int i = 0; i < argc; i++) {
- rpmlog(RPMLOG_NOTICE, "Reading %s\n", argv[i]);
+ if (state != PARSE_BUILDSYS)
+ if (stage != PARSE_BUILDSYS)
+ rpmlog(RPMLOG_NOTICE, "Reading %s\n", argv[i]);
pushOFI(spec, argv[i]);
snprintf(spec->fileStack->readBuf, spec->fileStack->readBufLen,