Accepting request 878361 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/878361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=129
This commit is contained in:
2021-03-12 12:30:36 +00:00
committed by Git OBS Bridge
4 changed files with 92 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,72 @@
--------------------------------------------------------------------
Thu Mar 11 15:25:29 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#471
- ensure base modules are loaded before starting the rescue system
(bsc#1183388)
- 16.56
--------------------------------------------------------------------
Wed Mar 10 16:11:26 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#469
- Add bcond to build debug iso (boo#1183264)
- 16.55
--------------------------------------------------------------------
Wed Mar 10 14:59:54 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#467
- Only create lib64 dirs if filesystem has it (boo#1183264)
- 16.54
--------------------------------------------------------------------
Wed Mar 10 12:11:48 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#468
- disable zram swap only if there's another swap active
(bsc#1183276)
- 16.53
--------------------------------------------------------------------
Wed Mar 10 10:57:46 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#466
- susepaste only for Tumbleweed/Leap (bsc#1182212)
- 16.52
--------------------------------------------------------------------
Tue Mar 9 15:31:23 UTC 2021 - ancor@suse.de
- merge gh#openSUSE/installation-images#463
- Add susepaste to the rescue system (bsc#1182212)
- Add susepaste to the inst-sys as well
- susepaste dependency
- 16.51
--------------------------------------------------------------------
Thu Mar 4 16:48:09 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#465
- Prepare UsrMerge (boo#1029961)
- remove explicit libblogger2 dep
- clean up kernel module config
- 16.50
--------------------------------------------------------------------
Wed Mar 3 16:03:14 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#462
- support using zram device as root file system (jsc#SLE-17630)
- 16.49
--------------------------------------------------------------------
Wed Mar 3 10:23:58 UTC 2021 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#464
- fix efi local boot entry on x86_64 (bsc#1182891)
- 16.48
--------------------------------------------------------------------
Thu Feb 25 14:26:30 UTC 2021 - wfeldt@opensuse.org

View File

@@ -17,6 +17,9 @@
# needsrootforbuild
# needsbinariesforbuild
# This is for building a test iso for debugging. Note when building
# locally with osc you need --nopreinstallimage --userootforbuild
%bcond_with iso
# The files from i-i are, in parts, extracted and published in the FTP Tree
# Since they are all auto-generated files, so they keep on changing. Having the mtime
@@ -155,6 +158,7 @@ ExclusiveArch: do_not_build
%define branding_gfxboot openSUSE
BuildRequires: adobe-sourcesanspro-fonts
BuildRequires: openSUSE-release
BuildRequires: susepaste
%if 0%{?is_opensuse} && !0%{?sle_version}
BuildRequires: distribution-logos-openSUSE-Tumbleweed
%else
@@ -640,6 +644,13 @@ BuildRequires: libstoragemgmt-smis-plugin
# our images are not reproducible and it's taking time
#!BuildIgnore: build-compare
%if %{with iso}
BuildRequires: createrepo_c
BuildRequires: mkisofs
BuildRequires: mksusecd
BuildRequires: skelcd-openSUSE
%endif
%if "@BUILD_FLAVOR@" == ""
# This package is never built - but it helps the bots seeing that this package
# is intentionally as messed up as it is
@@ -651,7 +662,7 @@ AutoReqProv: off
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
Version: 16.47
Version: 16.56
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
@@ -775,6 +786,10 @@ image=initrd-default kernel=kernel-default MOD_CFG=ppc64 make initrd+modules+gef
image=initrd-default kernel=kernel-default MOD_CFG=ppc64le make initrd+modules+gefrickel THEMES=%theme
%endif
%if %{with iso}
make THEMES=%theme iso
%endif
%install
BUILD_DISTRIBUTION_NAME="%distribution"
export BUILD_DISTRIBUTION_NAME
@@ -828,6 +843,10 @@ if [ -n "%{net_repo}" ] ; then
fi
fi
%if %{with iso}
install -D -m 644 images/cd1.iso %{_topdir}/ISO/cd1.iso
%endif
%post -n install-initrd-%{theme}
/bin/ln -snf %theme /usr/lib/install-initrd/branding 2>/dev/null || true