Bug #1267547: Put proper recursive setup.py call into the
spec file generated by bdist_rpm.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4740104..4cb5cd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@
 Library
 -------
 
+- Bug #1267547: Put proper recursive setup.py call into the
+  spec file generated by bdist_rpm.
+
 - Bug #1514693: Update turtle's heading when switching between
   degrees and radians.