forked from pool/build
Accepting request 437305: build failure is expected by Dimstar, don't decline it ;)
Rev openSUSE:Factory/100 Md5 aad561bc6ce6b53a97906c73062eeaa1 2016-10-26 11:25:54 dimstar_suse 437305
This commit is contained in:
commit
ec2a71d35c
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20160809
|
||||
pkgver=20161025
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 15:51:17 UTC 2016 - adrian@suse.com
|
||||
|
||||
- Add clang binaries to ccache symlinking
|
||||
- Fix a probable tabs to spaces bug
|
||||
- Kiwi: allow to specify ExclusiveArch and ExcludeArch
|
||||
- build-vm-kvm: use virtio-rng-device also on aarch64
|
||||
- Add support for LXC as libvirt driver
|
||||
- support multiple image builds for multiple profiles
|
||||
- Add optional whitelisting for allowed buildroots and parameters
|
||||
- build-vm-xen: use xvd devices for disks and hvc0 for console for recent xen
|
||||
- build-vm-kvm: fix vm_enable_console also for kvm_serial_console case
|
||||
- sl13.3.conf: Prepare for bash 4.4, using libreadline7
|
||||
- Add and clarify licenses
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 11:51:43 UTC 2016 - lnussel@suse.de
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20160809
|
||||
Version: 20161025
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -18,13 +18,13 @@
|
||||
# needsbinariesforbuild
|
||||
|
||||
|
||||
%define version_unconverted 20160809
|
||||
%define version_unconverted 20161025
|
||||
|
||||
Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 20160809
|
||||
Version: 20161025
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -79,8 +79,8 @@ chroot environment.
|
||||
|
||||
%package mkbaselibs
|
||||
Summary: Tools to generate base lib packages
|
||||
Group: Development/Tools/Building
|
||||
# NOTE: this package must not have dependencies which may break boot strapping (eg. perl modules)
|
||||
Group: Development/Tools/Building
|
||||
|
||||
%description mkbaselibs
|
||||
This package contains the parts which may be installed in the inner build system
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20160809) unstable; urgency=low
|
||||
build (20161025) unstable; urgency=low
|
||||
|
||||
* Update to current git trunk
|
||||
- add sles11sp2 build config and adapt autodetection
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845
|
||||
size 1524
|
||||
oid sha256:e34c026a23793c9a7a29d142eac1c2dc1f29d268204ebc1493cd991a15f6a518
|
||||
size 1832
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:964ed2da8a9eb4ea7d66116e7e0e50cd3669d5243dcbd5534486bc57a9e9bed2
|
||||
size 243190
|
3
obs-build-20161025.tar.gz
Normal file
3
obs-build-20161025.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a0240ef94f2b8ac06a03f9b9add24acd722ce4166895762d5b8a1404eae3935
|
||||
size 245660
|
Loading…
Reference in New Issue
Block a user