Accepting request 35137 from openSUSE:Tools

checked in (request 35137)

OBS-URL: https://build.opensuse.org/request/show/35137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=81
This commit is contained in:
OBS User autobuild 2010-03-19 09:37:21 +00:00 committed by Git OBS Bridge
parent 0eccb3b116
commit ec343630df
5 changed files with 7 additions and 13 deletions

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

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

View File

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

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
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.10
Version: 2010.03.08
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.10
Version: 2010.03.08
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