File dis.patch of Package rpm

diff --git a/build/rpmfc.c b/build/rpmfc.c
index 763a68603..b6ff47aa1 100644
--- a/build/rpmfc.c
+++ b/build/rpmfc.c
@@ -632,6 +632,7 @@ static int rpmfcHelper(rpmfc fc, int ix, const struct exclreg_s *excl,
     if (rpmMacroIsParametric(NULL, mname)) {
 	pav = runCall(mname, fc->buildRoot, fn);
     } else {
+      fprintf (stderr, "rpmfcHelper %s: runCmd: %s\n", mname, fn);
 	pav = runCmd(mname, fc->buildRoot, fn);
     }
 
@@ -1181,6 +1182,9 @@ static const struct skipped_extension_s skipped_extensions[] = {
 	{ ".h",  "C Header",                 "text/x-c"   },
 	{ ".la", "libtool library file",     "text/plain" },
 	{ ".pc", "pkgconfig file",           "text/plain" },
+{ ".html", "HTML document, Unicode text, UTF-8 text", "text/html" },
+{ ".png", "PNG image data", "image/png" },
+{ ".svg", "SVG Scalable Vector Graphics image", "image/svg+xml" },
 	{ NULL, NULL, NULL }
 };
 
openSUSE Build Service is sponsored by