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 2024-04-14 11:54:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-repos (Old) and /work/SRC/openSUSE:Factory/.openSUSE-repos.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-repos" Sun Apr 14 11:54:37 2024 rev:12 rq:1167152 version:20240412.89bd714 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-repos/openSUSE-repos.changes 2024-03-27 20:43:48.871878694 +0100 +++ /work/SRC/openSUSE:Factory/.openSUSE-repos.new.26366/openSUSE-repos.changes 2024-04-14 12:24:27.085194374 +0200 @@ -1,0 +2,17 @@ +Fri Apr 12 16:50:55 UTC 2024 - [email protected] + +- Update to version 20240412.89bd714: + * Update opensuse-leap-micro-repoindex.xml + +------------------------------------------------------------------- +Fri Apr 12 15:26:48 UTC 2024 - [email protected] + +- Update to version 20240412.c2caafb: + * Drop specfile from git + * remove an extra slash in 'nvidia-slowroll-repoindex.xml' file + * deleted an extra slash in the repository files + + * Ensure that LeapMicro flavor is built + also if sle_version is not set (6.X+) + +------------------------------------------------------------------- Old: ---- openSUSE-repos-20240327.09add4e.obscpio New: ---- openSUSE-repos-20240412.89bd714.obscpio openSUSE-repos-20240412.89bd714.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-repos.spec ++++++ --- /var/tmp/diff_new_pack.gdOQOJ/_old 2024-04-14 12:24:27.569211999 +0200 +++ /var/tmp/diff_new_pack.gdOQOJ/_new 2024-04-14 12:24:27.569211999 +0200 @@ -1,7 +1,7 @@ # # spec file for package openSUSE-repos # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 Neal Gompa <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -27,7 +27,7 @@ %global flavor @BUILD_FLAVOR@%nil %define with_nvidia 1 -%if 0%{?is_opensuse} && 0%{?suse_version} >= 1550 +%if 0%{?is_opensuse} && 0%{?suse_version} > 1600 # Tumbleweed %if "%flavor" == "openSUSE-repos-Tumbleweed" %define theme Tumbleweed @@ -48,8 +48,7 @@ %endif %endif -%if 0%{?sle_version} -# Leap +# LeapMicro 6.0 does not have sle_version any more %if 0%{?is_leapmicro} %if "%flavor" == "openSUSE-repos-LeapMicro" %define theme LeapMicro @@ -59,6 +58,8 @@ %define with_nvidia 0 %endif %else +# Leap +%if 0%{?sle_version} %if "%flavor" == "openSUSE-repos-Leap" %define theme Leap %define branding leap @@ -75,7 +76,7 @@ %else Name: openSUSE-repos-%{theme} %endif -Version: 20240327.09add4e +Version: 20240412.89bd714 Release: 0 Summary: openSUSE package repositories License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gdOQOJ/_old 2024-04-14 12:24:27.609213456 +0200 +++ /var/tmp/diff_new_pack.gdOQOJ/_new 2024-04-14 12:24:27.609213456 +0200 @@ -5,7 +5,6 @@ <param name="scm">git</param> <param name="revision">main</param> <param name="changesgenerate">enable</param> - <param name="extract">dist/package/openSUSE-repos*.spec</param> <param name="filename">openSUSE-repos</param> <param name="changesauthor">[email protected]</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.gdOQOJ/_old 2024-04-14 12:24:27.629214185 +0200 +++ /var/tmp/diff_new_pack.gdOQOJ/_new 2024-04-14 12:24:27.633214330 +0200 @@ -1,8 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-repos.git</param> - <param name="changesrevision">09add4e3080112fb3441dd57e608fd1e3a38626b</param></service><service name="tar_scm"> + <param name="changesrevision">89bd714183c38791f491e07da536c99823aa7f5e</param></service><service name="tar_scm"> <param name="url">https://github.com/lkocman/openSUSE-repos.git</param> - <param name="changesrevision">0d4463391c611b7a7c3f158d4d58d6f2f54aafc1</param></service></servicedata> + <param name="changesrevision">16902ba1ccff43679a254e87d11103f4ef88a1d0</param></service></servicedata> (No newline at EOF) ++++++ openSUSE-repos-20240327.09add4e.obscpio -> openSUSE-repos-20240412.89bd714.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/dist/package/openSUSE-repos.spec new/openSUSE-repos-20240412.89bd714/dist/package/openSUSE-repos.spec --- old/openSUSE-repos-20240327.09add4e/dist/package/openSUSE-repos.spec 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/dist/package/openSUSE-repos.spec 1970-01-01 01:00:00.000000000 +0100 @@ -1,375 +0,0 @@ -# -# spec file for package openSUSE-repos -# -# Copyright (c) 2023 SUSE LLC -# Copyright (c) 2022 Neal Gompa <[email protected]> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - - -%global debug_package %{nil} - -%if "@BUILD_FLAVOR@" == "" -ExclusiveArch: do_not_build -%endif - -# Each openSUSE release package has a suggests for openSUSE-repos-$flavor. -%global flavor @BUILD_FLAVOR@%nil - -%define with_nvidia 1 -%if 0%{?is_opensuse} && 0%{?suse_version} >= 1550 -# Tumbleweed -%if "%flavor" == "openSUSE-repos-Tumbleweed" -%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 -%endif -# ALP -> Leap 16 does not use sle_version, ALP also uses is_opensuse 1 -%if "%flavor" == "openSUSE-repos-Leap16" -%define theme Leap16 -%define branding leap16 -%endif -%endif - -%if 0%{?sle_version} -# Leap -%if 0%{?is_leapmicro} -%if "%flavor" == "openSUSE-repos-LeapMicro" -%define theme LeapMicro -%define branding leap-micro -# Do not build for LeapMicro as per SLEM Product Management -# They expect NVIDIA related drivers and libs to be present inside the container -%define with_nvidia 0 -%endif -%else -%if "%flavor" == "openSUSE-repos-Leap" -%define theme Leap -%define branding leap -%endif -%endif -%endif - -%if "%{?theme}" == "" -ExclusiveArch: do_not_build -%endif - -%if "@BUILD_FLAVOR@" == "" -Name: openSUSE-repos -%else -Name: openSUSE-repos-%{theme} -%endif -Version: 0 -Release: 0 -Summary: openSUSE package repositories -License: MIT -Group: System/Management -URL: https://github.com/openSUSE/openSUSE-repos -Source: openSUSE-repos-%{version}.tar.xz -#boo#1203715 -BuildRequires: -post-build-checks -Requires: zypper -# Ensure we install matching packages on given distribution -# openSUSE-release has suggest on particular theme based on distribution -%if 0%{?with_nvidia} -Suggests: openSUSE-repos-%{theme}-NVIDIA -%endif -Conflicts: otherproviders(openSUSE-repos) -Provides: openSUSE-repos -%if "%{?theme}" == "Tumbleweed" -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 -%endif -%if "%{?theme}" == "Leap16" -Obsoletes: openSUSE-repos-Leap -Obsoletes: openSUSE-repos-LeapMicro -%endif - -%description -Definitions for openSUSE repository management via zypp-services - -%if 0%{?with_nvidia} -%package NVIDIA -Summary: openSUSE NVIDIA repository definitions -Requires: openSUSE-repos -Supplements: modalias(pci:v000010DEd*sv*sd*bc03sc*i*) -Provides: openSUSE-repos-NVIDIA -%if "%{?theme}" == "Tumbleweed" -Obsoletes: openSUSE-repos-Leap-NVIDIA -Obsoletes: openSUSE-repos-LeapMicro-NVIDIA -%endif -%if "%{?theme}" == "MicroOS" -Obsoletes: openSUSE-repos-Leap-NVIDIA -Obsoletes: openSUSE-repos-LeapMicro-NVIDIA -%endif -%if "%{?theme}" == "Leap16" -Obsoletes: openSUSE-repos-Leap-NVIDIA -Obsoletes: openSUSE-repos-LeapMicro-NVIDIA -%endif - -%description NVIDIA -Definitions for NVIDIA repository management via zypp-services -%endif - -%files - -%dir %{_datadir}/zypp/local/ -%dir %{_datadir}/zypp/local/service -%dir %{_datadir}/zypp/local/service/openSUSE -%dir %{_datadir}/zypp/local/service/openSUSE/repo -%ghost %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml -%ghost %{_sysconfdir}/zypp/services.d/openSUSE.service -%{_sysconfdir}/zypp/vars.d/DIST_ARCH - -%if "%{theme}" == "Tumbleweed" -%ifarch %{ix86} x86_64 -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml -%else -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-ports-repoindex.xml -%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 -%endif -%endif - -%if "%{theme}" == "LeapMicro" -%ifarch x86_64 aarch64 -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml -%endif -%endif - -%if "%{theme}" == "Leap" -%ifarch %{ix86} x86_64 aarch64 ppc64le s390x -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml -%else -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-ports-repoindex.xml -%endif -%endif - -%if "%{theme}" == "Leap16" -%ifarch %{ix86} x86_64 aarch64 -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-repoindex.xml -%else -%{_datadir}/zypp/local/service/openSUSE/repo/opensuse-%{branding}-ports-repoindex.xml -%endif -%endif - -%if 0%{?with_nvidia} -%files NVIDIA -%dir %{_datadir}/zypp/local/service/NVIDIA -%dir %{_datadir}/zypp/local/service/NVIDIA/repo -%ghost %{_datadir}/zypp/local/service/NVIDIA/repo/repoindex.xml -%{_datadir}/zypp/local/service/NVIDIA/repo/nvidia-%{branding}-repoindex.xml -%ghost %{_sysconfdir}/zypp/services.d/openSUSE.service -%{_datadir}/zypp/local/service/NVIDIA/repo/nvidia-%{branding}-repoindex.xml -%endif - -%prep -%setup -q -n openSUSE-repos-%{version} - -%build -# Nothing to build - -%install - -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/ - -# Setup for primary arches -%if "%{theme}" == "Tumbleweed" -%ifarch %{ix86} x86_64 -install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo -%else ifarch aarch64 %{arm} %{power64} ppc s390x riscv64 -install opensuse-%{branding}-ports-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo -%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 -%endif -%endif - -%if "%{theme}" == "LeapMicro" -%ifarch x86_64 aarch64 -install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo -%endif -%endif - -%if "%{theme}" == "Leap" -%ifarch %{ix86} x86_64 aarch64 ppc64le s390x -install opensuse-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo -%else -install opensuse-%{branding}-ports-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/openSUSE/repo -%endif -%endif - -%if 0%{?with_nvidia} -install nvidia-%{branding}-repoindex.xml -pm 0644 %{buildroot}%{_datadir}/zypp/local/service/NVIDIA/repo -%endif - -%ifarch %{ix86} -echo "x86" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch x86_64 -echo "x86_64" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch aarch64 -echo "aarch64" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch armv6l armv6hl -echo "armv6hl" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch armv7l armv7hl -echo "armv7hl" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch ppc ppc64 ppc64le -echo "ppc" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch riscv64 -echo "riscv" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%ifarch s390x -echo "zsystems" > %{buildroot}%{_sysconfdir}/zypp/vars.d/DIST_ARCH -%endif - -%post -%if "%{theme}" == "Tumbleweed" -%ifarch %{ix86} x86_64 -ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml -%else -ln -sf opensuse-%{branding}-ports-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml -%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 -%endif -%endif - -%if "%{theme}" == "LeapMicro" -%ifarch x86_64 aarch64 -ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml -%endif -%endif - -%if "%{theme}" == "Leap" -%ifarch %{ix86} x86_64 aarch64 ppc64le s390x -ln -sf opensuse-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml -%else -ln -sf opensuse-%{branding}-ports-repoindex.xml %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml -%endif -%endif - -# Disable all non-zypp-service managed repos with default filenames - -for repo_file in \ -repo-backports-debug-update.repo repo-oss.repo repo-backports-update.repo \ -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 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" - mv %{_sysconfdir}/zypp/repos.d/$repo_file %{_sysconfdir}/zypp/repos.d/$repo_file.rpmsave - fi -done - -# We hereby declare that running this will not influence existing transaction -ZYPP_READONLY_HACK=1 zypper addservice %{_datadir}/zypp/local/service/openSUSE openSUSE - -%if 0%{?with_nvidia} -%post NVIDIA -ln -sf nvidia-%{branding}-repoindex.xml %{_datadir}/zypp/local/service/NVIDIA/repo/repoindex.xml - -# Disable user-defined with default filename from wiki -# https://en.opensuse.org/SDB:NVIDIA_drivers#Zypper -for repo_file in NVIDIA.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" - mv %{_sysconfdir}/zypp/repos.d/$repo_file %{_sysconfdir}/zypp/repos.d/$repo_file.rpmsave - fi -done - -# We hereby declare that running this will not influence existing transaction -ZYPP_READONLY_HACK=1 zypper addservice %{_datadir}/zypp/local/service/NVIDIA NVIDIA -%endif - -%postun -if [ "$1" = 0 ] ; then - # We hereby declare that running this will not influence existing transaction - ZYPP_READONLY_HACK=1 zypper removeservice openSUSE - if [ -L "%{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml" ] ; then - rm -f %{_datadir}/zypp/local/service/openSUSE/repo/repoindex.xml - fi -fi - -%if 0%{?with_nvidia} -%postun NVIDIA -if [ "$1" = 0 ] ; then - # We hereby declare that running this will not influence existing transaction - ZYPP_READONLY_HACK=1 zypper removeservice NVIDIA - if [ -L "%{_datadir}/zypp/local/service/NVIDIA/repo/repoindex.xml" ] ; then - rm -f %{_datadir}/zypp/local/service/NVIDIA/repo/repoindex.xml - fi -fi -%endif - -%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/nvidia-leap-repoindex.xml new/openSUSE-repos-20240412.89bd714/nvidia-leap-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/nvidia-leap-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/nvidia-leap-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="https://download.nvidia.com" - distsub="leap/" + distsub="leap" distver="${releasever}" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/nvidia-microos-repoindex.xml new/openSUSE-repos-20240412.89bd714/nvidia-microos-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/nvidia-microos-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/nvidia-microos-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="https://download.nvidia.com" - distsub="tumbleweed/" + distsub="tumbleweed" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/nvidia-slowroll-repoindex.xml new/openSUSE-repos-20240412.89bd714/nvidia-slowroll-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/nvidia-slowroll-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/nvidia-slowroll-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="https://download.nvidia.com" - distsub="tumbleweed/" + distsub="tumbleweed" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/nvidia-tumbleweed-repoindex.xml new/openSUSE-repos-20240412.89bd714/nvidia-tumbleweed-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/nvidia-tumbleweed-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/nvidia-tumbleweed-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="https://download.nvidia.com" - distsub="tumbleweed/" + distsub="tumbleweed" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-leap-micro-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-leap-micro-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-leap-micro-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-leap-micro-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,29 +1,29 @@ <repoindex ttl="0" disturl="http://cdn.opensuse.org" - distsub="leap-micro/" + distsub="leap-micro" distver="${releasever}" debugenable="false" sourceenable="false"> -<repo url="%{disturl}/distribution/%{distsub}%{distver}/product/repo/Leap-Micro-%{distver}-$DIST_ARCH-Media1" +<repo url="%{disturl}/distribution/%{distsub}/%{distver}/product/repo/Leap-Micro-%{distver}-$DIST_ARCH-Media1" alias="repo-main" name="%{alias} (%{distver})" enabled="true" autorefresh="true"/> -<repo url="%{disturl}/distribution/%{distsub}%{distver}/product/repo/Leap-Micro-%{distver}-$DIST_ARCH-Media2" +<repo url="%{disturl}/distribution/%{distsub}/%{distver}/product/repo/Leap-Micro-%{distver}-$DIST_ARCH-Media2" alias="repo-debug" name="%{alias} (%{distver})" enabled="false" autorefresh="true"/> -<repo url="%{disturl}/distribution/%{distsub}%{distver}/product/repo/Leap-Micro-%{distver}-$DIST_ARCH-Media3" +<repo url="%{disturl}/distribution/%{distsub}/%{distver}/product/repo/Leap-Micro-%{distver}-$DIST_ARCH-Media3" alias="repo-source" name="%{alias} (%{distver})" enabled="false" autorefresh="true"/> -<repo url="%{disturl}/update/%{distsub}%{distver}/sle" +<repo url="%{disturl}/update/%{distsub}/%{distver}/sle" alias="repo-sle-update" name="%{alias} (%{distver})" enabled="true" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-leap-ports-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-leap-ports-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-leap-ports-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-leap-ports-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="http://cdn.opensuse.org" - distsub="leap/" + distsub="leap" distver="${releasever}" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-leap-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-leap-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-leap-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-leap-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="http://cdn.opensuse.org" - distsub="leap/" + distsub="leap" distver="${releasever}" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-leap16-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-leap16-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-leap16-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-leap16-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="http://cdn.opensuse.org" - distsub="leap/" + distsub="leap" distver="${releasever}" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-microos-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-microos-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-microos-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-microos-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="http://cdn.opensuse.org" - distsub="tumbleweed/" + distsub="tumbleweed" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-tumbleweed-ports-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-tumbleweed-ports-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-tumbleweed-ports-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-tumbleweed-ports-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="https://download.opensuse.org" - distsub="tumbleweed/" + distsub="tumbleweed" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20240327.09add4e/opensuse-tumbleweed-repoindex.xml new/openSUSE-repos-20240412.89bd714/opensuse-tumbleweed-repoindex.xml --- old/openSUSE-repos-20240327.09add4e/opensuse-tumbleweed-repoindex.xml 2024-03-27 10:12:20.000000000 +0100 +++ new/openSUSE-repos-20240412.89bd714/opensuse-tumbleweed-repoindex.xml 2024-04-12 18:49:14.000000000 +0200 @@ -1,6 +1,6 @@ <repoindex ttl="0" disturl="http://cdn.opensuse.org" - distsub="tumbleweed/" + distsub="tumbleweed" debugenable="false" sourceenable="false"> ++++++ openSUSE-repos.obsinfo ++++++ --- /var/tmp/diff_new_pack.gdOQOJ/_old 2024-04-14 12:24:27.729217826 +0200 +++ /var/tmp/diff_new_pack.gdOQOJ/_new 2024-04-14 12:24:27.733217971 +0200 @@ -1,5 +1,5 @@ name: openSUSE-repos -version: 20240327.09add4e -mtime: 1711530740 -commit: 09add4e3080112fb3441dd57e608fd1e3a38626b +version: 20240412.89bd714 +mtime: 1712940554 +commit: 89bd714183c38791f491e07da536c99823aa7f5e
