From 49c3b211481bb46b6150f337ebe456f49853366d993ab78bec88ade1c1b9044e Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 22 Jul 2024 17:19:12 +0000 Subject: [PATCH] - release 17.133 OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1535 --- installation-images-17.132.tar.xz | 3 --- installation-images-17.133.tar.xz | 3 +++ installation-images.changes | 10 ++++++++++ installation-images.spec | 6 +++++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 installation-images-17.132.tar.xz create mode 100644 installation-images-17.133.tar.xz diff --git a/installation-images-17.132.tar.xz b/installation-images-17.132.tar.xz deleted file mode 100644 index ce93dfa..0000000 --- a/installation-images-17.132.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fac0c3b85b27fbfbeb8ba4792c007526e520d93057d0f10a7e96a8553ee62cf1 -size 248796 diff --git a/installation-images-17.133.tar.xz b/installation-images-17.133.tar.xz new file mode 100644 index 0000000..30068a3 --- /dev/null +++ b/installation-images-17.133.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a0aba2c757ac2d984d0838b6c113464e641b4778c1c88fb412ec75474e7a31 +size 249436 diff --git a/installation-images.changes b/installation-images.changes index 56efafe..c31af7e 100644 --- a/installation-images.changes +++ b/installation-images.changes @@ -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 diff --git a/installation-images.spec b/installation-images.spec index 40bb516..547e563 100644 --- a/installation-images.spec +++ b/installation-images.spec @@ -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