Accepting request 1162850 from openSUSE:Slowroll:Staging
Update to version 20240327.09add4e: * Set higher prio for Slowroll update repo * Re-use TW Nvidia repo for Slowroll * Add slowroll repos * LeapMicro cleanup of repo-main.repo OBS-URL: https://build.opensuse.org/request/show/1162850 OBS-URL: https://build.opensuse.org/package/show/Base:System/openSUSE-repos?expand=0&rev=29
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<multibuild>
|
||||
<flavor>openSUSE-repos-Leap</flavor>
|
||||
<flavor>openSUSE-repos-LeapMicro</flavor>
|
||||
<flavor>openSUSE-repos-Tumbleweed</flavor>
|
||||
<flavor>openSUSE-repos-MicroOS</flavor>
|
||||
<flavor>openSUSE-repos-Slowroll</flavor>
|
||||
<flavor>openSUSE-repos-Tumbleweed</flavor>
|
||||
</multibuild>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/openSUSE-repos.git</param>
|
||||
<param name="changesrevision">a7534f676c1da0c1591cc5c0f606fd6634b48af0</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">09add4e3080112fb3441dd57e608fd1e3a38626b</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/lkocman/openSUSE-repos.git</param>
|
||||
<param name="changesrevision">0d4463391c611b7a7c3f158d4d58d6f2f54aafc1</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:258d9956823b19bbe8a3fa0fcaa762eaec789c0ec819e2142afbffcacce16a2d
|
||||
size 25098
|
3
openSUSE-repos-20240327.09add4e.obscpio
Normal file
3
openSUSE-repos-20240327.09add4e.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:993dbe9409658914d8c8f857d625d4eb886d0e0b64cc452c45a653dd41472e1b
|
||||
size 27658
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 09:14:09 UTC 2024 - opensuse-releaseteam@opensuse.org
|
||||
|
||||
- Update to version 20240327.09add4e:
|
||||
* Set higher prio for Slowroll update repo
|
||||
* Re-use TW Nvidia repo for Slowroll
|
||||
* Add slowroll repos
|
||||
* LeapMicro cleanup of repo-main.repo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 16:10:29 UTC 2023 - opensuse-releaseteam@opensuse.org
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: openSUSE-repos
|
||||
version: 20230810.a7534f6
|
||||
mtime: 1691683765
|
||||
commit: a7534f676c1da0c1591cc5c0f606fd6634b48af0
|
||||
version: 20240327.09add4e
|
||||
mtime: 1711530740
|
||||
commit: 09add4e3080112fb3441dd57e608fd1e3a38626b
|
||||
|
@@ -33,6 +33,10 @@ ExclusiveArch: do_not_build
|
||||
%define theme Tumbleweed
|
||||
%define branding tumbleweed
|
||||
%endif
|
||||
%if "%flavor" == "openSUSE-repos-Slowroll"
|
||||
%define theme Slowroll
|
||||
%define branding slowroll
|
||||
%endif
|
||||
%if "%flavor" == "openSUSE-repos-MicroOS"
|
||||
%define theme MicroOS
|
||||
%define branding microos
|
||||
@@ -71,7 +75,7 @@ Name: openSUSE-repos
|
||||
%else
|
||||
Name: openSUSE-repos-%{theme}
|
||||
%endif
|
||||
Version: 20230810.a7534f6
|
||||
Version: 20240327.09add4e
|
||||
Release: 0
|
||||
Summary: openSUSE package repositories
|
||||
License: MIT
|
||||
@@ -92,6 +96,10 @@ Provides: openSUSE-repos
|
||||
Obsoletes: openSUSE-repos-Leap
|
||||
Obsoletes: openSUSE-repos-LeapMicro
|
||||
%endif
|
||||
%if "%{?theme}" == "Slowroll"
|
||||
Obsoletes: openSUSE-repos-Leap
|
||||
Obsoletes: openSUSE-repos-LeapMicro
|
||||
%endif
|
||||
%if "%{?theme}" == "MicroOS"
|
||||
Obsoletes: openSUSE-repos-Leap
|
||||
Obsoletes: openSUSE-repos-LeapMicro
|
||||
@@ -145,6 +153,12 @@ Definitions for NVIDIA repository management via zypp-services
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%{theme}" == "Slowroll"
|
||||
%ifarch x86_64
|
||||
%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%{theme}" == "MicroOS"
|
||||
%ifarch x86_64 aarch64
|
||||
%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml
|
||||
@@ -204,6 +218,12 @@ install opensuse-%{branding}-ports-repoindex.xml -pm 0644 %{buildroot}%{_datadir
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%{theme}" == "Slowroll"
|
||||
%ifarch x86_64
|
||||
install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%{theme}" == "MicroOS"
|
||||
%ifarch x86_64 aarch64
|
||||
install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
|
||||
@@ -269,6 +289,12 @@ ln -sf opensuse-%{branding}-ports-repoindex.xml %{_datadir}/zypp/local/service/o
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%{theme}" == "Slowroll"
|
||||
%ifarch x86_64
|
||||
ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%{theme}" == "MicroOS"
|
||||
%ifarch x86_64 aarch64
|
||||
ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml
|
||||
@@ -297,7 +323,7 @@ repo-sle-debug-update.repo repo-debug-non-oss.repo repo-sle-update.repo \
|
||||
repo-debug.repo repo-source.repo repo-debug-update.repo repo-update.repo \
|
||||
repo-debug-update-non-oss.repo repo-update-non-oss.repo repo-non-oss.repo \
|
||||
download.opensuse.org-oss.repo download.opensuse.org-non-oss.repo download.opensuse.org-tumbleweed.repo \
|
||||
repo-openh264.repo openSUSE-*-0.repo; do
|
||||
repo-openh264.repo openSUSE-*-0.repo repo-main.repo; do
|
||||
if [ -f %{_sysconfdir}/zypp/repos.d/$repo_file ]; then
|
||||
echo "Content of $repo_file will be newly managed by zypp-services."
|
||||
echo "Storing old copy as {_sysconfdir}/zypp/repos.d/$repo_file.rpmsave"
|
||||
|
Reference in New Issue
Block a user