--- rpm.spec 2015-03-06 11:36:47.000000000 +0900 +++ rpm.spec 2016-01-11 18:57:15.000000000 +0900 @@ -84,6 +84,9 @@ Patch310: rpm-4.11.x-CVE-2014-8118.patch # Temporary Patch to provide support for updates Patch400: rpm-4.10.90-rpmlib-filesystem-check.patch +#i686 on i586 +Patch500: patch-i686oni586.patch + # Partially GPL/LGPL dual-licensed and some bits with BSD # SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD License: GPLv2+ @@ -282,6 +285,8 @@ packages on a system. %patch400 -p1 -b .rpmlib-filesystem-check +%patch500 -p0 -b .i586 + %patch5 -p1 -b .armhfp # this patch cant be applied on softfp builds %ifnarch armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv7l @@ -507,6 +512,9 @@ exit 0 %doc COPYING doc/librpm/html/* %changelog +* Mon Jan 11 2016 Taketo Kabe +- allow .i686 on .i586 + * Mon Jan 12 2015 Florian Festi - 4.11.1-25 - Check for malicious CPIO file name size (#1163061) - Fixes CVE-2014-8118