Dominique Leuenberger 2022-10-14 13:40:52 +00:00 committed by Git OBS Bridge
commit 779a021d76
8 changed files with 68 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/openSUSE-repos.git</param>
<param name="changesrevision">9321e0695f80a68d9f402b111eaeea932960bdec</param></service></servicedata>
<param name="changesrevision">0dd552b06a65295e70e671cfeec3a0dec991e897</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9463ca18b49477b7dd359b52c301e523bed6d6ec78fb8b9030f653d4acc5c23e
size 16906

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:997b3a49cb8cd115b43d4bfefe5edd5a1a05221fbae7a15864afc3338791c6d0
size 3236

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ec8097f60dd76fdf8a9335ecc55286fcd97645427b405147d78dfb802930d68
size 18442

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ee3fd0b9c46012b925b7062c4ab285c2b7ec41736015b178543b81eafd45b24
size 3340

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Oct 12 17:49:21 UTC 2022 - opensuse-releaseteam@opensuse.org
- Update to version 20221012.1c71da6:
* Remove trailing endif
-------------------------------------------------------------------
Wed Oct 12 13:47:11 UTC 2022 - opensuse-releaseteam@opensuse.org
- Update to version 20221012.07c2eae:
* MicroOS should builds on Factory version only
-------------------------------------------------------------------
Wed Oct 12 12:50:23 UTC 2022 - opensuse-releaseteam@opensuse.org
- Update to version 20221012.ea3218c:
* Ensure that MicroOS flavor is not build on Leap
-------------------------------------------------------------------
Wed Oct 12 10:00:06 UTC 2022 - opensuse-releaseteam@opensuse.org
- Update to version 20221012.c4167e1:
* fix broken spec
* Remove unwanted second spec
* Rebase MicroOS on top of single-spec setup
* Initial MicroOS flavor based on TW
-------------------------------------------------------------------
Fri Oct 07 20:37:54 UTC 2022 - opensuse-releaseteam@opensuse.org

View File

@ -1,4 +1,4 @@
name: openSUSE-repos
version: 20221007.638a03b
mtime: 1665159955
commit: 638a03bfcab128a6153a74716ed2dfd841e8b3d8
version: 20221012.1c71da6
mtime: 1665596913
commit: 1c71da6bc0b535a4b3a5926e7216ef7c28fcbcfa

View File

@ -25,14 +25,18 @@ ExclusiveArch: do_not_build
%global flavor @BUILD_FLAVOR@%nil
%if 0%{?is_opensuse}
%if 0%{?is_opensuse} && 0%{?suse_version} >= 1550
# Tumbleweed
%if "%flavor" == "openSUSE-repos-Tumbleweed"
%if %suse_version >= 1550
%define theme Tumbleweed
%define branding tumbleweed
%endif
%if "%flavor" == "openSUSE-repos-MicroOS"
%define theme MicroOS
%define branding microos
%endif
%endif
%if 0%{?sle_version}
# Leap
%if 0%{?is_leapmicro}
@ -47,7 +51,6 @@ ExclusiveArch: do_not_build
%endif
%endif
%endif
%endif
%if "%{?theme}" == ""
ExclusiveArch: do_not_build
@ -58,7 +61,7 @@ Name: openSUSE-repos
%else
Name: openSUSE-repos-%{theme}
%endif
Version: 20221007.638a03b
Version: 20221012.1c71da6
Release: 0
Summary: openSUSE package repositories
License: MIT
@ -77,6 +80,12 @@ Provides: openSUSE-repos
Obsoletes: openSUSE-repos-Leap
Obsoletes: openSUSE-repos-LeapMicro
%endif
%if "%{?theme}" == "MicroOS"
# Support migration from literally anything including TW to MicroOS
Obsoletes: openSUSE-repos-Leap
Obsoletes: openSUSE-repos-LeapMicro
Obsoletes: openSUSE-repos-Tumbleweed
%endif
%description
Definitions for openSUSE repository management via zypp-services
@ -98,6 +107,12 @@ Definitions for openSUSE repository management via zypp-services
%endif
%endif
%if "%{theme}" == "MicroOS"
%ifarch x86_64 aarch64
%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml
%endif
%endif
%if "%{theme}" == "LeapMicro"
%ifarch x86_64 aarch64
%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml
@ -132,6 +147,12 @@ install opensuse-%{branding}-ports-repoindex.xml -pm 0644 %{buildroot}%{_datadir
%endif
%endif
%if "%{theme}" == "MicroOS"
%ifarch x86_64 aarch64
install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
%endif
%endif
%if "%{theme}" == "LeapMicro"
%ifarch x86_64 aarch64
install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo
@ -187,6 +208,12 @@ ln -sf opensuse-%{branding}-ports-repoindex.xml %{_datadir}/zypp/local/service/o
%endif
%endif
%if "%{theme}" == "MicroOS"
%ifarch x86_64 aarch64
ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml
%endif
%endif
%if "%{theme}" == "LeapMicro"
%ifarch x86_64 aarch64
ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml