diff --git a/build.changes b/build.changes index e8937348..2e0c6c42 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Aug 20 08:07:30 UTC 2020 - Adrian Schröter + +- 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 + +- 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 diff --git a/build.spec b/build.spec index 1e4e1081..a46831ac 100644 --- a/build.spec +++ b/build.spec @@ -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} diff --git a/obs-build-20200520.tar.gz b/obs-build-20200520.tar.gz index c70be621..65dc309f 100644 --- a/obs-build-20200520.tar.gz +++ b/obs-build-20200520.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d37d79f55abb400d488ae0f069e2cc62019345cf2955f69f97febc2d6b38423 -size 347598 +oid sha256:a6d55aaec553e144e5fb3bb207e4f1092215bb0a8779b4c13e4bd1a7f36fd41f +size 350782