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 2023-08-01 14:15:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-repos (Old) and /work/SRC/openSUSE:Factory/.openSUSE-repos.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-repos" Tue Aug 1 14:15:41 2023 rev:8 rq:1101535 version:20230731.a018a46 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-repos/openSUSE-repos.changes 2023-07-26 13:25:42.072635965 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-repos.new.32662/openSUSE-repos.changes 2023-08-01 14:15:44.983565129 +0200 @@ -1,0 +2,9 @@ +Mon Jul 31 10:13:52 UTC 2023 - opensuse-releaset...@opensuse.org + +- Update to version 20230731.a018a46: + * Use HTTP - When you use https, you have the tls handshake overhead + and you get redirected to only-https mirrors. + Also http by default enables systems with experimental ssl setup. + * Update README.md with text from the news-o-o article + +------------------------------------------------------------------- Old: ---- openSUSE-repos-20230725.c6c492e.obscpio New: ---- openSUSE-repos-20230731.a018a46.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-repos.spec ++++++ --- /var/tmp/diff_new_pack.mxtlVN/_old 2023-08-01 14:15:46.195572249 +0200 +++ /var/tmp/diff_new_pack.mxtlVN/_new 2023-08-01 14:15:46.199572272 +0200 @@ -66,7 +66,7 @@ %else Name: openSUSE-repos-%{theme} %endif -Version: 20230725.c6c492e +Version: 20230731.a018a46 Release: 0 Summary: openSUSE package repositories License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.mxtlVN/_old 2023-08-01 14:15:46.255572602 +0200 +++ /var/tmp/diff_new_pack.mxtlVN/_new 2023-08-01 14:15:46.259572625 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-repos.git</param> - <param name="changesrevision">c6c492e89ff51e2d549d6e614a3aa18c2015703d</param></service></servicedata> + <param name="changesrevision">a018a46b504e6a50e7ab1ece9af0515ae3d55303</param></service></servicedata> (No newline at EOF) ++++++ openSUSE-repos-20230725.c6c492e.obscpio -> openSUSE-repos-20230731.a018a46.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/README.md new/openSUSE-repos-20230731.a018a46/README.md --- old/openSUSE-repos-20230725.c6c492e/README.md 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/README.md 2023-07-31 12:12:29.000000000 +0200 @@ -2,10 +2,10 @@ **Definitions for openSUSE repository management via zypp-services.** -This feature was originally requested as part of https://code.opensuse.org/leap/features/issue/91 - -See official [docs](https://doc.opensuse.org/projects/libzypp/HEAD/zypp-services.html#services-usecase-4) for zypp-services for more details. +[openSUSE-repos](https://github.com/openSUSE/openSUSE-repos) simplifies openSUSE repository management by utilizing [Repository Index Service (RIS)](https://en.opensuse.org/openSUSE:Standards_Repository_Index_Service) for core distribution. +Current version utilizes the new [cdn.opensuse.org](https://code.opensuse.org/leap/features/issue/128). +This feature was originally requested as part of https://code.opensuse.org/leap/features/issue/91 ## Example manual usage of zypper as ``` @@ -21,7 +21,7 @@ ``` -## Restoring original distribution repositories** +## Restoring original distribution repositories openSUSE-repos does backup of all existing default distribution repo files under /etc/zypp/repos.d/*.rpmsave As of today uninstalling openSUSE-repos **will not** restore original distribution repo files. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/opensuse-leap-micro-repoindex.xml new/openSUSE-repos-20230731.a018a46/opensuse-leap-micro-repoindex.xml --- old/openSUSE-repos-20230725.c6c492e/opensuse-leap-micro-repoindex.xml 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/opensuse-leap-micro-repoindex.xml 2023-07-31 12:12:29.000000000 +0200 @@ -1,5 +1,5 @@ <repoindex ttl="0" - disturl="https://cdn.opensuse.org" + disturl="http://cdn.opensuse.org" distsub="leap-micro/" distver="${releasever}" debugenable="false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/opensuse-leap-ports-repoindex.xml new/openSUSE-repos-20230731.a018a46/opensuse-leap-ports-repoindex.xml --- old/openSUSE-repos-20230725.c6c492e/opensuse-leap-ports-repoindex.xml 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/opensuse-leap-ports-repoindex.xml 2023-07-31 12:12:29.000000000 +0200 @@ -1,5 +1,5 @@ <repoindex ttl="0" - disturl="https://cdn.opensuse.org" + disturl="http://cdn.opensuse.org" distsub="leap/" distver="${releasever}" debugenable="false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/opensuse-leap-repoindex.xml new/openSUSE-repos-20230731.a018a46/opensuse-leap-repoindex.xml --- old/openSUSE-repos-20230725.c6c492e/opensuse-leap-repoindex.xml 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/opensuse-leap-repoindex.xml 2023-07-31 12:12:29.000000000 +0200 @@ -1,5 +1,5 @@ <repoindex ttl="0" - disturl="https://cdn.opensuse.org" + disturl="http://cdn.opensuse.org" distsub="leap/" distver="${releasever}" debugenable="false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/opensuse-leap16-repoindex.xml new/openSUSE-repos-20230731.a018a46/opensuse-leap16-repoindex.xml --- old/openSUSE-repos-20230725.c6c492e/opensuse-leap16-repoindex.xml 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/opensuse-leap16-repoindex.xml 2023-07-31 12:12:29.000000000 +0200 @@ -1,5 +1,5 @@ <repoindex ttl="0" - disturl="https://cdn.opensuse.org" + disturl="http://cdn.opensuse.org" distsub="leap/" distver="${releasever}" debugenable="false" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/opensuse-microos-repoindex.xml new/openSUSE-repos-20230731.a018a46/opensuse-microos-repoindex.xml --- old/openSUSE-repos-20230725.c6c492e/opensuse-microos-repoindex.xml 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/opensuse-microos-repoindex.xml 2023-07-31 12:12:29.000000000 +0200 @@ -1,5 +1,5 @@ <repoindex ttl="0" - disturl="https://cdn.opensuse.org" + disturl="http://cdn.opensuse.org" distsub="tumbleweed/" debugenable="false" sourceenable="false"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-repos-20230725.c6c492e/opensuse-tumbleweed-repoindex.xml new/openSUSE-repos-20230731.a018a46/opensuse-tumbleweed-repoindex.xml --- old/openSUSE-repos-20230725.c6c492e/opensuse-tumbleweed-repoindex.xml 2023-07-25 15:13:14.000000000 +0200 +++ new/openSUSE-repos-20230731.a018a46/opensuse-tumbleweed-repoindex.xml 2023-07-31 12:12:29.000000000 +0200 @@ -1,5 +1,5 @@ <repoindex ttl="0" - disturl="https://cdn.opensuse.org" + disturl="http://cdn.opensuse.org" distsub="tumbleweed/" debugenable="false" sourceenable="false"> ++++++ openSUSE-repos.obsinfo ++++++ --- /var/tmp/diff_new_pack.mxtlVN/_old 2023-08-01 14:15:46.867576197 +0200 +++ /var/tmp/diff_new_pack.mxtlVN/_new 2023-08-01 14:15:46.899576385 +0200 @@ -1,5 +1,5 @@ name: openSUSE-repos -version: 20230725.c6c492e -mtime: 1690290794 -commit: c6c492e89ff51e2d549d6e614a3aa18c2015703d +version: 20230731.a018a46 +mtime: 1690798349 +commit: a018a46b504e6a50e7ab1ece9af0515ae3d55303