forked from pool/build
update
Rev openSUSE:Tools/290 Md5 1aed36868b688937fe163ef9426e5294 2016-10-25 15:55:26 adrianSuSE None
This commit is contained in:
parent
95c134964c
commit
4302b29d0a
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
|
||||
|
@ -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 +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