forked from pool/build
Accepting request 203381: fixed 13.1 config and added a 13.2 one to fix build
Rev openSUSE:Factory/80 Md5 f2aa71a37c8fde6c2dc8ff8bf638723b 2013-10-17 12:50:52 scarabeus_factory 203381
This commit is contained in:
commit
8a27c3a99b
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20130517
|
pkgver=20131015
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -8,7 +8,7 @@ license=('GPL-2.0+' 'GPL-2.0')
|
|||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
depends=('perl')
|
depends=('perl')
|
||||||
source=(obs-build-${pkgver}.tar.gz)
|
source=(obs-build-${pkgver}.tar.gz)
|
||||||
md5sums=('3c25d0531aec60b2b984138a566799f8')
|
md5sums=('b0c023cc1613e14e84934e0f395b3dd0')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
msg "Installing build ..."
|
msg "Installing build ..."
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
- 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
|
Fri Aug 2 20:35:02 UTC 2013 - dvlaeev@suse.com
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20130517
|
Version: 20131015
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -20,7 +20,7 @@ Name: build
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0+ and GPL-2.0
|
License: GPL-2.0+ and GPL-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20130517
|
Version: 20131015
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:684e0667da050609fc8b1eab1e0130bd800ee1daa46f4c33a98a58cf8131356c
|
|
||||||
size 153859
|
|
3
obs-build-20131015.tar.gz
Normal file
3
obs-build-20131015.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffa0506a8b7f55fa3136ddbf45ac963ab7e56140cb3b33bc50ebf91ec497e5f2
|
||||||
|
size 155183
|
Loading…
Reference in New Issue
Block a user