- fix dependencies for Fedora 33
- Set $YAML::XS::LoadBlessed = 0 for Appimage/Snapcraft - add a new variable to track build time needed for ccache eviction - create folder for ccache archive to be copied before rsync - also package pkg-config files by default into baselibs. (bsc#1172563 etc) - Use shorter kernel flag for mitigations - Ignore, if shutdown behavior changed by build in z/VM - Control disk-space consumption while creating ccache archive - cleaning ccache - create folders before trying to copy ccache.tar - Genreadte .packages and .basepackages files for docker builds OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=421
This commit is contained in:
parent
a5f9f90fa4
commit
14d8d8790b
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=build
|
pkgname=build
|
||||||
pkgver=20200520
|
pkgver=20200723
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Build packages in sandbox"
|
pkgdesc="Build packages in sandbox"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="revision">20200520</param>
|
<param name="revision">20200723</param>
|
||||||
<param name="version">20200520</param>
|
<param name="version">20200723</param>
|
||||||
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
<param name="url">git://github.com/openSUSE/obs-build.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="extract">dist/build.changes</param>
|
<param name="extract">dist/build.changes</param>
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 23 05:38:24 UTC 2020 - Frank Schreiner <FSchreiner@suse.com>
|
||||||
|
|
||||||
|
- fix dependencies for Fedora 33
|
||||||
|
- Set $YAML::XS::LoadBlessed = 0 for Appimage/Snapcraft
|
||||||
|
- add a new variable to track build time needed for ccache eviction
|
||||||
|
- create folder for ccache archive to be copied before rsync
|
||||||
|
- also package pkg-config files by default into baselibs. (bsc#1172563 etc)
|
||||||
|
- Use shorter kernel flag for mitigations
|
||||||
|
- Ignore, if shutdown behavior changed by build in z/VM
|
||||||
|
- Control disk-space consumption while creating ccache archive
|
||||||
|
- cleaning ccache
|
||||||
|
- create folders before trying to copy ccache.tar
|
||||||
|
- Genreadte .packages and .basepackages files for docker builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 17 14:32:52 UTC 2020 - coolo@suse.com
|
Sun May 17 14:32:52 UTC 2020 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 20200520
|
Version: 20200723
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -28,7 +28,7 @@ Name: %{__pkg_name}
|
|||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 20200520
|
Version: 20200723
|
||||||
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
|
||||||
@ -88,6 +88,11 @@ Requires: %{__pkg_name}-mkbaselibs
|
|||||||
Recommends: %{__pkg_name}-mkdrpms
|
Recommends: %{__pkg_name}-mkdrpms
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# With fedora 33 the POSIX module was split out of the perl
|
||||||
|
# package
|
||||||
|
BuildRequires: perl(POSIX)
|
||||||
|
Requires: perl(POSIX)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a script for building RPMs for SUSE Linux in a
|
This package provides a script for building RPMs for SUSE Linux in a
|
||||||
chroot environment.
|
chroot environment.
|
||||||
@ -118,7 +123,7 @@ for generating delta rpm packages.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define initvm_arch %{_host_cpu}
|
%define initvm_arch %{_host_cpu}
|
||||||
%if %{_host_cpu} == "i686"
|
%if "%{_host_cpu}" == "i686"
|
||||||
%define initvm_arch i586
|
%define initvm_arch i586
|
||||||
%endif
|
%endif
|
||||||
%package initvm-%{initvm_arch}
|
%package initvm-%{initvm_arch}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
build (20200520) unstable; urgency=low
|
build (20200723) 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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d37d79f55abb400d488ae0f069e2cc62019345cf2955f69f97febc2d6b38423
|
|
||||||
size 347598
|
|
3
obs-build-20200723.tar.gz
Normal file
3
obs-build-20200723.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aacc6b902862b143566fc09658d5bebcddcf229170ba4f61f7dc3ceb058d9b3d
|
||||||
|
size 349012
|
Loading…
Reference in New Issue
Block a user