Accepting request 114176: license update: GPL-2.0+ and GPL-2.0
See e.g. spec2changelog by Pascal Bleser. Also, there should be a copy of the GPL-2.0 license in the package (forwarded request 114174 from babelworx) Rev openSUSE:Factory/60 Md5 41017a59f1ed637e9376e216bd2aaf34 2012-04-18 10:33:57 coolo 114176
This commit is contained in:
commit
d1c6e0575b
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">2011.09.26</param>
|
<param name="version">2012.03.17</param>
|
||||||
<param name="url">git://gitorious.org/opensuse/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>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
8
baselibs.conf
Normal file
8
baselibs.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
arch i386 targets x86_64:i386
|
||||||
|
arch i586 targets x86_64:i586
|
||||||
|
build-initvm
|
||||||
|
targetname <name>-<targettype>
|
||||||
|
targettype i386 provides "build-initvm"
|
||||||
|
targettype i586 provides "build-initvm"
|
||||||
|
targettype i386 +/usr
|
||||||
|
targettype i586 +/usr
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94473d8ca028f2dc7640d2220290fb5d85315d78c6f55fccb7d7c0b5678c8f69
|
|
||||||
size 122310
|
|
12
build-initvm.changes
Normal file
12
build-initvm.changes
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 12:43:27 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- use new qemu-*-binfmt handler to run commands with correct $0
|
||||||
|
- fix build for Factory
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 21 07:02:52 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- initial package for new cross build support for OBS. Done by
|
||||||
|
James Perkins from LinuxFoundation
|
||||||
|
|
53
build-initvm.spec
Normal file
53
build-initvm.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
#
|
||||||
|
# spec file for package build-initvm
|
||||||
|
#
|
||||||
|
# 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
|
||||||
|
# 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: build-initvm
|
||||||
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
Version: 2012.03.17
|
||||||
|
Release: 0
|
||||||
|
Source: obs-build-%{version}.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
AutoReqProv: off
|
||||||
|
Requires: build
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
%if 0%{?suse_version} > 1200
|
||||||
|
BuildRequires: glibc-devel-static
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package provides a script for building RPMs for SUSE Linux in a
|
||||||
|
chroot or a secure virtualized environment.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n obs-build-%version
|
||||||
|
|
||||||
|
%build
|
||||||
|
make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT initvm-install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/lib/build/initvm
|
||||||
|
|
||||||
|
%changelog
|
@ -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,19 +15,16 @@
|
|||||||
# 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.09.26
|
License: GPL-2.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
Version: 2012.03.17
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Manual requires to avoid hard require to bash-static
|
# Manual requires to avoid hard require to bash-static
|
||||||
@ -40,7 +37,7 @@ for generating base lib packages.
|
|||||||
This is the SLE variant including IA64 binary generation.
|
This is the SLE variant including IA64 binary generation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n build-%{version}
|
%setup -q -n obs-build-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 17 13:54:12 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
- license update: GPL-2.0+ and GPL-2.0
|
||||||
|
See e.g. spec2changelog by Pascal Bleser. Also, there should be a copy of
|
||||||
|
the GPL-2.0 license in the package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 7 09:55:02 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- check_emulator needs to use $BUILD_DIR for initvm checks or obs
|
||||||
|
worker builds may break
|
||||||
|
- Introduce --vmdisk-mount-options
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 29 10:02:52 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- using xz compression for kiwi raw files
|
||||||
|
- progress counters during installing
|
||||||
|
- 12.2 config added
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- use github.com as git repo now
|
||||||
|
- fix build for rpmv5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 10 19:29:20 CEST 2011 - mls@suse.de
|
||||||
|
|
||||||
|
- add sles11sp2 build config and adapt autodetection [bnc#711770]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 12:43:27 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- use new qemu-*-binfmt handler to run commands with correct $0
|
||||||
|
- fix build for Factory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 20:33:59 UTC 2011 - adrian@suse.de
|
Mon Sep 26 20:33:59 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
@ -46,6 +93,13 @@ Wed Apr 27 12:34:17 UTC 2011 - adrian@suse.de
|
|||||||
|
|
||||||
- revert to single cpu build default for debian packages
|
- revert to single cpu build default for debian packages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 08:55:14 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- switch back to single process build for debian to be conform with
|
||||||
|
their policy
|
||||||
|
- use cpuid kvm64 on kvm for 64bit as workaround for a cpuid bug
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 29 14:59:28 UTC 2011 - lnussel@suse.de
|
Tue Mar 29 14:59:28 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
@ -54,26 +108,8 @@ Tue Mar 29 14:59:28 UTC 2011 - lnussel@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 1 15:35:21 UTC 2011 - adrian@suse.de
|
Tue Mar 1 15:35:21 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
- fix xen build support
|
- support new cross build initvm. Done by James Perkins from LinuxFoundation
|
||||||
|
- do not use loop device anymore when using block devices directly
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 28 09:02:32 UTC 2011 - adrian@suse.de
|
|
||||||
|
|
||||||
- do not use current git branch for stable build package in distributions
|
|
||||||
- require bsdtar for vm builds to ensure a safe build
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 15 14:05:09 CET 2010 - mls@suse.de
|
|
||||||
|
|
||||||
- also use -o when using bsdtar --chroot
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Dec 9 11:51:40 UTC 2010 - adrian@suse.de
|
|
||||||
|
|
||||||
- support bsdtar for setting up build enviroment
|
|
||||||
- make expanddeps use the highest version of a package if multiple
|
|
||||||
versions aver available in a repository [bnc#656599]
|
|
||||||
- support other file formats (esp. for .ZIP and .EXE export for crossbuild)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 11 12:24:13 UTC 2010 - adrian@suse.de
|
Thu Nov 11 12:24:13 UTC 2010 - adrian@suse.de
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2011.09.26
|
Version: 2012.03.17
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
31
build.spec
31
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,26 +15,23 @@
|
|||||||
# 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.09.26
|
License: GPL-2.0+ and GPL-2.0
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
Version: 2012.03.17
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Manual requires to avoid hard require to bash-static
|
# Manual requires to avoid hard require to bash-static
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
# Keep the following dependencies in sync with obs-worker package
|
# Keep the following dependencies in sync with obs-worker package
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Requires: perl
|
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
|
Requires: perl
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Conflicts: bsdtar < 2.5.5
|
Conflicts: bsdtar < 2.5.5
|
||||||
%if 0%{?suse_version} > 1000
|
%if 0%{?suse_version} > 1000
|
||||||
@ -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
|
||||||
@ -90,21 +85,21 @@ for generating delta rpm packages.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n obs-build-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
|
||||||
%if 0%{?suse_version}
|
|
||||||
%if 0%{?sles_version}
|
|
||||||
ln -s sles%{sles_version}.conf default.conf
|
|
||||||
%if 0%{?sles_version} < 12
|
%if 0%{?sles_version} < 12
|
||||||
# use sle variation with IA64 compat package generation
|
# use sle variation with IA64 compat package generation
|
||||||
install -m 0644 baselibs_global-sle.conf \
|
install -m 0644 baselibs_global-sle.conf \
|
||||||
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
$RPM_BUILD_ROOT/usr/lib/build/baselibs_global.conf
|
||||||
%endif
|
%endif
|
||||||
|
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
%if 0%{?sles_version}
|
||||||
|
ln -s sles%{sles_version}.conf default.conf
|
||||||
%else
|
%else
|
||||||
V=%suse_version
|
V=%suse_version
|
||||||
ln -s sl${V:0:2}.${V:2:1}.conf default.conf
|
ln -s sl${V:0:2}.${V:2:1}.conf default.conf
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
build (2011.10.10-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Update to current git trunk
|
||||||
|
- add sles11sp2 build config and adapt autodetection
|
||||||
|
|
||||||
|
-- Michael Schroeder <mls@suse.de> Mon, 10 Oct 2011 19:30:22 +0200
|
||||||
|
|
||||||
build (2011.09.26-1) unstable; urgency=low
|
build (2011.09.26-1) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
|
3
obs-build-2012.03.17.tar.gz
Normal file
3
obs-build-2012.03.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53563bdc4bdd108a6db46e83d9947a3ebd808a64823ae826f5851debec174ec9
|
||||||
|
size 133911
|
Loading…
Reference in New Issue
Block a user