2025-02-05 16:21:25 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -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>

View File

@@ -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