Accepting request 34518 from openSUSE:Tools:Unstable

Copy from openSUSE:Tools:Unstable/build via accept of submit request 34518 revision 16.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/34518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=80
This commit is contained in:
Adrian Schröter 2010-03-10 15:12:24 +00:00 committed by Git OBS Bridge
parent fb479a9925
commit 7743f38161
5 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:398c6cb2414a79a72677235e11736063b09cbf25b11c792a1fe3fd0de6df52fd
size 100257

3
build-2010.03.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd453f04ffe9062b8cc182109e3d278ea9f6d7e61d9634a717f8452fd20e6de2
size 100529

View File

@ -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

View File

@ -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

View File

@ -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