update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=310
This commit is contained in:
parent
6528324258
commit
1209a2f3d0
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20170613
|
pkgver=20170719
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -20,15 +20,13 @@ Name: build-mkbaselibs-sle
|
|||||||
Summary: Tools to generate base lib packages
|
Summary: Tools to generate base lib packages
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20170613
|
Version: 20170719
|
||||||
Release: 0
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Provides: build-mkbaselibs
|
Provides: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Manual requires to avoid hard require to bash-static
|
|
||||||
AutoReqProv: off
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the parts which may be installed in the inner build system
|
This package contains the parts which may be installed in the inner build system
|
||||||
|
@ -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
|
Fri Mar 17 12:57:03 UTC 2017 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20170613-0
|
Version: 20170719-0
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -22,13 +22,11 @@ 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: 20170613
|
Version: 20170719
|
||||||
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
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Manual requires to avoid hard require to bash-static
|
|
||||||
AutoReqProv: off
|
|
||||||
%if 0%{?suse_version} > 1200
|
%if 0%{?suse_version} > 1200
|
||||||
# required for test suite
|
# required for test suite
|
||||||
BuildRequires: build-mkbaselibs
|
BuildRequires: build-mkbaselibs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20170613-0) unstable; urgency=low
|
build (20170719-0) 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
|
||||||
|
@ -1 +1 @@
|
|||||||
4
|
5
|
||||||
|
@ -2,13 +2,16 @@ Source: build
|
|||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Build-Depends: debhelper (>= 4)
|
Build-Depends: debhelper (>= 5)
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: build
|
Package: obs-build
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${perl:Depends}, rpm
|
Depends: ${perl:Depends}, rpm
|
||||||
Recommends: rpm2cpio
|
Recommends: rpm2cpio
|
||||||
|
Conflicts: build
|
||||||
|
Replaces: build
|
||||||
|
Provides: build
|
||||||
Description: A script to build SUSE Linux RPMs
|
Description: A script to build SUSE Linux RPMs
|
||||||
This package provides a script for building RPMs for SUSE Linux
|
This package provides a script for building RPMs for SUSE Linux
|
||||||
in a chroot environment.
|
in a chroot environment.
|
||||||
|
@ -41,7 +41,7 @@ install: build
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
make DESTDIR=$(CURDIR)/debian/build install
|
make DESTDIR=$(CURDIR)/debian/obs-build install
|
||||||
|
|
||||||
binary-arch: build install
|
binary-arch: build install
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ea468a8c5ecd04070070226fa235a289047262d28515c249cb40e8a857cfc43
|
|
||||||
size 299151
|
|
3
obs-build-20170719.tar.gz
Normal file
3
obs-build-20170719.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ed40bb4fcc8bf567f8fa9dda67baed210f44b565b90a10637bfe7830cbfa3be
|
||||||
|
size 302897
|
Loading…
Reference in New Issue
Block a user