2011-05-16 18:07:44 +02:00
|
|
|
Print "unpackaged files" section even if there was an error
|
|
|
|
in the filelist.
|
|
|
|
|
|
|
|
--- ./build/files.c.orig 2011-05-11 15:27:11.000000000 +0000
|
|
|
|
+++ ./build/files.c 2011-05-11 15:29:12.000000000 +0000
|
|
|
|
@@ -2149,10 +2149,10 @@ rpmRC processBinaryFiles(rpmSpec spec, r
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
+exit:
|
|
|
|
if (checkFiles(spec->buildRoot, check_fileList) > 0) {
|
|
|
|
rc = RPMRC_FAIL;
|
2007-03-22 19:49:53 +01:00
|
|
|
}
|
2011-05-16 18:07:44 +02:00
|
|
|
-exit:
|
|
|
|
check_fileList = freeStringBuf(check_fileList);
|
2007-03-22 19:49:53 +01:00
|
|
|
|
2011-05-16 18:07:44 +02:00
|
|
|
return rc;
|