Steffen Winterfeldt 2024-05-17 12:00:01 +00:00 committed by Git OBS Bridge
parent cee9d43eb6
commit e6aae73b61
5 changed files with 33 additions and 4 deletions

View File

@ -1,5 +1,6 @@
<multibuild> <multibuild>
<package>openSUSE</package> <package>openSUSE</package>
<package>Slowroll</package>
<package>SLES</package> <package>SLES</package>
<package>CAASP</package> <package>CAASP</package>
<package>LeapMicro</package> <package>LeapMicro</package>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
--------------------------------------------------------------------
Fri May 17 11:59:22 UTC 2024 - wfeldt@opensuse.org
- merge gh#openSUSE/installation-images#717
- Add Slowroll theme config
- Add Slowroll multibuild
- Add Slowroll theme+multibuild
- 17.128
-------------------------------------------------------------------- --------------------------------------------------------------------
Mon May 13 13:53:28 UTC 2024 - wfeldt@opensuse.org Mon May 13 13:53:28 UTC 2024 - wfeldt@opensuse.org

View File

@ -89,6 +89,11 @@ ExclusiveArch: do_not_build
%endif %endif
%endif %endif
%if "%flavor" == "Slowroll"
%define theme Slowroll
%define net_repo https://download.opensuse.org/slowroll/repo/oss
%endif
%if "%flavor" == "SMO" %if "%flavor" == "SMO"
%if 0%{?is_smo} %if 0%{?is_smo}
# build for both Leap and SLE # build for both Leap and SLE
@ -173,6 +178,20 @@ BuildRequires: distribution-logos-openSUSE-Leap
%endif %endif
%endif %endif
%if "%theme" == "Slowroll"
%define with_storage_ng 1
%define with_fips 0
%define branding_skelcd openSUSE-Slowroll
%define branding_systemd openSUSE
%define branding_plymouth openSUSE
%define branding_grub2 openSUSE
%define branding_gfxboot openSUSE
BuildRequires: adobe-sourcesanspro-fonts
BuildRequires: openSUSE-release
BuildRequires: susepaste
BuildRequires: distribution-logos-openSUSE-Slowroll
%endif
%if "%theme" == "SMO" || "%theme" == "LeapMicro" %if "%theme" == "SMO" || "%theme" == "LeapMicro"
%define with_storage_ng 1 %define with_storage_ng 1
%define branding_skelcd SMO %define branding_skelcd SMO
@ -667,7 +686,7 @@ AutoReqProv: off
Summary: Installation Image Files for %theme Summary: Installation Image Files for %theme
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Metapackages Group: Metapackages
Version: 17.127 Version: 17.128
Release: 0 Release: 0
Provides: installation-images = %version-%release Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images) Conflicts: otherproviders(installation-images)