Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openSUSE-repos for openSUSE:Factory 
checked in at 2022-10-14 15:40:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-repos (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-repos.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-repos"

Fri Oct 14 15:40:52 2022 rev:2 rq:1010304 version:20221012.1c71da6

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-repos/openSUSE-repos.changes    
2022-10-11 18:04:43.322004518 +0200
+++ /work/SRC/openSUSE:Factory/.openSUSE-repos.new.2275/openSUSE-repos.changes  
2022-10-14 15:41:31.319816475 +0200
@@ -1,0 +2,27 @@
+Wed Oct 12 17:49:21 UTC 2022 - opensuse-releaset...@opensuse.org
+
+- Update to version 20221012.1c71da6:
+  * Remove trailing endif
+
+-------------------------------------------------------------------
+Wed Oct 12 13:47:11 UTC 2022 - opensuse-releaset...@opensuse.org
+
+- Update to version 20221012.07c2eae:
+  * MicroOS should builds on Factory version only
+
+-------------------------------------------------------------------
+Wed Oct 12 12:50:23 UTC 2022 - opensuse-releaset...@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-releaset...@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
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-repos-20221007.638a03b.obscpio
  openSUSE-repos-20221007.638a03b.tar.xz

New:
----
  openSUSE-repos-20221012.1c71da6.obscpio
  openSUSE-repos-20221012.1c71da6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openSUSE-repos.spec ++++++
--- /var/tmp/diff_new_pack.tuC51U/_old  2022-10-14 15:41:31.967817557 +0200
+++ /var/tmp/diff_new_pack.tuC51U/_new  2022-10-14 15:41:31.967817557 +0200
@@ -25,14 +25,18 @@
 
 %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 @@
 %endif
 %endif
 %endif
-%endif
 
 %if "%{?theme}" == ""
 ExclusiveArch:  do_not_build
@@ -58,7 +61,7 @@
 %else
 Name:           openSUSE-repos-%{theme}
 %endif
-Version:        20221007.638a03b
+Version:        20221012.1c71da6
 Release:        0
 Summary:        openSUSE package repositories
 License:        MIT
@@ -77,6 +80,12 @@
 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 @@
 %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 @@
 %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 @@
 %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

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tuC51U/_old  2022-10-14 15:41:32.027817657 +0200
+++ /var/tmp/diff_new_pack.tuC51U/_new  2022-10-14 15:41:32.031817664 +0200
@@ -1,6 +1,6 @@
 <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>
 (No newline at EOF)
 

++++++ openSUSE-repos-20221007.638a03b.obscpio -> 
openSUSE-repos-20221012.1c71da6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-repos-20221007.638a03b/dist/package/openSUSE-repos.spec 
new/openSUSE-repos-20221012.1c71da6/dist/package/openSUSE-repos.spec
--- old/openSUSE-repos-20221007.638a03b/dist/package/openSUSE-repos.spec        
2022-10-07 18:25:55.000000000 +0200
+++ new/openSUSE-repos-20221012.1c71da6/dist/package/openSUSE-repos.spec        
2022-10-12 19:48:33.000000000 +0200
@@ -25,14 +25,18 @@
 
 %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 @@
 %endif
 %endif
 %endif
-%endif
 
 %if "%{?theme}" == ""
 ExclusiveArch:  do_not_build
@@ -58,7 +61,7 @@
 %else
 Name:           openSUSE-repos-%{theme}
 %endif
-Version:        20220926.da3133a
+Version:        0
 Release:        0
 Summary:        openSUSE package repositories
 License:        MIT
@@ -77,6 +80,12 @@
 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 @@
 %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 @@
 %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 @@
 %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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-repos-20221007.638a03b/opensuse-microos-repoindex.xml 
new/openSUSE-repos-20221012.1c71da6/opensuse-microos-repoindex.xml
--- old/openSUSE-repos-20221007.638a03b/opensuse-microos-repoindex.xml  
1970-01-01 01:00:00.000000000 +0100
+++ new/openSUSE-repos-20221012.1c71da6/opensuse-microos-repoindex.xml  
2022-10-12 19:48:33.000000000 +0200
@@ -0,0 +1,37 @@
+<repoindex ttl="0"
+    disturl="https://download.opensuse.org";
+    distsub="tumbleweed/"
+    debugenable="false"
+    sourceenable="false">
+
+<repo url="%{disturl}/%{distsub}/repo/oss"
+    alias="repo-oss"
+    name="%{alias}"
+    enabled="true"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/debug/%{distsub}/repo/oss"
+    alias="repo-oss-debug"
+    name="%{alias}"
+    enabled="false"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/source/%{distsub}/repo/oss"
+    alias="repo-oss-source"
+    name="%{alias}"
+    enabled="false"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/%{distsub}/repo/non-oss"
+    alias="repo-non-oss"
+    name="%{alias}"
+    enabled="true"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/update/%{distsub}"
+    alias="update-tumbleweed"
+    name="%{alias}"
+    enabled="true"
+    autorefresh="true"/>
+
+</repoindex>

++++++ openSUSE-repos-20221007.638a03b.tar.xz -> 
openSUSE-repos-20221012.1c71da6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-repos-20221007.638a03b/dist/package/openSUSE-repos.spec 
new/openSUSE-repos-20221012.1c71da6/dist/package/openSUSE-repos.spec
--- old/openSUSE-repos-20221007.638a03b/dist/package/openSUSE-repos.spec        
2022-10-07 18:25:55.000000000 +0200
+++ new/openSUSE-repos-20221012.1c71da6/dist/package/openSUSE-repos.spec        
2022-10-12 19:48:33.000000000 +0200
@@ -25,14 +25,18 @@
 
 %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 @@
 %endif
 %endif
 %endif
-%endif
 
 %if "%{?theme}" == ""
 ExclusiveArch:  do_not_build
@@ -58,7 +61,7 @@
 %else
 Name:           openSUSE-repos-%{theme}
 %endif
-Version:        20220926.da3133a
+Version:        0
 Release:        0
 Summary:        openSUSE package repositories
 License:        MIT
@@ -77,6 +80,12 @@
 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 @@
 %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 @@
 %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 @@
 %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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-repos-20221007.638a03b/opensuse-microos-repoindex.xml 
new/openSUSE-repos-20221012.1c71da6/opensuse-microos-repoindex.xml
--- old/openSUSE-repos-20221007.638a03b/opensuse-microos-repoindex.xml  
1970-01-01 01:00:00.000000000 +0100
+++ new/openSUSE-repos-20221012.1c71da6/opensuse-microos-repoindex.xml  
2022-10-12 19:48:33.000000000 +0200
@@ -0,0 +1,37 @@
+<repoindex ttl="0"
+    disturl="https://download.opensuse.org";
+    distsub="tumbleweed/"
+    debugenable="false"
+    sourceenable="false">
+
+<repo url="%{disturl}/%{distsub}/repo/oss"
+    alias="repo-oss"
+    name="%{alias}"
+    enabled="true"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/debug/%{distsub}/repo/oss"
+    alias="repo-oss-debug"
+    name="%{alias}"
+    enabled="false"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/source/%{distsub}/repo/oss"
+    alias="repo-oss-source"
+    name="%{alias}"
+    enabled="false"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/%{distsub}/repo/non-oss"
+    alias="repo-non-oss"
+    name="%{alias}"
+    enabled="true"
+    autorefresh="true"/>
+
+<repo url="%{disturl}/update/%{distsub}"
+    alias="update-tumbleweed"
+    name="%{alias}"
+    enabled="true"
+    autorefresh="true"/>
+
+</repoindex>

++++++ openSUSE-repos.obsinfo ++++++
--- /var/tmp/diff_new_pack.tuC51U/_old  2022-10-14 15:41:32.167817892 +0200
+++ /var/tmp/diff_new_pack.tuC51U/_new  2022-10-14 15:41:32.171817898 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-repos
-version: 20221007.638a03b
-mtime: 1665159955
-commit: 638a03bfcab128a6153a74716ed2dfd841e8b3d8
+version: 20221012.1c71da6
+mtime: 1665596913
+commit: 1c71da6bc0b535a4b3a5926e7216ef7c28fcbcfa
 

Reply via email to