diff --git a/glibc.changes b/glibc.changes index 8f4469e..c3958f6 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 14 19:31:45 UTC 2012 - aj@suse.de + +- Build profile and locale packages for i686 as well. + ------------------------------------------------------------------- Wed Dec 12 08:32:53 UTC 2012 - aj@suse.de diff --git a/glibc.spec b/glibc.spec index 90eabab..f233e12 100644 --- a/glibc.spec +++ b/glibc.spec @@ -41,10 +41,11 @@ BuildRequires: libstdc++-devel %define _filter_GLIBC_PRIVATE 1 %if %_target_cpu == "i686" -# For i686 we ship only glibc and glibc-devel, so +# For i686 let's only build what's different from i586, so +# no need to build documentation # let's not build everything -%define build_profile 0 -%define build_locales 0 +%define build_profile 1 +%define build_locales 1 %define build_html 0 %else %if %{with fast_build}