Accepting request 418678 from openSUSE:Tools

1

OBS-URL: https://build.opensuse.org/request/show/418678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=99
This commit is contained in:
Dominique Leuenberger 2016-08-25 07:48:56 +00:00 committed by Git OBS Bridge
commit 4f79a32437
7 changed files with 27 additions and 11 deletions

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 10 11:51:43 UTC 2016 - lnussel@suse.de
- calculate leap version for default config
-------------------------------------------------------------------
Tue Aug 9 13:36:48 UTC 2016 - adrian@suse.de
- first version of Leap 42.2 configuration
- provide loop devices in docker VM
- support lxc 2.0
- Add architecture-specific sources extract for Arch Linux
- snapcraft improvements
-------------------------------------------------------------------
Thu Jun 30 05:47:52 UTC 2016 - adrian@suse.de

View File

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

View File

@ -18,13 +18,13 @@
# needsbinariesforbuild
%define version_unconverted 20160629
%define version_unconverted 20160809
Name: build
Summary: A Script to Build SUSE Linux RPMs
License: GPL-2.0+ and GPL-2.0
Group: Development/Tools/Building
Version: 20160629
Version: 20160809
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -140,9 +140,11 @@ chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.*
# main
make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT/usr/lib/build/configs/
%if "%{?suse_version}" == "1315" && 0%{?is_opensuse}
# super special leap distro
ln -s sl42.1.conf default.conf
%if 0%{?sle_version} && 0%{?is_opensuse}
# super special leap distro
major="$[%sle_version/10000+30]"
minor="$[%sle_version/100-1200]"
ln -s sl$major.$minor.conf default.conf
%else
%if 0%{?suse_version}
%if 0%{?sles_version}

View File

@ -1,4 +1,4 @@
build (20160629) unstable; urgency=low
build (20160809) unstable; urgency=low
* Update to current git trunk
- add sles11sp2 build config and adapt autodetection

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2513b5080cbf803cd15124e912a6514996459ce9b828fb520cca1294c3b70e9a
size 240384

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:964ed2da8a9eb4ea7d66116e7e0e50cd3669d5243dcbd5534486bc57a9e9bed2
size 243190