Accepting request 37997 from openSUSE:Tools:Unstable

Copy from openSUSE:Tools:Unstable/build via accept of submit request 37997 revision 28.
Request was accepted with message:
thank you

OBS-URL: https://build.opensuse.org/request/show/37997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=82
This commit is contained in:
Adrian Schröter 2010-04-15 15:55:11 +00:00 committed by Git OBS Bridge
parent 7ddda00a63
commit a44ca0bbb9
5 changed files with 49 additions and 5 deletions

View File

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

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

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: build
Version: 2010.03.10
Version: 2010.04.15
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.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
@ -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