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
This commit is contained in:
parent
c01d0caa77
commit
823b0a78a4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:368a9d6cf094c17f3ee90eab96d4d7440da31da21aba43d5760a516eac7ca815
|
||||
size 85977
|
3
build-2010.02.02.tar.gz
Normal file
3
build-2010.02.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f0f6e56ba525bc59e36e96211e13d5cea61ffdbcb7b414631ec0b60f7add1f
|
||||
size 99375
|
@ -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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 2009.09.23
|
||||
Version: 2010.02.02
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
15
build.spec
15
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
|
||||
|
@ -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 <adrian@suse.de> Tue, 02 Feb 2010 10:03:54 +0200
|
||||
|
||||
build (2009.09.23-1) unstable; urgency=low
|
||||
|
||||
* Update to current svn trunk
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39955bdd3da1f62d4027a2fff2feb12121ebcde2b67898c3f2eb512f9581213f
|
||||
size 1782
|
Loading…
Reference in New Issue
Block a user