Rev openSUSE:Tools/2 Md5 c351c9bec0111a495916f9053846f652 2008-10-05 15:44:11 adrianSuSE None

This commit is contained in:
OBS User adrianSuSE 2008-10-05 15:44:11 +00:00 committed by Git OBS Bridge
parent 59242b2cb8
commit 444f72a50b
7 changed files with 162 additions and 9 deletions

View File

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

3
build-2008.09.30.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 11 16:15:23 CEST 2008 - adrian@suse.de
Update from current svn trunk:
- Improved XEN support (XEN call only once per build)
- Add post build check hooks
- rpmlint support
- added kvm support
- refactored code in various places
-------------------------------------------------------------------
Tue Jun 3 17:53:22 CEST 2008 - mls@suse.de

9
build.dsc Normal file
View File

@ -0,0 +1,9 @@
Format: 1.0
Source: build
Version: 2007.09.14-1
Binary: build
Maintainer: Rene Engelhard <rengelhard@suse.de>
Architecture: all
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4)

View File

@ -1,10 +1,17 @@
#
# spec file for package build (Version 2008.06.03)
# spec file for package build (Version 2008.08.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -16,9 +23,9 @@ License: GPL v2 or later
Group: Development/Tools/Building
AutoReqProv: on
Summary: A Script to Build SUSE Linux RPMs
Version: 2008.06.03
Version: 2008.09.30
Release: 1
Source: build-%{version}.tar.gz
Source: build-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -31,8 +38,9 @@ chroot environment.
%prep
%setup
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib/build,lib/build/configs,lib/build/Build,share/man/man1}
cp -a unrpm $RPM_BUILD_ROOT/usr/bin
cp -a Build.pm build createrpmdeps order getbinaryid expanddeps extractbuild getmacros getoptflags init_buildsystem substitutedeps $RPM_BUILD_ROOT/usr/lib/build/
@ -52,6 +60,13 @@ ln -s /usr/lib/build/build $RPM_BUILD_ROOT/usr/bin/build
%{_mandir}/man1/build.1.*
%changelog
* Mon Aug 11 2008 adrian@suse.de
Update from current svn trunk:
- Improved XEN support (XEN call only once per build)
- Add post build check hooks
- rpmlint support
- added kvm support
- refactored code in various places
* Tue Jun 03 2008 mls@suse.de
- fix debtransform bug [bnc#396766]
* Thu May 29 2008 mls@suse.de

116
debian.changelog Normal file
View File

@ -0,0 +1,116 @@
build (2007.09.14-1) unstable; urgency=low
* update to 2173:
- add sl10.3 config [#310089]
- also look for BuildRequires in subpackage definitions [#305568]
- allow removal of more config parameters
-- Michael Schroeder <mls@suse.de> Fri, 14 Sep 2007 18:27:13 +0200
build (2007.08.02-1) unstable; urgency=low
* update to 1902:
- support 'order' config option
- support 'patterntype' config option
- new setdeps() method
- support for flexible query options
- support 'description' query
- fix bug in changelog2spec time cutoff
- make debtransform understand Debtransform-Tar/Debtransform-Files-Tar/
Debtransform-Series
- fix bug in substitutedeps
-- Michael Schroeder <mls@suse.de> Thu, 2 Aug 2007 15:58:48 +0200
build (2007.06.13-1) unstable; urgency=low
* update to 1727:
- implement rpm installation order calculation in perl
- make substitute code modify requires, too
- add filelist query support
- add prereq parsing support
- speed up version comparison a bit
-- Michael Schroeder <mls@suse.de> Wed, 13 Jun 2007 17:18:17 +0100
build (2007.05.10-1) unstable; urgency=low
* update to 1653:
- add _vendor to configs
- fix deban dependency compare
- allow not operator in configs
- fix build from source rpms
-- Michael Schroeder <mls@suse.de> Thu, 10 May 2007 20:02:29 +0100
build (2007.04.12-1) unstable; urgency=low
* update to 1575:
- add --root to rpm call in rpm to work around a bug in rpm [#255720]
-- Michael Schroeder <mls@suse.de> Thu, 12 Apr 2007 16:22:51 +0100
build (2007.04.05-1) unstable; urgency=low
* update to 1561:
- support architecture dependand requires in dsc files
- support "global" definitions for rpm
- support vminstall config option
-- Michael Schroeder <mls@suse.de> Thu, 5 Apr 2007 16:01:51 +0100
build (2007.03.12-1) unstable; urgency=low
* update to r1419:
- fix buildroot in debtransform call
- obey version numbers when expanding
-- Michael Schroeder <mls@suse.de> Mon, 12 Mar 2007 15:42:48 +0100
build (2007.03.02-1) unstable; urgency=low
* update
- transform suse changes file to rpm specfile format
- improved debian support
-- Michael Schroeder <mls@suse.de> Fri, 2 Mar 2007 21:22:41 +0100
build (2007.01.26-1) unstable; urgency=low
* update to r1114
- re-add the lost unrpm script
- make exclarch an array
- remount root rw in xen case, needed if root is not reiserfs
- add repotype/runscripts options
- remove devs in sl10.1/10.2
- fix boolean test to make "00" false like rpm does
- add rpm_verscmp for version comparison
- runscripts
- macro blocks
- read_config_dist
- useful xen exit status
- add --kill
- update 10.2 config
- extend spec/dsc parser
- fixed two bugs in the specfile parser
-- Peter Poeml <poeml@suse.de> Fri, 26 Jan 2007 14:15:22 +0100
build (2006.10.5-1) unstable; urgency=low
* update for fixed XEN build
-- Michael Schroeder <mls@suse.de> Thu, 5 Oct 2006 10:58:42 +0200
build (2006.8.10-1) unstable; urgency=low
* update for fixed XEN build and proc mounting
-- Adrian Schroeter <adrian@suse.de> Thu, 10 Aug 2006 12:01:08 +0200
build (2006.6.14-1) unstable; urgency=low
* Initial release based on build-2006.6.14-5.1.src.rpm
-- Rene Engelhard <rengelhard@suse.de> Thu, 22 Jun 2006 12:01:08 +0200

3
debian.tar.gz Normal file
View File

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