forked from pool/build
- Support getting the container tags from the Dockerfile
- Put the disturl in the .buildenv file - Support rpm-buildroot-override buildflag - Support kvm builds on Debian - Support with/without/unless rich deps - Added obs-docker-support script for docker images - Initial SLE 15 config Rev openSUSE:Tools/332 Md5 e936ab0d659e4d2209970143e4899e22 2017-10-23 15:05:44 coolo None
This commit is contained in:
parent
37d85a34e3
commit
305f1e05a3
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20171012
|
pkgver=20171023
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -20,7 +20,7 @@ Name: build-mkbaselibs-sle
|
|||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20171012
|
Version: 20171023
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
|
@ -3,6 +3,17 @@ Thu Oct 12 16:00:09 UTC 2017 - adrian@suse.de
|
|||||||
|
|
||||||
- proper fix for for liblua, for factory and leap 15.0
|
- proper fix for for liblua, for factory and leap 15.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 08:55:08 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- Support getting the container tags from the Dockerfile
|
||||||
|
- Put the disturl in the .buildenv file
|
||||||
|
- Support rpm-buildroot-override buildflag
|
||||||
|
- Support kvm builds on Debian
|
||||||
|
- Support with/without/unless rich deps
|
||||||
|
- Added obs-docker-support script for docker images
|
||||||
|
- Initial SLE 15 config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 2 14:59:15 UTC 2017 - lnussel@suse.de
|
Wed Aug 2 14:59:15 UTC 2017 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20171012-0
|
Version: 20171023
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -22,7 +22,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: 20171012
|
Version: 20171023
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: obs-build-%{version}.tar.gz
|
Source: obs-build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20171012-0) unstable; urgency=low
|
build (20171023) unstable; urgency=low
|
||||||
|
|
||||||
* Update to current git trunk
|
* Update to current git trunk
|
||||||
- add sles11sp2 build config and adapt autodetection
|
- add sles11sp2 build config and adapt autodetection
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54c51411f8daa8e13b643aab4a25d322e215ba05b46ce7acd46f7f23bb628253
|
|
||||||
size 306914
|
|
3
obs-build-20171023.tar.gz
Normal file
3
obs-build-20171023.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce082fa1bfbd0ec52837c7b9fe49a7392bdb32a5dd44e84d32c4b56cc41da724
|
||||||
|
size 288179
|
Loading…
Reference in New Issue
Block a user