Adrian Schröter 2017-07-19 17:23:42 +00:00 committed by Git OBS Bridge
parent 6528324258
commit 1209a2f3d0
11 changed files with 30 additions and 16 deletions

View File

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

View File

@ -20,15 +20,13 @@ Name: build-mkbaselibs-sle
Summary: Tools to generate base lib packages
License: GPL-2.0+
Group: Development/Tools/Building
Version: 20170613
Version: 20170719
Release: 0
#!BuildIgnore: build-mkbaselibs
Provides: build-mkbaselibs
Source: build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# Manual requires to avoid hard require to bash-static
AutoReqProv: off
%description
This package contains the parts which may be installed in the inner build system

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jul 19 17:16:31 UTC 2017 - adrian@suse.de
- Initial support for layered kiwi docker image builds
- Initial support of native docker format build support
- debootstrap: generate apt caches
- debtransform: use + for release version suffix
- support full timestamps in rpm changelog
- sync default architecture macros with current rpm 4.13.0
- support release number handling for AppImage
- drop %opensuse_bs macros for standalone builds
- fix kvm detection for newer ubuntu systems
- build config updates
- lot's of smaller improvements
-------------------------------------------------------------------
Fri Mar 17 12:57:03 UTC 2017 - adrian@suse.de

View File

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

View File

@ -22,13 +22,11 @@ Name: build
Summary: A Script to Build SUSE Linux RPMs
License: GPL-2.0+ and GPL-2.0
Group: Development/Tools/Building
Version: 20170613
Version: 20170719
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# Manual requires to avoid hard require to bash-static
AutoReqProv: off
%if 0%{?suse_version} > 1200
# required for test suite
BuildRequires: build-mkbaselibs

View File

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

View File

@ -1 +1 @@
4
5

View File

@ -2,13 +2,16 @@ Source: build
Section: devel
Priority: optional
Maintainer: Adrian Schroeter <adrian@suse.de>
Build-Depends: debhelper (>= 4)
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2
Package: build
Package: obs-build
Architecture: all
Depends: ${perl:Depends}, rpm
Recommends: rpm2cpio
Conflicts: build
Replaces: build
Provides: build
Description: A script to build SUSE Linux RPMs
This package provides a script for building RPMs for SUSE Linux
in a chroot environment.

View File

@ -41,7 +41,7 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
make DESTDIR=$(CURDIR)/debian/build install
make DESTDIR=$(CURDIR)/debian/obs-build install
binary-arch: build install
dh_testdir

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ea468a8c5ecd04070070226fa235a289047262d28515c249cb40e8a857cfc43
size 299151

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ed40bb4fcc8bf567f8fa9dda67baed210f44b565b90a10637bfe7830cbfa3be
size 302897