2024-07-22 17:19:12 +00:00
committed by Git OBS Bridge
parent 62d10d2963
commit 49c3b21148
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fac0c3b85b27fbfbeb8ba4792c007526e520d93057d0f10a7e96a8553ee62cf1
size 248796

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25a0aba2c757ac2d984d0838b6c113464e641b4778c1c88fb412ec75474e7a31
size 249436

View File

@@ -1,3 +1,13 @@
--------------------------------------------------------------------
Mon Jul 22 17:18:29 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#726
- make some compression settings configurable (bsc#1223982,
jsc#PED-8374)
- limit compression in OBS to 4 threads
- ppc64: optimize for minimal compressed initrd size
- 17.133
--------------------------------------------------------------------
Mon Jul 22 14:38:14 UTC 2024 - wfeldt@opensuse.org

View File

@@ -688,7 +688,7 @@ AutoReqProv: off
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
Version: 17.132
Version: 17.133
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
@@ -784,6 +784,10 @@ export BUILD_DISTRIBUTION_NAME
test ! -z "$BUILD_DISTRIBUTION_NAME"
# build id (for linuxrc to start the correct instsys)
export instsys_build_id=`bin/build_id`
%ifarch ppc64 ppc64le
# ppc64: optimize for minimal compressed initrd size
export instsys_no_compression=firmware,modules,squashfs
%endif
# beta only: warn testers about wrong instsys
export instsys_complain=1
# careful: will make all non-matching initrds fail hard