update
Rev openSUSE:Tools/154 Md5 7ff295ca02ef2413500487e4ebea8680 2012-02-13 08:51:45 adrianSuSE None
This commit is contained in:
parent
eea07eeb4a
commit
9c0df80d6d
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">2011.10.25</param>
|
<param name="version">2012.02.13</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>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build-initvm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,19 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: build-initvm
|
Name: build-initvm
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
AutoReqProv: on
|
|
||||||
Summary: A Script to Build SUSE Linux RPMs
|
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
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
Requires: build
|
Requires: build
|
||||||
BuildRequires: gcc glibc-devel
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
%if 0%{?suse_version} > 1200
|
%if 0%{?suse_version} > 1200
|
||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build-mkbaselibs-sle
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,15 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: build-mkbaselibs-sle
|
Name: build-mkbaselibs-sle
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
AutoReqProv: on
|
|
||||||
Summary: Tools to generate base lib packages
|
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
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: 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
|
Tue Oct 25 14:40:05 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2011.10.25
|
Version: 2012.02.13
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
17
build.spec
17
build.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package build
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,15 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: build
|
Name: build
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
AutoReqProv: on
|
|
||||||
Summary: A Script to Build SUSE Linux RPMs
|
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
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
@ -66,9 +63,8 @@ chroot environment.
|
|||||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||||
|
|
||||||
%package mkbaselibs
|
%package mkbaselibs
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
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
|
||||||
@ -76,9 +72,8 @@ This package contains the parts which may be installed in the inner build system
|
|||||||
for generating base lib packages.
|
for generating base lib packages.
|
||||||
|
|
||||||
%package mkdrpms
|
%package mkdrpms
|
||||||
License: GPLv2+
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
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: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