bah
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=694
This commit is contained in:
parent
989cea873c
commit
cecc51591b
@ -5,7 +5,7 @@
|
|||||||
if (rpmGlob(pattern, &argc, &argv) == 0) {
|
if (rpmGlob(pattern, &argc, &argv) == 0) {
|
||||||
for (int i = 0; i < argc; i++) {
|
for (int i = 0; i < argc; i++) {
|
||||||
- rpmlog(RPMLOG_NOTICE, "Reading %s\n", argv[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]);
|
+ rpmlog(RPMLOG_NOTICE, "Reading %s\n", argv[i]);
|
||||||
pushOFI(spec, argv[i]);
|
pushOFI(spec, argv[i]);
|
||||||
snprintf(spec->fileStack->readBuf, spec->fileStack->readBufLen,
|
snprintf(spec->fileStack->readBuf, spec->fileStack->readBufLen,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user