From 0c9b4ba47aa009e98211cf0f54237c37d6e285b0a2acd84a00adab3e146112f5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 14 Dec 2012 19:35:52 +0000 Subject: [PATCH] Accepting request 145517 from home:a_jaeger:my-factory-packages Build locale/profile for i686. OBS-URL: https://build.opensuse.org/request/show/145517 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=251 --- glibc.changes | 5 +++++ glibc.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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}