forked from pool/build
Accepting request 828094: - fix factory version in config file bsc#1170956
- add missing ignores for Leap 15.2 bsc#1174854 - fix sysrq handling for KVM builds - avoid double removal of obscpio files - docker: * support builds using USER root statements * proper error handling when obs-docker-support gets called as non-root * helm build target support * support milestone handling - support repo files without types set (SLE 15 SP2 zypp) - add default substitute for system-packages:repo-creation - Support recursive kiwi profile usage - 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 Rev openSUSE:Factory/132 Md5 f976a20ad0cc37c35c8d5b52364bec7a 2020-08-25 07:31:47 dimstar_suse 828094
This commit is contained in:
commit
f38b7f361f
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:07:30 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- fix factory version in config file bsc#1170956
|
||||
- add missing ignores for Leap 15.2 bsc#1174854
|
||||
- fix sysrq handling for KVM builds
|
||||
- avoid double removal of obscpio files
|
||||
- docker:
|
||||
* support builds using USER root statements
|
||||
* proper error handling when obs-docker-support gets called as
|
||||
non-root
|
||||
* helm build target support
|
||||
* support milestone handling
|
||||
- support repo files without types set (SLE 15 SP2 zypp)
|
||||
- add default substitute for system-packages:repo-creation
|
||||
- Support recursive kiwi profile usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -88,6 +88,11 @@ Requires: %{__pkg_name}-mkbaselibs
|
||||
Recommends: %{__pkg_name}-mkdrpms
|
||||
%endif
|
||||
|
||||
# With fedora 33 the POSIX module was split out of the perl
|
||||
# package
|
||||
BuildRequires: perl(POSIX)
|
||||
Requires: perl(POSIX)
|
||||
|
||||
%description
|
||||
This package provides a script for building RPMs for SUSE Linux in a
|
||||
chroot environment.
|
||||
@ -118,7 +123,7 @@ for generating delta rpm packages.
|
||||
%endif
|
||||
|
||||
%define initvm_arch %{_host_cpu}
|
||||
%if %{_host_cpu} == "i686"
|
||||
%if "%{_host_cpu}" == "i686"
|
||||
%define initvm_arch i586
|
||||
%endif
|
||||
%package initvm-%{initvm_arch}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d37d79f55abb400d488ae0f069e2cc62019345cf2955f69f97febc2d6b38423
|
||||
size 347598
|
||||
oid sha256:a6d55aaec553e144e5fb3bb207e4f1092215bb0a8779b4c13e4bd1a7f36fd41f
|
||||
size 350782
|
||||
|
Loading…
Reference in New Issue
Block a user