From e57859dec5668c543db8ccf8705b5fc562358c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 2 Feb 2010 16:31:57 +0000 Subject: [PATCH] Accepting request 31349 from openSUSE:Tools:Unstable Copy from openSUSE:Tools:Unstable/build via accept of submit request 31349 revision 9. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/31349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=68 --- build-2009.09.23.tar.gz | 3 -- build-2010.02.02.tar.gz | 3 ++ build.changes | 74 +++++++++++++++++++++++++++++++++++++++++ build.dsc | 2 +- build.spec | 15 +++++---- debian.changelog | 7 ++++ debian.tar.gz | 3 -- ready | 0 8 files changed, 94 insertions(+), 13 deletions(-) delete mode 100644 build-2009.09.23.tar.gz create mode 100644 build-2010.02.02.tar.gz delete mode 100644 debian.tar.gz delete mode 100644 ready diff --git a/build-2009.09.23.tar.gz b/build-2009.09.23.tar.gz deleted file mode 100644 index 42173589..00000000 --- a/build-2009.09.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368a9d6cf094c17f3ee90eab96d4d7440da31da21aba43d5760a516eac7ca815 -size 85977 diff --git a/build-2010.02.02.tar.gz b/build-2010.02.02.tar.gz new file mode 100644 index 00000000..2c1167d2 --- /dev/null +++ b/build-2010.02.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f0f6e56ba525bc59e36e96211e13d5cea61ffdbcb7b414631ec0b60f7add1f +size 99375 diff --git a/build.changes b/build.changes index 19c28eab..f8ff95ca 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,77 @@ +------------------------------------------------------------------- +Tue Feb 2 10:29:04 UTC 2010 - adrian@suse.de + +- update to current git + * support kiwi 4.1 schema files + +------------------------------------------------------------------- +Tue Jan 19 14:57:22 UTC 2010 - adrian@suse.de + +- update to current git + * fixed missing --root parameter for substitutedeps call + +------------------------------------------------------------------- +Mon Jan 18 16:38:58 UTC 2010 - adrian@suse.de + +- update to current git + * create .sha256 files for kiwi image results + +------------------------------------------------------------------- +Wed Jan 13 15:21:28 UTC 2010 - adrian@suse.de + +- update to current git repo + * unbreaking kiwi builds again + +------------------------------------------------------------------- +Sun Jan 3 13:02:40 UTC 2010 - adrian@suse.de + +- update to current git repo, update to commit 549cf6c6e148b7f8c05c12ee06f3094cb67149f9 + * minor bugfixes + * sparc support fixes + +------------------------------------------------------------------- +Thu Dec 10 07:00:00 UTC 2009 - adrian@suse.de + +- switch to git repository, update to commit c8b33e430bfb40b80df43249279bd561d874d786 + * product building via abuild user + * prodoct building speedup + +------------------------------------------------------------------- +Fri Nov 27 09:44:56 UTC 2009 - adrian@suse.de + +- update to svn(r9279) + Debian packages get configured at install time again now. + But keeping additional configuration step afterwards for failed + configutions (due to dep cycles) + +------------------------------------------------------------------- +Fri Nov 27 09:11:15 UTC 2009 - adrian@suse.de + +- add requires to perl-TimeDate for changelog2spec app + +------------------------------------------------------------------- +Wed Nov 25 10:54:24 UTC 2009 - adrian@suse.de + +- update to svn(r9238) + * Debian chroot enviroments are running post installation scripts + now after all packages got installed, not after each installation + (partly fixes Ubuntu 9.10 setup) + +------------------------------------------------------------------- +Sat Nov 21 19:50:44 UTC 2009 - adrian@suse.de + +- update to current svn(r9154) + * add support for xz compressed rpms (Fedora 12) on platforms without xz support in + rpm. + * speed up install by disabling fsync in rpm config + +------------------------------------------------------------------- +Thu Nov 5 06:16:05 UTC 2009 - adrian@suse.de + +- update to current svn (r8506) + - product iso generation is done by kiwi now + - debs get generated via "make install" + ------------------------------------------------------------------- Wed Sep 23 12:01:05 CEST 2009 - mls@suse.de diff --git a/build.dsc b/build.dsc index a97e83c2..d1f5f5a8 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 2009.09.23 +Version: 2010.02.02 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 1f097e57..1fe7dba8 100644 --- a/build.spec +++ b/build.spec @@ -1,7 +1,7 @@ # -# spec file for package build (Version 2009.09.23) +# spec file for package build (Version 2010.01.13) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,11 @@ Name: build -License: GPL v2 or later +License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: A Script to Build SUSE Linux RPMs -Version: 2009.09.23 +Version: 2010.02.02 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") @@ -43,8 +43,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch # Manual requires to avoid hard require to bash-static AutoReqProv: off -Requires: /bin/bash -Requires: /usr/bin/perl +# Keep the following dependencies in sync with obs-worker package +Requires: bash +Requires: perl +Requires: perl-TimeDate +Requires: binutils %description This package provides a script for building RPMs for SUSE Linux in a diff --git a/debian.changelog b/debian.changelog index eb58e86a..c5ac67c4 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,10 @@ +build (2010.02.02-1) unstable; urgency=low + + * Update to current git trunk + - Support new kiwi 4.1 schema files + + -- Adrian Schroeter Tue, 02 Feb 2010 10:03:54 +0200 + build (2009.09.23-1) unstable; urgency=low * Update to current svn trunk diff --git a/debian.tar.gz b/debian.tar.gz deleted file mode 100644 index 3ccd12d8..00000000 --- a/debian.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39955bdd3da1f62d4027a2fff2feb12121ebcde2b67898c3f2eb512f9581213f -size 1782 diff --git a/ready b/ready deleted file mode 100644 index e69de29b..00000000