Accepting request 1250053 from home:lkocman:branches:Base:System

Fix profiles.d -> profile.d

OBS-URL: https://build.opensuse.org/request/show/1250053
OBS-URL: https://build.opensuse.org/package/show/Base:System/openSUSE-repos?expand=0&rev=66
This commit is contained in:
2025-03-04 11:47:10 +00:00
committed by Git OBS Bridge
parent fcb41758ca
commit fc25ae983d
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,8 @@ Mon Mar 03 15:41:37 UTC 2025 - opensuse-releaseteam@opensuse.org
- Update to version 20250303.f74564e:
* Enable experimental parallel downloads for Leap and TW (#79)
* Fix $arch -> $basearch for Leap 16.0
* Add /etc/profiles.d/opensuse_repos.sh
* Add /etc/profile.d/opensuse_repos.sh
-------------------------------------------------------------------
Thu Feb 20 18:11:50 UTC 2025 - opensuse-releaseteam@opensuse.org

View File

@@ -150,7 +150,7 @@ Definitions for NVIDIA repository management via zypp-services
%ghost %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml
%ghost %{_sysconfdir}/zypp/services.d/openSUSE.service
%{_sysconfdir}/zypp/vars.d/DIST_ARCH
%{_sysconfdir}/profiles.d/opensuse_repos.sh
%{_sysconfdir}/profile.d/opensuse_repos.sh
%if "%{theme}" == "Tumbleweed"
%ifarch %{ix86} x86_64
@@ -208,8 +208,8 @@ mkdir -p %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
mkdir -p %{buildroot}%{_datadir}/zypp/local/service/NVIDIA/repo
mkdir -p %{buildroot}%{_sysconfdir}/zypp/vars.d/
mkdir -p %{buildroot}%{_sysconfdir}/profiles.d
install opensuse_repos.sh %{buildroot}%{_sysconfdir}/profiles.d
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
install opensuse_repos.sh %{buildroot}%{_sysconfdir}/profile.d
# Setup for primary arches
%if "%{theme}" == "Tumbleweed"