From 7ddda00a6394886b3ca1c2c468228eb7cf226b43 Mon Sep 17 00:00:00 2001
From: OBS User buildservice-autocommit <null@suse.de>
Date: Fri, 19 Mar 2010 09:37:22 +0000
Subject: [PATCH] Updating link to change in openSUSE:Factory/build revision
 28.0

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=8765b769cc443997b1aba71929e13df5
---
 build-2010.03.08.tar.gz | 3 ---
 build-2010.03.10.tar.gz | 3 +++
 build.changes           | 6 ++++++
 build.dsc               | 2 +-
 build.spec              | 8 ++++----
 5 files changed, 14 insertions(+), 8 deletions(-)
 delete mode 100644 build-2010.03.08.tar.gz
 create mode 100644 build-2010.03.10.tar.gz

diff --git a/build-2010.03.08.tar.gz b/build-2010.03.08.tar.gz
deleted file mode 100644
index 67eb1e4..0000000
--- a/build-2010.03.08.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:398c6cb2414a79a72677235e11736063b09cbf25b11c792a1fe3fd0de6df52fd
-size 100257
diff --git a/build-2010.03.10.tar.gz b/build-2010.03.10.tar.gz
new file mode 100644
index 0000000..b77d683
--- /dev/null
+++ b/build-2010.03.10.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bd453f04ffe9062b8cc182109e3d278ea9f6d7e61d9634a717f8452fd20e6de2
+size 100529
diff --git a/build.changes b/build.changes
index 42e4411..50a6383 100644
--- a/build.changes
+++ b/build.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Mar 10 13:34:45 UTC 2010 - adrian@suse.de
+
+- update to current git
+  * Kiwi exclude arch handling
+
 -------------------------------------------------------------------
 Mon Mar  8 12:07:03 UTC 2010 - adrian@suse.de
 
diff --git a/build.dsc b/build.dsc
index 7b97559..c839bc2 100644
--- a/build.dsc
+++ b/build.dsc
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 2010.03.08
+Version: 2010.03.10
 Binary: build
 Maintainer: Adrian Schroeter <adrian@suse.de>
 Architecture: all
diff --git a/build.spec b/build.spec
index 242b7b5..01bae48 100644
--- a/build.spec
+++ b/build.spec
@@ -1,5 +1,5 @@
 #
-# spec file for package build (Version 2010.03.08)
+# spec file for package build (Version 2010.03.10)
 #
 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -23,7 +23,7 @@ License:        GPLv2+
 Group:          Development/Tools/Building
 AutoReqProv:    on
 Summary:        A Script to Build SUSE Linux RPMs
-Version:        2010.03.08
+Version:        2010.03.10
 Release:        1
 # osc rm build-*tar.bz2
 # REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p")
@@ -64,10 +64,10 @@ chroot environment.
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 cd $RPM_BUILD_ROOT/usr/lib/build/configs/
-%if 0%sles_version
+%if 0%{?sles_version}
  ln -s sles%{sles_version}.conf default.conf
 %else
-%if 0%suse_version
+%if 0%{?suse_version}
  V=%suse_version
  ln -s sl${V:0:2}.${V:2:1}.conf default.conf
 %endif