Accepting request 134103 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/134103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=67
This commit is contained in:
commit
4b75ada3f4
17
PKGBUILD
Normal file
17
PKGBUILD
Normal file
@ -0,0 +1,17 @@
|
||||
pkgname=build
|
||||
pkgver=2012.07.19
|
||||
pkgrel=1
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/openSUSE/obs-build"
|
||||
license=('GPL-2.0+' 'GPL-2.0')
|
||||
groups=('base-devel')
|
||||
depends=('perl')
|
||||
source=(obs-build-${pkgver}.tar.gz)
|
||||
md5sums=('643d53f6327913eecf57fb6fa166db5e')
|
||||
|
||||
package() {
|
||||
msg "Installing build ..."
|
||||
cd "${srcdir}"/obs-build-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">2012.07.19</param>
|
||||
<param name="version">2012.08.24</param>
|
||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -20,7 +20,7 @@ Name: build-initvm
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.07.19
|
||||
Version: 2012.08.24
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -20,7 +20,7 @@ Name: build-mkbaselibs-sle
|
||||
Summary: Tools to generate base lib packages
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.07.19
|
||||
Version: 2012.08.24
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Provides: build-mkbaselibs
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 14:04:11 CEST 2012 - mls@suse.de
|
||||
|
||||
- update to current git
|
||||
* fixed arch PKGBUILD parsing
|
||||
* add .qcow2 file handling for kiwi
|
||||
* support root tar ball output format of kiwi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 08:56:05 UTC 2012 - adrian@suse.de
|
||||
|
||||
- update to current git
|
||||
* fixed cross build initialsation with chroot
|
||||
* ignore prereqs for subpacks to be built
|
||||
* more Arch Linux support
|
||||
* new --vmdisk-clean switch
|
||||
- add recommends to qemu-linux-user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 07:47:23 UTC 2012 - adrian@suse.de
|
||||
|
||||
|
@ -1,9 +1,12 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 2012.07.19
|
||||
Version: 2012.08.20
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
Standards-Version: 3.7.2
|
||||
Build-Depends: debhelper (>= 4)
|
||||
Build-Depends: debhelper (>= 7)
|
||||
VCS-Git: git://github.com/openSUSE/obs-build.git
|
||||
VCS-Browser: https://github.com/openSUSE/obs-build
|
||||
Homepage: https://build.opensuse.org/package/show?package=build&project=openSUSE%3ATools
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 2012.07.19
|
||||
Version: 2012.08.24
|
||||
Release: 0
|
||||
#!BuildIgnore: build-mkbaselibs
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
@ -45,6 +45,7 @@ Recommends: perl(Time::Zone)
|
||||
Recommends: perl(URI)
|
||||
Recommends: perl(XML::Parser)
|
||||
Recommends: bsdtar
|
||||
Recommends: qemu-linux-user
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||
@ -64,7 +65,6 @@ chroot environment.
|
||||
|
||||
%package mkbaselibs
|
||||
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
|
||||
@ -73,7 +73,6 @@ for generating base lib packages.
|
||||
|
||||
%package mkdrpms
|
||||
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,4 +1,24 @@
|
||||
build (2011.09.26-1) unstable; urgency=low
|
||||
build (2012.08.24-1) unstable; urgency=low
|
||||
|
||||
* update to current git
|
||||
- fixed arch PKGBUILD parsing
|
||||
- add .qcow2 file handling for kiwi
|
||||
- support root tar ball output format of kiwi
|
||||
|
||||
-- Michael Schroeder <mls@suse.de> Fri, 24 Aug 2012 14:06:31 +0200
|
||||
|
||||
build (2012.07.19-2) unstable; urgency=low
|
||||
|
||||
* fix version in debian.changelog
|
||||
* misc updates for debian/*
|
||||
- Use debhelper compat level 7 (lenny)
|
||||
- Add some informational headers to control
|
||||
- Simplify rules file by using dh
|
||||
- Convert copyright file to UTF-8
|
||||
|
||||
-- Frank Lichtenheld <flichtenheld@hawking-vb-opensuse> Tue, 24 Jul 2012 00:13:28 +0200
|
||||
|
||||
build (2012.07.19-1) unstable; urgency=low
|
||||
|
||||
* update 12.2 config to RC1 state
|
||||
* add 12.3 config to fix build for factory
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845
|
||||
size 1524
|
||||
oid sha256:f91fb16572adc921059cb857a6c4a6ebc6dded6c1a93762f0ae28c9123efb624
|
||||
size 1093
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed29a061584034c836b31f6336b7fa0d143d87d89dbf19513f36065e1fa67d2e
|
||||
size 131712
|
3
obs-build-2012.08.24.tar.gz
Normal file
3
obs-build-2012.08.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b19fec508ed6f878df191f4af2de29b066c9f462f2e4611dda7099a80e22301
|
||||
size 135765
|
Loading…
Reference in New Issue
Block a user