12
0

Accepting request 1189249 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/1189249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=216
This commit is contained in:
2024-07-24 13:29:25 +00:00
committed by Git OBS Bridge
4 changed files with 33 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,27 @@
--------------------------------------------------------------------
Mon Jul 22 17:59:27 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#728
- fix perl issue in test case
- 17.134
--------------------------------------------------------------------
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
- merge gh#openSUSE/installation-images#724
- Add explicit dependency on 'attr'.
- 17.132
--------------------------------------------------------------------
Mon Jul 8 09:09:35 UTC 2024 - wfeldt@opensuse.org

View File

@@ -321,6 +321,7 @@ BuildRequires: adaptec-firmware
BuildRequires: alsa
BuildRequires: alsa-utils
BuildRequires: arphic-uming-fonts
BuildRequires: attr
BuildRequires: audit-libs
BuildRequires: bc
BuildRequires: bcache-tools
@@ -687,7 +688,7 @@ AutoReqProv: off
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
Version: 17.131
Version: 17.134
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
@@ -783,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