Accepting request 135697: - update to current git (03587016a7eca7788f404820642a2b5a1556aa0b)
Adrian Schröter (1): - use default MEMSIZE in check_for_ppc Anas Nashif (2): pass --use-system-qemu option to init_buildsystem Support https repositories Frank Lichtenheld (1): init_buildsystem: fail early on reorder failure Martin Koegler (4): Diff can't handle empty files Refactor diff generation Handle overriden files already present in the orig.tar.gz correctly in debtransform Correct version number of binaries, if necessary Michael Schroeder (3): - don't add self-provides for src packages - support binary rpms with fo SOURCERPM header element - drop '-o' bsdtar flag when unpacking preinstall images Werner Fink (1): Make init_buildsystem able to use the features of newer rpm Rev openSUSE:Factory/68 Md5 775cf1cf280cbce8e9eea2759212a207 2012-09-25 07:29:36 coolo 135697
This commit is contained in:
commit
3444c66420
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">2012.08.24</param>
|
<param name="version">2012.09.24</param>
|
||||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -20,7 +20,7 @@ Name: build-initvm
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 2012.08.24
|
Version: 2012.09.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -20,7 +20,7 @@ Name: build-mkbaselibs-sle
|
|||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 2012.08.24
|
Version: 2012.09.24
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 15:47:27 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- update to current git (03587016a7eca7788f404820642a2b5a1556aa0b)
|
||||||
|
|
||||||
|
Adrian Schröter (1):
|
||||||
|
- use default MEMSIZE in check_for_ppc
|
||||||
|
|
||||||
|
Anas Nashif (2):
|
||||||
|
pass --use-system-qemu option to init_buildsystem
|
||||||
|
Support https repositories
|
||||||
|
|
||||||
|
Frank Lichtenheld (1):
|
||||||
|
init_buildsystem: fail early on reorder failure
|
||||||
|
|
||||||
|
Martin Koegler (4):
|
||||||
|
Diff can't handle empty files
|
||||||
|
Refactor diff generation
|
||||||
|
Handle overriden files already present in the orig.tar.gz correctly in debtransform
|
||||||
|
Correct version number of binaries, if necessary
|
||||||
|
|
||||||
|
Michael Schroeder (3):
|
||||||
|
- don't add self-provides for src packages
|
||||||
|
- support binary rpms with fo SOURCERPM header element
|
||||||
|
- drop '-o' bsdtar flag when unpacking preinstall images
|
||||||
|
|
||||||
|
Werner Fink (1):
|
||||||
|
Make init_buildsystem able to use the features of newer rpm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 24 14:04:11 CEST 2012 - mls@suse.de
|
Fri Aug 24 14:04:11 CEST 2012 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2012.08.20
|
Version: 2012.09.24
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -20,7 +20,7 @@ Name: build
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0+ and GPL-2.0
|
License: GPL-2.0+ and GPL-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 2012.08.24
|
Version: 2012.09.24
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
@ -65,6 +65,7 @@ chroot environment.
|
|||||||
|
|
||||||
%package mkbaselibs
|
%package mkbaselibs
|
||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
|
Group: Development/Tools/Building
|
||||||
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
|
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
|
||||||
|
|
||||||
%description mkbaselibs
|
%description mkbaselibs
|
||||||
@ -73,6 +74,7 @@ for generating base lib packages.
|
|||||||
|
|
||||||
%package mkdrpms
|
%package mkdrpms
|
||||||
Summary: Tools to generate delta rpms
|
Summary: Tools to generate delta rpms
|
||||||
|
Group: Development/Tools/Building
|
||||||
Requires: deltarpm
|
Requires: deltarpm
|
||||||
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
|
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
|
||||||
Requires: build
|
Requires: build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b19fec508ed6f878df191f4af2de29b066c9f462f2e4611dda7099a80e22301
|
|
||||||
size 135765
|
|
3
obs-build-2012.09.24.tar.gz
Normal file
3
obs-build-2012.09.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03cadd808a9ae61a1b3c580b28bf7c837ae6e46f064c6451020326370c062c07
|
||||||
|
size 155485
|
Loading…
Reference in New Issue
Block a user