Accepting request 943344 from system:install:head
submitted by snwint via jenkins OBS-URL: https://build.opensuse.org/request/show/943344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/installation-images?expand=0&rev=153
This commit is contained in:
commit
951e72e87b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:071aefe919a1352b4e79702c07937dbe49463b460f75b85a5edd815f467964f3
|
|
||||||
size 201304
|
|
3
installation-images-17.32.tar.xz
Normal file
3
installation-images-17.32.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:877b681e7bca91a229763ee1279f8050fb20884d299b3dd23715fa8102957344
|
||||||
|
size 201304
|
@ -1,3 +1,11 @@
|
|||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Dec 31 17:47:28 UTC 2021 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- merge gh#openSUSE/installation-images#560
|
||||||
|
- Add s390x to architecture list for net_repos (boo#1193479)
|
||||||
|
- Define zsystems as the_arch for s390x
|
||||||
|
- 17.32
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Mon Dec 27 09:32:28 UTC 2021 - jreidinger@suse.cz
|
Mon Dec 27 09:32:28 UTC 2021 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
@ -55,6 +55,9 @@ ExclusiveArch: do_not_build
|
|||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le
|
||||||
%define the_arch ppc
|
%define the_arch ppc
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch s390x
|
||||||
|
%define the_arch zsystems
|
||||||
|
%endif
|
||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
%define the_arch riscv
|
%define the_arch riscv
|
||||||
%endif
|
%endif
|
||||||
@ -74,7 +77,7 @@ ExclusiveArch: do_not_build
|
|||||||
%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
|
||||||
%else
|
%else
|
||||||
%define with_exfat 1
|
%define with_exfat 1
|
||||||
%ifarch %arm aarch64 ppc64 ppc64le riscv64
|
%ifarch %arm aarch64 ppc64 ppc64le riscv64 s390x
|
||||||
%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
|
||||||
@ -683,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.31
|
Version: 17.32
|
||||||
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