25f00b6cb5
Copy from Base:System/rpm based on submit request 18841 from user mlschroe OBS-URL: https://build.opensuse.org/request/show/18841 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=84
14 lines
365 B
Diff
14 lines
365 B
Diff
Index: build/files.c
|
|
===================================================================
|
|
--- build/files.c.orig
|
|
+++ build/files.c
|
|
@@ -2211,6 +2211,8 @@ static int checkFiles(StringBuf fileList
|
|
_("Installed (but unpackaged) file(s) found:\n%s"), t);
|
|
}
|
|
}
|
|
+ else
|
|
+ checkFiles(check_fileList);
|
|
|
|
exit:
|
|
sb_stdout = freeStringBuf(sb_stdout);
|