Accepting request 593183 from openSUSE:Tools
- 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 OBS-URL: https://build.opensuse.org/request/show/593183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=114
This commit is contained in:
commit
11233d4966
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20180209
|
pkgver=20180329
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
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
|
Fri Feb 9 15:17:38 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20180209
|
Version: 20180329
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
Name: build
|
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-or-later AND GPL-2.0-only
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20180209
|
Version: 20180329
|
||||||
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
|
||||||
@ -53,6 +53,7 @@ Recommends: perl(YAML)
|
|||||||
Recommends: perl(YAML::LibYAML)
|
Recommends: perl(YAML::LibYAML)
|
||||||
Recommends: bsdtar
|
Recommends: bsdtar
|
||||||
Recommends: qemu-linux-user
|
Recommends: qemu-linux-user
|
||||||
|
Recommends: /sbin/mkfs.ext3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
|
%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
|
* 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: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