Accepting request 444326 from openSUSE:Tools
another update OBS-URL: https://build.opensuse.org/request/show/444326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=101
This commit is contained in:
commit
d331db54cc
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20161025
|
pkgver=20161206
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -1,5 +1,23 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 25 15:51:17 UTC 2016 - adrian@suse.com
|
Tue Dec 6 15:36:20 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- add config for openSUSE Leap 42.3 (alpha, non-final)
|
||||||
|
- handle Fedora 25 special cases
|
||||||
|
- Improve /proc mount behaviour
|
||||||
|
- fix dependency on CentOS (build#2415)
|
||||||
|
- Use weak dependencies as 3rd choice breaker
|
||||||
|
- support statistics from xvda devices
|
||||||
|
- build env wipe support (--wipe command)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 07:01:58 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
- speed up build (for preinstall and keeping packages)
|
||||||
|
- Recognize Recommends and Supplements relations of RPMs.
|
||||||
|
- fix build against susetags repos
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 25 15:51:17 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
- Add clang binaries to ccache symlinking
|
- Add clang binaries to ccache symlinking
|
||||||
- Fix a probable tabs to spaces bug
|
- Fix a probable tabs to spaces bug
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20161025
|
Version: 20161206
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
# needsbinariesforbuild
|
# needsbinariesforbuild
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 20161025
|
%define version_unconverted 20161206
|
||||||
|
|
||||||
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+ and GPL-2.0
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20161025
|
Version: 20161206
|
||||||
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20161025) unstable; urgency=low
|
build (20161206) 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:4a0240ef94f2b8ac06a03f9b9add24acd722ce4166895762d5b8a1404eae3935
|
|
||||||
size 245660
|
|
3
obs-build-20161206.tar.gz
Normal file
3
obs-build-20161206.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41c8c78b5bf3439ae0c34f955f8b2ccd5a044806930bb20152da73101a848e23
|
||||||
|
size 255989
|
Loading…
Reference in New Issue
Block a user