- release 17.133
OBS-URL: https://build.opensuse.org/package/show/system:install:head/installation-images?expand=0&rev=1535
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fac0c3b85b27fbfbeb8ba4792c007526e520d93057d0f10a7e96a8553ee62cf1
|
||||
size 248796
|
3
installation-images-17.133.tar.xz
Normal file
3
installation-images-17.133.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a0aba2c757ac2d984d0838b6c113464e641b4778c1c88fb412ec75474e7a31
|
||||
size 249436
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user