update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=154
This commit is contained in:
parent
adbbe3eed0
commit
1c29de41e7
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2011.10.25</param>
|
||||
<param name="version">2012.02.13</param>
|
||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package build-initvm
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -16,19 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: build-initvm
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
AutoReqProv: on
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
Version: 2011.10.25
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.02.13
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: off
|
||||
Requires: build
|
||||
BuildRequires: gcc glibc-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
%if 0%{?suse_version} > 1200
|
||||
BuildRequires: glibc-devel-static
|
||||
%endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package build-mkbaselibs-sle
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,15 +15,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: build-mkbaselibs-sle
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
AutoReqProv: on
|
||||
Summary: Tools to generate base lib packages
|
||||
Version: 2011.10.25
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.02.13
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Provides: build-mkbaselibs
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 08:49:34 UTC 2012 - adrian@suse.de
|
||||
|
||||
- Support for openSUSE 12.2 (current factory)
|
||||
- Support for crossbuild via Hostarch directive
|
||||
- PPC KVM support
|
||||
- swap space gets taken into account for ulimits
|
||||
- Failure on not supported personality set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 14:40:05 UTC 2011 - adrian@suse.de
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 2011.10.25
|
||||
Version: 2012.02.13
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
17
build.spec
17
build.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package build
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,15 +15,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: build
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
AutoReqProv: on
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
Version: 2011.10.25
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.02.13
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
@ -66,9 +63,8 @@ chroot environment.
|
||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||
|
||||
%package mkbaselibs
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
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)
|
||||
|
||||
%description mkbaselibs
|
||||
@ -76,9 +72,8 @@ This package contains the parts which may be installed in the inner build system
|
||||
for generating base lib packages.
|
||||
|
||||
%package mkdrpms
|
||||
License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
Summary: Tools to generate delta rpms
|
||||
Group: Development/Tools/Building
|
||||
Requires: deltarpm
|
||||
# XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
|
||||
Requires: build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b51dbe1e85bdb7aa363886c91417d43c543351880f79e87586a614a0fb9329
|
||||
size 125148
|
3
obs-build-2012.02.13.tar.gz
Normal file
3
obs-build-2012.02.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b682f371d3d1cb62f8b07561d8250e7b3a8ca704ff23b9b7bbe5bdb4c946170e
|
||||
size 130331
|
Loading…
Reference in New Issue
Block a user