Accepting request 841438 from system:install:head
submitted by snwint via jenkins OBS-URL: https://build.opensuse.org/request/show/841438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=118
This commit is contained in:
commit
fe6a5bec36
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfdba75856eb09b06767bfd7f031725da327f12ed93038a30522014759fd2ac7
|
|
||||||
size 178504
|
|
3
installation-images-16.24.tar.xz
Normal file
3
installation-images-16.24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:818027a57ded7b4b77400983b821363b2da61dbb5084358fc2db7e788e664b15
|
||||||
|
size 206480
|
@ -1,3 +1,11 @@
|
|||||||
|
--------------------------------------------------------------------
|
||||||
|
Tue Oct 13 08:21:31 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
- merge gh#openSUSE/installation-images#430
|
||||||
|
- Refresh spec file.
|
||||||
|
- Support 32bit ARM (boo#1177264).
|
||||||
|
- 16.24
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Wed Oct 7 09:15:13 UTC 2020 - wfeldt@opensuse.org
|
Wed Oct 7 09:15:13 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package installation-images
|
# spec file for package installation-images
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,11 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
# needsbinariesforbuild
|
# needsbinariesforbuild
|
||||||
|
|
||||||
|
|
||||||
# The files from i-i are, in parts, extracted and published in the FTP Tree
|
# 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
|
# Since they are all auto-generated files, so they keep on changing. Having the mtime
|
||||||
# constant though causes issues for rsync - which uses this information by default to decide
|
# constant though causes issues for rsync - which uses this information by default to decide
|
||||||
@ -51,7 +52,6 @@ ExclusiveArch: do_not_build
|
|||||||
%define the_arch ppc
|
%define the_arch ppc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
# === sort out which flavor to build ===
|
# === sort out which flavor to build ===
|
||||||
|
|
||||||
%if "%flavor" == "openSUSE"
|
%if "%flavor" == "openSUSE"
|
||||||
@ -63,14 +63,14 @@ ExclusiveArch: do_not_build
|
|||||||
%if "%{the_version}" == ""
|
%if "%{the_version}" == ""
|
||||||
%error "bad version string"
|
%error "bad version string"
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 ppc64 ppc64le
|
%ifarch %arm aarch64 ppc64 ppc64le
|
||||||
%define net_repo https://download.opensuse.org/ports/%{the_arch}/distribution/leap/%{the_version}/repo/oss/
|
%define net_repo https://download.opensuse.org/ports/%{the_arch}/distribution/leap/%{the_version}/repo/oss/
|
||||||
%else
|
%else
|
||||||
%define net_repo https://download.opensuse.org/distribution/leap/%{the_version}/repo/oss
|
%define net_repo https://download.opensuse.org/distribution/leap/%{the_version}/repo/oss
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%define with_exfat 1
|
%define with_exfat 1
|
||||||
%ifarch aarch64 ppc64 ppc64le
|
%ifarch %arm aarch64 ppc64 ppc64le
|
||||||
%define net_repo https://download.opensuse.org/ports/%{the_arch}/tumbleweed/repo/oss/
|
%define net_repo https://download.opensuse.org/ports/%{the_arch}/tumbleweed/repo/oss/
|
||||||
%else
|
%else
|
||||||
%define net_repo https://download.opensuse.org/tumbleweed/repo/oss
|
%define net_repo https://download.opensuse.org/tumbleweed/repo/oss
|
||||||
@ -153,8 +153,8 @@ ExclusiveArch: do_not_build
|
|||||||
%define branding_plymouth openSUSE
|
%define branding_plymouth openSUSE
|
||||||
%define branding_grub2 openSUSE
|
%define branding_grub2 openSUSE
|
||||||
%define branding_gfxboot openSUSE
|
%define branding_gfxboot openSUSE
|
||||||
BuildRequires: openSUSE-release
|
|
||||||
BuildRequires: adobe-sourcesanspro-fonts
|
BuildRequires: adobe-sourcesanspro-fonts
|
||||||
|
BuildRequires: openSUSE-release
|
||||||
%if 0%{?is_opensuse} && !0%{?sle_version}
|
%if 0%{?is_opensuse} && !0%{?sle_version}
|
||||||
BuildRequires: distribution-logos-openSUSE-Tumbleweed
|
BuildRequires: distribution-logos-openSUSE-Tumbleweed
|
||||||
%else
|
%else
|
||||||
@ -258,8 +258,8 @@ BuildRequires: unified-installer-release
|
|||||||
%define branding_grub2 SLE
|
%define branding_grub2 SLE
|
||||||
%define branding_gfxboot SLE
|
%define branding_gfxboot SLE
|
||||||
%define config_bootmenu_no_upgrade 1
|
%define config_bootmenu_no_upgrade 1
|
||||||
BuildRequires: skelcd-fallbackrepo-CAASP
|
|
||||||
BuildRequires: caasp-release
|
BuildRequires: caasp-release
|
||||||
|
BuildRequires: skelcd-fallbackrepo-CAASP
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# === product name with architecture appended ===
|
# === product name with architecture appended ===
|
||||||
@ -306,12 +306,11 @@ BuildRequires: aaa_base-extras
|
|||||||
BuildRequires: adaptec-firmware
|
BuildRequires: adaptec-firmware
|
||||||
BuildRequires: alsa
|
BuildRequires: alsa
|
||||||
BuildRequires: alsa-utils
|
BuildRequires: alsa-utils
|
||||||
BuildRequires: noto-naskharabic-fonts
|
|
||||||
BuildRequires: arphic-uming-fonts
|
BuildRequires: arphic-uming-fonts
|
||||||
BuildRequires: audit-libs
|
BuildRequires: audit-libs
|
||||||
BuildRequires: bcm43xx-firmware
|
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: bcache-tools
|
BuildRequires: bcache-tools
|
||||||
|
BuildRequires: bcm43xx-firmware
|
||||||
BuildRequires: bind-libs
|
BuildRequires: bind-libs
|
||||||
BuildRequires: bind-utils
|
BuildRequires: bind-utils
|
||||||
BuildRequires: blueprint-cursor-theme
|
BuildRequires: blueprint-cursor-theme
|
||||||
@ -343,6 +342,7 @@ BuildRequires: ed
|
|||||||
BuildRequires: efont-unicode-bitmap-fonts
|
BuildRequires: efont-unicode-bitmap-fonts
|
||||||
BuildRequires: elfutils
|
BuildRequires: elfutils
|
||||||
BuildRequires: ethtool
|
BuildRequires: ethtool
|
||||||
|
BuildRequires: noto-naskharabic-fonts
|
||||||
%if %with_exfat
|
%if %with_exfat
|
||||||
BuildRequires: exfatprogs
|
BuildRequires: exfatprogs
|
||||||
%endif
|
%endif
|
||||||
@ -370,8 +370,8 @@ BuildRequires: indic-fonts
|
|||||||
BuildRequires: initviocons
|
BuildRequires: initviocons
|
||||||
BuildRequires: ipa-gothic-fonts
|
BuildRequires: ipa-gothic-fonts
|
||||||
BuildRequires: iproute2
|
BuildRequires: iproute2
|
||||||
BuildRequires: iputils
|
|
||||||
BuildRequires: iptables
|
BuildRequires: iptables
|
||||||
|
BuildRequires: iputils
|
||||||
BuildRequires: iscsiuio
|
BuildRequires: iscsiuio
|
||||||
BuildRequires: jfsutils
|
BuildRequires: jfsutils
|
||||||
BuildRequires: joe
|
BuildRequires: joe
|
||||||
@ -522,8 +522,8 @@ BuildRequires: yast2-devtools
|
|||||||
BuildRequires: yast2-schema
|
BuildRequires: yast2-schema
|
||||||
BuildRequires: yast2-trans-allpacks
|
BuildRequires: yast2-trans-allpacks
|
||||||
%if 0%{?with_storage_ng}
|
%if 0%{?with_storage_ng}
|
||||||
BuildRequires: yast2-storage-ng
|
|
||||||
BuildRequires: libstorage-ng-lang
|
BuildRequires: libstorage-ng-lang
|
||||||
|
BuildRequires: yast2-storage-ng
|
||||||
#!BuildIgnore: yast2-storage
|
#!BuildIgnore: yast2-storage
|
||||||
#!BuildIgnore: libstorage7
|
#!BuildIgnore: libstorage7
|
||||||
%endif
|
%endif
|
||||||
@ -626,6 +626,9 @@ BuildRequires: raspberrypi-firmware-config
|
|||||||
BuildRequires: raspberrypi-firmware-dt
|
BuildRequires: raspberrypi-firmware-dt
|
||||||
BuildRequires: u-boot-rpiarm64
|
BuildRequires: u-boot-rpiarm64
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %arm
|
||||||
|
BuildRequires: grub2-arm-efi
|
||||||
|
%endif
|
||||||
# inst-sys module for libstoragemgmt
|
# inst-sys module for libstoragemgmt
|
||||||
BuildRequires: libstoragemgmt-netapp-plugin
|
BuildRequires: libstoragemgmt-netapp-plugin
|
||||||
BuildRequires: libstoragemgmt-smis-plugin
|
BuildRequires: libstoragemgmt-smis-plugin
|
||||||
@ -640,11 +643,10 @@ Name: installation-images
|
|||||||
Name: installation-images-%{theme}
|
Name: installation-images-%{theme}
|
||||||
%endif
|
%endif
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
ExcludeArch: %arm
|
|
||||||
Summary: Installation Image Files for %theme
|
Summary: Installation Image Files for %theme
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Metapackages
|
Group: Metapackages
|
||||||
Version: 16.23
|
Version: 16.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: installation-images = %version-%release
|
Provides: installation-images = %version-%release
|
||||||
Conflicts: otherproviders(installation-images)
|
Conflicts: otherproviders(installation-images)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user