diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 00000000..135ca4e0 --- /dev/null +++ b/PKGBUILD @@ -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 +} diff --git a/_service b/_service index 43953f74..109c394b 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 2012.07.19 + 2012.08.24 git://github.com/openSUSE/obs-build.git git diff --git a/build-initvm.spec b/build-initvm.spec index c6770684..7adac1e8 100644 --- a/build-initvm.spec +++ b/build-initvm.spec @@ -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 diff --git a/build-mkbaselibs-sle.spec b/build-mkbaselibs-sle.spec index 0d94c5dd..04b8d008 100644 --- a/build-mkbaselibs-sle.spec +++ b/build-mkbaselibs-sle.spec @@ -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 diff --git a/build.changes b/build.changes index 9a564e7a..748ba335 100644 --- a/build.changes +++ b/build.changes @@ -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 diff --git a/build.dsc b/build.dsc index 7425af48..5df12d34 100644 --- a/build.dsc +++ b/build.dsc @@ -1,9 +1,12 @@ Format: 1.0 Source: build -Version: 2012.07.19 +Version: 2012.08.20 Binary: build Maintainer: Adrian Schroeter 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 diff --git a/build.spec b/build.spec index 1adac3b9..52842948 100644 --- a/build.spec +++ b/build.spec @@ -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 diff --git a/debian.changelog b/debian.changelog index bcb5fb5c..8c7a9ae5 100644 --- a/debian.changelog +++ b/debian.changelog @@ -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 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 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 diff --git a/debian.tar.gz b/debian.tar.gz index 6ff99671..893f26ca 100644 --- a/debian.tar.gz +++ b/debian.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845 -size 1524 +oid sha256:f91fb16572adc921059cb857a6c4a6ebc6dded6c1a93762f0ae28c9123efb624 +size 1093 diff --git a/obs-build-2012.07.19.tar.gz b/obs-build-2012.07.19.tar.gz deleted file mode 100644 index 97c4b9bd..00000000 --- a/obs-build-2012.07.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed29a061584034c836b31f6336b7fa0d143d87d89dbf19513f36065e1fa67d2e -size 131712 diff --git a/obs-build-2012.08.24.tar.gz b/obs-build-2012.08.24.tar.gz new file mode 100644 index 00000000..3df4b33c --- /dev/null +++ b/obs-build-2012.08.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b19fec508ed6f878df191f4af2de29b066c9f462f2e4611dda7099a80e22301 +size 135765