From 5ddd662935fe98df87bdee47b86390f93f8143f8 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Tue, 6 Dec 2016 15:37:20 +0000 Subject: [PATCH] update Rev openSUSE:Tools/294 Md5 f081db66b36661f80824dce41de3ad3a 2016-12-06 15:37:20 adrianSuSE None --- PKGBUILD | 2 +- build.changes | 3 ++- build.dsc | 2 +- build.spec | 4 ++-- debian.changelog | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 45992cf7..0f146636 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20161205 +pkgver=20161206 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 7376c159..9498809c 100644 --- a/build.changes +++ b/build.changes @@ -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 - Improve /proc mount behaviour - fix dependency on CentOS (build#2415) diff --git a/build.dsc b/build.dsc index 7bff165e..8b603747 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20161205 +Version: 20161206 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 3f0b287c..862a10fd 100644 --- a/build.spec +++ b/build.spec @@ -18,13 +18,13 @@ # needsbinariesforbuild -%define version_unconverted 20161205 +%define version_unconverted 20161206 Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20161205 +Version: 20161206 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index 44ac47c1..809cd4b8 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20161205) unstable; urgency=low +build (20161206) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection