Accepting request 1181553 from home:lkocman:branches:Base:System
- Add Leap Micro 6.X 5.X handling * no dedicated update repo for slem updates. * oss repo will now always include slem 6.X updates - Update to version 20240618.8c4e429: * keep micro5 in micro5 repoindex - Update to version 20240618.727f0a2: * Use new path names for micro 6.0 * use 6.0 for leap-micro6 repoindex * Add repoindex for Micro 6 * Update README.md with openqa reference * Update README.md with --gpg-auto-import-keys * Remove reference to undefined substitution OBS-URL: https://build.opensuse.org/request/show/1181553 OBS-URL: https://build.opensuse.org/package/show/Base:System/openSUSE-repos?expand=0&rev=44
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/openSUSE-repos.git</param>
|
||||
<param name="changesrevision">543191830c71e7e2978d8a38e09e0d7f16a09347</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">8c4e429dddd89c21f56b57d64646d4db303a51f4</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/lkocman/openSUSE-repos.git</param>
|
||||
<param name="changesrevision">16902ba1ccff43679a254e87d11103f4ef88a1d0</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:399157152bbf33bcf5cc9aa202d1ee54a298bf26df74fb7be926850712f4b44e
|
||||
size 27146
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9801a7b961128fcb137413d4c824d02c96cf6d1498ac8b32235ec77adaf10940
|
||||
size 5868
|
3
openSUSE-repos-20240618.8c4e429.obscpio
Normal file
3
openSUSE-repos-20240618.8c4e429.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89f69d626c46432ceba3a2e1f24a327f51ed695b08e496e59376d2226cc0a392
|
||||
size 28170
|
3
openSUSE-repos-20240618.8c4e429.tar.xz
Normal file
3
openSUSE-repos-20240618.8c4e429.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5042b4d43e7cb8c2b9df9dc47ea03846a1c6111616f805f20beb318aa046b19a
|
||||
size 6024
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 17:36:32 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Add Leap Micro 6.X 5.X handling
|
||||
* no dedicated update repo for slem updates.
|
||||
* oss repo will now always include slem 6.X updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 17:32:46 UTC 2024 - opensuse-releaseteam@opensuse.org
|
||||
|
||||
- Update to version 20240618.8c4e429:
|
||||
* keep micro5 in micro5 repoindex
|
||||
|
||||
- Update to version 20240618.727f0a2:
|
||||
* Use new path names for micro 6.0
|
||||
* use 6.0 for leap-micro6 repoindex
|
||||
* Add repoindex for Micro 6
|
||||
* Update README.md with openqa reference
|
||||
* Update README.md with --gpg-auto-import-keys
|
||||
* Remove reference to undefined substitution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 16:09:00 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: openSUSE-repos
|
||||
version: 20240516.5431918
|
||||
mtime: 1715863097
|
||||
commit: 543191830c71e7e2978d8a38e09e0d7f16a09347
|
||||
version: 20240618.8c4e429
|
||||
mtime: 1718732620
|
||||
commit: 8c4e429dddd89c21f56b57d64646d4db303a51f4
|
||||
|
@@ -76,7 +76,7 @@ Name: openSUSE-repos
|
||||
%else
|
||||
Name: openSUSE-repos-%{theme}
|
||||
%endif
|
||||
Version: 20240516.5431918
|
||||
Version: 20240618.8c4e429
|
||||
Release: 0
|
||||
Summary: openSUSE package repositories
|
||||
License: MIT
|
||||
@@ -235,7 +235,13 @@ install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp
|
||||
|
||||
%if "%{theme}" == "LeapMicro"
|
||||
%ifarch x86_64 aarch64
|
||||
install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
|
||||
%if 0%{?suse_version} >= 1600
|
||||
# Micro 6.X
|
||||
install opensuse-%{branding}6-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml
|
||||
%else
|
||||
# Micro 5.X
|
||||
install opensuse-%{branding}5-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user