forked from pool/build
go
Rev openSUSE:Tools/302 Md5 45e0ef2ae09f3bad38e7ba53aba8ed66 2017-03-17 13:00:21 adrianSuSE None
This commit is contained in:
parent
d4f1261c01
commit
33254fcef9
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20170209
|
||||
pkgver=20170317
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 12:57:03 UTC 2017 - adrian@suse.de
|
||||
|
||||
- fix usage of the right service generated files.
|
||||
- debootstrap: Also mount sysfs
|
||||
- Fileprovides should only match package names, not provides
|
||||
- avoid export of build results of sym links pointing to external files
|
||||
- support build of different flavors via multibuild
|
||||
- experimental AppImage build support
|
||||
- reworked openstack support (still experimental)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 13:15:55 UTC 2017 - adrian@suse.de
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20170209
|
||||
Version: 20170317
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -18,13 +18,13 @@
|
||||
# needsbinariesforbuild
|
||||
|
||||
|
||||
%define version_unconverted 20170209
|
||||
%define version_unconverted 20170317
|
||||
|
||||
Name: build
|
||||
Summary: A Script to Build SUSE Linux RPMs
|
||||
License: GPL-2.0+ and GPL-2.0
|
||||
Group: Development/Tools/Building
|
||||
Version: 20170209
|
||||
Version: 20170317
|
||||
Release: 0
|
||||
Source: obs-build-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,4 +1,4 @@
|
||||
build (20170209) unstable; urgency=low
|
||||
build (20170317) 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:9d74511e08722c8a870c308a3078c7b682b644cbd563650b31b92af57be823b1
|
||||
size 256121
|
3
obs-build-20170317.tar.gz
Normal file
3
obs-build-20170317.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abe8465a1f796fead7baae10cb756b1e311d30880e96a151a4a97c80f2c98af7
|
||||
size 259294
|
Loading…
Reference in New Issue
Block a user