Accepting request 1243393 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1243393 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSE-repos?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 12:32:12 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix build with RPM 4.20: the construct %else ifarch … was never
|
||||
valid; anything behing 'else' was simply ignored and now leads to
|
||||
an error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 22:17:56 UTC 2024 - Lubos Kocman <Lubos.Kocman+factory@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openSUSE-repos
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2022 Neal Gompa <ngompa13@gmail.com>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -211,7 +211,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/zypp/vars.d/
|
||||
%if "%{theme}" == "Tumbleweed"
|
||||
%ifarch %{ix86} x86_64
|
||||
install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
|
||||
%else ifarch aarch64 %{arm} %{power64} ppc s390x riscv64
|
||||
%else
|
||||
install opensuse-%{branding}-ports-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
|
||||
%endif
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user