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 4b4c364aa0
7 changed files with 27 additions and 11 deletions

View File

@ -1,5 +1,5 @@
pkgname=build pkgname=build
pkgver=20160629 pkgver=20160809
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,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 Thu Jun 30 05:47:52 UTC 2016 - adrian@suse.de

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: build Source: build
Version: 20160629 Version: 20160809
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 20160629 %define version_unconverted 20160809
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: 20160629 Version: 20160809
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
@ -140,9 +140,11 @@ chmod 0644 $RPM_BUILD_ROOT/usr/lib/build/initvm.*
# main # main
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
cd $RPM_BUILD_ROOT/usr/lib/build/configs/ cd $RPM_BUILD_ROOT/usr/lib/build/configs/
%if "%{?suse_version}" == "1315" && 0%{?is_opensuse} %if 0%{?sle_version} && 0%{?is_opensuse}
# super special leap distro # super special leap distro
ln -s sl42.1.conf default.conf major="$[%sle_version/10000+30]"
minor="$[%sle_version/100-1200]"
ln -s sl$major.$minor.conf default.conf
%else %else
%if 0%{?suse_version} %if 0%{?suse_version}
%if 0%{?sles_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 * Update to current git trunk
- add sles11sp2 build config and adapt autodetection - 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