Accepting request 972564 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/972564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=165
This commit is contained in:
Dominique Leuenberger 2022-04-26 18:15:15 +00:00 committed by Git OBS Bridge
commit 8bc5d65d32
4 changed files with 15 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
--------------------------------------------------------------------
Mon Apr 25 10:30:04 UTC 2022 - jreidinger@suse.cz
- merge gh#openSUSE/installation-images#592
- support leap port of armv7hl (bsc#1198302)
- 17.51
-------------------------------------------------------------------- --------------------------------------------------------------------
Fri Apr 22 14:49:13 UTC 2022 - wfeldt@opensuse.org Fri Apr 22 14:49:13 UTC 2022 - wfeldt@opensuse.org

View File

@ -74,7 +74,11 @@ ExclusiveArch: do_not_build
%if "%{the_version}" == "" %if "%{the_version}" == ""
%error "bad version string" %error "bad version string"
%endif %endif
%ifarch %arm
%define net_repo https://download.opensuse.org/ports/%{the_arch}/distribution/leap/%{the_version}/repo/oss
%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
%else %else
%define with_exfat 1 %define with_exfat 1
%ifarch %arm aarch64 ppc64 ppc64le riscv64 s390x %ifarch %arm aarch64 ppc64 ppc64le riscv64 s390x
@ -691,7 +695,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.50 Version: 17.51
Release: 0 Release: 0
Provides: installation-images = %version-%release Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images) Conflicts: otherproviders(installation-images)