Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases.
Ignore it, rather than breaking.

Will backport.

(and r1.1000 for Misc/NEWS!)
diff --git a/Misc/NEWS b/Misc/NEWS
index 86eac9f..bf808b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -336,6 +336,9 @@
 Library
 -------
 
+- Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions
+  that generate a *-debuginfo.rpm.
+
 - os.path.devnull has been added for all supported platforms.
 
 - Fixed #877165: distutils now picks the right C++ compiler command
@@ -422,7 +425,7 @@
 - bisect.py and heapq.py now have underlying C implementations
   for better performance.
 
-- heapq.py has two new functions, nsmallest() and nlargest().                                                                  
+- heapq.py has two new functions, nsmallest() and nlargest().
 
 - traceback.format_exc has been added (similar to print_exc but it returns
   a string).