Adrian Schröter 2016-12-06 15:37:20 +00:00 committed by Git OBS Bridge
parent 04dc655d77
commit 9dceb9feb9
5 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
pkgname=build pkgname=build
pkgver=20161205 pkgver=20161206
pkgrel=0 pkgrel=0
pkgdesc="Build packages in sandbox" pkgdesc="Build packages in sandbox"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

@ -1,6 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 6 07:21:19 UTC 2016 - adrian@suse.de 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 - handle Fedora 25 special cases
- Improve /proc mount behaviour - Improve /proc mount behaviour
- fix dependency on CentOS (build#2415) - fix dependency on CentOS (build#2415)

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: build Source: build
Version: 20161205 Version: 20161206
Binary: build Binary: build
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all Architecture: all

View File

@ -18,13 +18,13 @@
# needsbinariesforbuild # needsbinariesforbuild
%define version_unconverted 20161205 %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: 20161205 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

View File

@ -1,4 +1,4 @@
build (20161205) 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