From b3f2edaf0b2543521e9a8347e57f3e15ff183705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 15 Oct 2013 09:41:35 +0000 Subject: [PATCH 1/3] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=220 --- PKGBUILD | 4 ++-- build.changes | 17 +++++++++++++++++ build.dsc | 2 +- build.spec | 2 +- obs-build-20130517.tar.gz | 3 --- obs-build-20131014.tar.gz | 3 +++ 6 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 obs-build-20130517.tar.gz create mode 100644 obs-build-20131014.tar.gz diff --git a/PKGBUILD b/PKGBUILD index e8e82fb7..78eb165b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20130517 +pkgver=20131014 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('perl') source=(obs-build-${pkgver}.tar.gz) -md5sums=('3c25d0531aec60b2b984138a566799f8') +md5sums=('55ee3612447ff0843de3bcf3f0e188b2') package() { msg "Installing build ..." diff --git a/build.changes b/build.changes index d8bd68d8..96ce9989 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 15 09:37:05 UTC 2013 - adrian@suse.de + +- update openSUSE 13.1 build configuration +- add support for m86k +- add support for Tizen changelog date format +- export .packages, .verified and .ova files for kiwi +- initvm code cleanup +- Do not specify compression format for Arch packages when extracting +- export kiwi-image:$type for kiwi files with schemaversion 5.6 or newer +- mount tmpfs on $BUILD_ROOT/dev/shm +- Create devices nodes if udev is not running +- more arm architectures +- make version '0' a valid version +- fix the call to lintian, lintian gets a dsc file as input +- adding generic parameter to hand over kiwi parameters + ------------------------------------------------------------------- Fri Aug 2 20:35:02 UTC 2013 - dvlaeev@suse.com diff --git a/build.dsc b/build.dsc index 959bf1c5..b4bc8ba0 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20130517 +Version: 20131014 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 0f904141..b9a8bce1 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: 20130517 +Version: 20131014 Release: 0 #!BuildIgnore: build-mkbaselibs Source: obs-build-%{version}.tar.gz diff --git a/obs-build-20130517.tar.gz b/obs-build-20130517.tar.gz deleted file mode 100644 index 70b22849..00000000 --- a/obs-build-20130517.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:684e0667da050609fc8b1eab1e0130bd800ee1daa46f4c33a98a58cf8131356c -size 153859 diff --git a/obs-build-20131014.tar.gz b/obs-build-20131014.tar.gz new file mode 100644 index 00000000..5b21b99f --- /dev/null +++ b/obs-build-20131014.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5ef4bfcb34d61d797f1826a8eeac4613f9cbb0db2938f0179ff79e80a22e9 +size 154952 From d15c59a32369ce94da1b21f3fbcdfd78c4ceff23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 15 Oct 2013 09:48:11 +0000 Subject: [PATCH 2/3] add factory config OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=221 --- PKGBUILD | 4 ++-- build.dsc | 2 +- build.spec | 2 +- obs-build-20131014.tar.gz | 3 --- obs-build-20131015.tar.gz | 3 +++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 obs-build-20131014.tar.gz create mode 100644 obs-build-20131015.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 78eb165b..4a536230 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20131014 +pkgver=20131015 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') @@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') depends=('perl') source=(obs-build-${pkgver}.tar.gz) -md5sums=('55ee3612447ff0843de3bcf3f0e188b2') +md5sums=('b0c023cc1613e14e84934e0f395b3dd0') package() { msg "Installing build ..." diff --git a/build.dsc b/build.dsc index b4bc8ba0..4ade289d 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20131014 +Version: 20131015 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index b9a8bce1..8aaaee93 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: 20131014 +Version: 20131015 Release: 0 #!BuildIgnore: build-mkbaselibs Source: obs-build-%{version}.tar.gz diff --git a/obs-build-20131014.tar.gz b/obs-build-20131014.tar.gz deleted file mode 100644 index 5b21b99f..00000000 --- a/obs-build-20131014.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7d5ef4bfcb34d61d797f1826a8eeac4613f9cbb0db2938f0179ff79e80a22e9 -size 154952 diff --git a/obs-build-20131015.tar.gz b/obs-build-20131015.tar.gz new file mode 100644 index 00000000..aa9c9d32 --- /dev/null +++ b/obs-build-20131015.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa0506a8b7f55fa3136ddbf45ac963ab7e56140cb3b33bc50ebf91ec497e5f2 +size 155183 From ba56748b0f08c1175d42142a64e70346688ebfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 15 Oct 2013 09:48:39 +0000 Subject: [PATCH 3/3] add note OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=222 --- build.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/build.changes b/build.changes index 96ce9989..38223f0d 100644 --- a/build.changes +++ b/build.changes @@ -2,6 +2,7 @@ Tue Oct 15 09:37:05 UTC 2013 - adrian@suse.de - update openSUSE 13.1 build configuration +- add openSUSE 13.2 build configuration - add support for m86k - add support for Tizen changelog date format - export .packages, .verified and .ova files for kiwi