forked from pool/build
update
Rev openSUSE:Tools/352 Md5 fc9d73a77a26a76fc675dc988d997683 2018-04-03 11:35:54 adrianSuSE None
This commit is contained in:
parent
5b7c0af715
commit
4abcb91cab
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20180209
|
||||
pkgver=20180329
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 11:30:47 UTC 2018 - adrian@suse.de
|
||||
|
||||
- KIWI: Support OBS-Profiles kiwi annotation
|
||||
kiwi profile filtering
|
||||
- Switch to a little perl http server to get rid of the python2 dependency
|
||||
- Avoid Ubuntu 18.04 uncompress failure messages
|
||||
- Don't rely on AppImage's auto-detection for architecture
|
||||
- build-recipe-livebuild: count ONIE images as build results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 15:17:38 UTC 2018 - adrian@suse.de
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20180209
|
||||
Version: 20180329
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -20,9 +20,9 @@
|
||||
|
||||
Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
License: GPL-2.0-or-later AND GPL-2.0-only
|
||||
Group: Development/Tools/Building
|
||||
Version: 20180209
|
||||
Version: 20180329
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -53,6 +53,7 @@ Recommends: perl(YAML)
|
||||
Recommends: perl(YAML::LibYAML)
|
||||
Recommends: bsdtar
|
||||
Recommends: qemu-linux-user
|
||||
Recommends: /sbin/mkfs.ext3
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20180209) unstable; urgency=low
|
||||
build (20180329) unstable; urgency=low
|
||||
|
||||
* Update to current git trunk
|
||||
- add sles11sp2 build config and adapt autodetection
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d017767bc499ceea18458016baf4506cfff8b408d2518cc1e4c8786b9810363c
|
||||
size 322116
|
3
obs-build-20180329.tar.gz
Normal file
3
obs-build-20180329.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f333aebba43f31803155779e2a5d112882769d4e05b63a3cf29fc6c52fb535d6
|
||||
size 297319
|
Loading…
Reference in New Issue
Block a user