--- glibc.spec 2017-06-17 01:22:57.000000000 +0900 +++ glibc.spec 2017-10-25 21:39:13.000000000 +0900 @@ -2147,12 +2147,17 @@ # with power6 libs. # ~~~ %if %{buildpower6} rm -f sysdeps/powerpc/powerpc32/power4/hp-timing.[ch] %endif +# link sysdeps/i386/i686/multiarch to missing i586 +%ifarch i586 +ln -s ../i686/multiarch/init-arch.h sysdeps/i386/i586/init-arch.h +%endif + # Remove all files generated from patching. find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \; # Ensure timestamps on configure files are current to prevent # regenerating them. touch `find . -name configure` @@ -3279,12 +3284,15 @@ %defattr(-,root,root) %endif %endif %endif %changelog +* Sun Oct 15 2017 Taketo Kabe - 2.17-196.i586 +- add i586 mods + * Fri Jun 16 2017 Florian Weimer - 2.17-196 - Avoid large allocas in the dynamic linker (#1452721) * Fri Jun 9 2017 Florian Weimer - 2.17-195 - Rounding issues on POWER (#1457177)