- 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:
Frank Schreiner
2020-07-23 06:04:07 +00:00
committed by Git OBS Bridge
parent 9c4aed7f34
commit 1ad51a4e8d
8 changed files with 30 additions and 10 deletions

View File

@@ -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