Copy from openSUSE:Tools:Unstable/build via accept of submit request 37997 revision 28.

Request was accepted with message:
thank you


Rev openSUSE:Tools/82 Md5 1a914c961187847ee02853a30de1593d 2010-04-15 15:55:11 adrianSuSE 37997
This commit is contained in:
OBS User adrianSuSE 2010-04-15 15:55:11 +00:00 committed by Git OBS Bridge
parent 35a224883a
commit e068a03142
5 changed files with 58 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Apr 15 14:04:56 UTC 2010 - adrian@suse.de
- split out -mkbaselibs package to avoid build dependency problems
on perl version updates in future.
- update to current git
* added armv6el to emulator archs by Jan-Simon.
* fixing a logic error in arch= attribute handling for kiwi
-------------------------------------------------------------------
Fri Apr 9 07:58:24 UTC 2010 - adrian@suse.de
- update to current git
* Support for remote yum repos by yi.y.yang@intel.com
* fixed kiwi file parsing for arch= attributes
-------------------------------------------------------------------
Wed Mar 31 15:00:48 UTC 2010 - adrian@suse.de
- update to current git
* kvm autosetup enhancements
* multiple bugfixes and refactoring
-------------------------------------------------------------------
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.04.15
Binary: build
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all

View File

@ -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.04.15
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")
@ -55,6 +55,18 @@ This package provides a script for building RPMs for SUSE Linux in a
chroot environment.
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
Requires: build-mkbaselibs
%package mkbaselibs
Group: Development/Tools/Building
Summary: Tools to generate base lib packages
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
%description mkbaselibs
This package contains the parts which may be installed in the inner build system
for generating base lib packages.
%endif
%prep
%setup -q
@ -64,10 +76,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
@ -82,4 +94,13 @@ cd $RPM_BUILD_ROOT/usr/lib/build/configs/
/usr/lib/build
%{_mandir}/man1/build.1*
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
%exclude /usr/lib/build/mkbaselibs
%files mkbaselibs
%defattr(-,root,root)
%dir /usr/lib/build
/usr/lib/build/mkbaselibs
%endif
%changelog