Hello community, here is the log from the commit of package patterns-openSUSE for openSUSE:12.3 checked in at 2013-02-27 10:31:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/patterns-openSUSE (Old) and /work/SRC/openSUSE:12.3/.patterns-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "patterns-openSUSE", Maintainer is "coolo@suse.com" Changes: -------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patterns-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.yWpGda/_old 2013-02-27 10:31:54.000000000 +0100 +++ /var/tmp/diff_new_pack.yWpGda/_new 2013-02-27 10:31:54.000000000 +0100 @@ -2373,11 +2373,17 @@ %setup -q -n patterns-openSUSE-data %build +%ifarch %ix86 +export EXPLICIT_UNAME=i386 +%endif +%ifarch x86_64 +export EXPLICIT_UNAME=x86_64 +%endif for i in data/*; do sh %{SOURCE1} $i; done | perl %{SOURCE4} | \ uniq > data/REST-DVD-SUGGESTS for i in gnome kde4; do - sh %{SOURCE1} toinstall/rest_cd_$i/requires > t && \ - mv t toinstall/rest_cd_$i/requires + sh %{SOURCE1} toinstall/rest_cd_$i/requires > n.$i && \ + mv n.$i toinstall/rest_cd_$i/requires done /usr/sbin/patterns_utf8 @@ -2389,6 +2395,12 @@ # For generation of -32bit/-x86/-64bit patterns export RPM_BUILD_ROOT export RPM_SOURCE_DIR +%ifarch %ix86 +export EXPLICIT_UNAME=i386 +%endif +%ifarch x86_64 +export EXPLICIT_UNAME=x86_64 +%endif sh -e %{SOURCE5} %{version} %{release} %{_target_cpu} openSUSE /usr/sbin/patterns_lint %{buildroot}/CD1/suse/setup/descr/*.pat rm %{buildroot}/CD1/suse/setup/descr/kde4_cd-*.pat -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de