Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpm-repos-openSUSE for openSUSE:Factory checked in at 2026-07-15 16:54:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpm-repos-openSUSE (Old) and /work/SRC/openSUSE:Factory/.rpm-repos-openSUSE.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm-repos-openSUSE" Wed Jul 15 16:54:15 2026 rev:13 rq:1365921 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rpm-repos-openSUSE/rpm-repos-openSUSE.changes 2025-09-26 22:27:37.957879242 +0200 +++ /work/SRC/openSUSE:Factory/.rpm-repos-openSUSE.new.1991/rpm-repos-openSUSE.changes 2026-07-15 17:11:32.971423537 +0200 @@ -1,0 +2,7 @@ +Fri Jul 3 15:37:43 UTC 2026 - Radoslav Kolev <[email protected]> + +- Adjust openSUSE key to current in openSUSE-build-key +- remove references to openSUSE-2022 key, as it no longer exists +- Properly support SLE 16.x+, use suse_version instead of sle_version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpm-repos-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.567443852 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.567443852 +0200 @@ -1,6 +1,7 @@ # # spec file for package rpm-repos-openSUSE # +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2021 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -15,11 +16,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%if 0%{?suse_version} && (!0%{?sle_version}) + +%if 0%{?suse_version} >= 1699 %global distname Tumbleweed %endif -%if 0%{?suse_version} == 1600 && 0%{?is_opensuse} +%if (0%{?suse_version} < 1699 || 0%{?sle_version}) && 0%{?is_opensuse} %global distname Leap %endif @@ -128,7 +130,6 @@ Requires: openSUSE-build-key BuildArch: noarch - %description -n rpm-repo-keys-openSUSE openSUSE GPG keys for validating packages from openSUSE repositories by DNF and PackageKit. @@ -143,17 +144,15 @@ %prep # Nothing to prepare - %build # Nothing to build - %install # Install the GPG key symlinks mkdir -p %{buildroot}%{_sysconfdir}/pki/rpm-gpg bash %{S:0} %{buildroot} -%if (0%{?sle_version} && 0%{?sle_version} < 150300) || "%{distname}" == "Tumbleweed" +%if (0%{?sle_version} && 0%{?sle_version} < 150300) || 0%{?suse_version} >= 1600 rm %{buildroot}%{_sysconfdir}/pki/rpm-gpg/*SuSE* rm %{buildroot}%{_sysconfdir}/pki/rpm-gpg/*Backports* %endif @@ -196,10 +195,15 @@ %if "%{distname}" == "Leap" # ==== Primary Leap repository configuration ==== +%if 0%{?suse_version} >= 1600 +# Leap 16.0+ pulls updates directly from the main OSS/Non-OSS repos +install %{S:11} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d +install %{S:12} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d + +%else %if 0%{?sle_version} >= 150300 -# Setup for main SLE/Leap arches -#ifarch ix86 x86_64 aarch64 power64 s390x +# Setup with updates/backports for Leap 15.3+ install %{S:11} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d install %{S:12} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d install %{S:14} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d @@ -208,7 +212,7 @@ # TODO: Add "Step" repos for arm and riscv64 %else -# Setup for primary arches +# Legacy Leap 15.2 and older %ifarch %{ix86} x86_64 install %{S:11} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d install %{S:12} -pm 0644 %{buildroot}%{_sysconfdir}/yum.repos.d @@ -240,6 +244,8 @@ %endif %endif + +%endif %endif ++++++ create-rpmgpg-symlinks.sh ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.599444942 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.603445078 +0200 @@ -20,7 +20,7 @@ declare -A RPMGPGKEYS # List of GPG keys and common names -RPMGPGKEYS["openSUSE"]="gpg-pubkey-29b700a4-62b07e22.asc" +RPMGPGKEYS["openSUSE"]="gpg-pubkey-29b700a4-6a17fa38.asc" RPMGPGKEYS["openSUSE-Backports"]="gpg-pubkey-287a0027-682477e3.asc" RPMGPGKEYS["SuSE-SLE-15"]="gpg-pubkey-39db7c82-66c5d91a.asc" RPMGPGKEYS["SuSE-SLE-15.3"]="gpg-pubkey-39db7c82-66c5d91a.asc" ++++++ opensuse-leap-non-oss.repo ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.631446033 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.635446169 +0200 @@ -5,7 +5,6 @@ enabled=0 enabled_metadata=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-non-oss-update] @@ -15,7 +14,6 @@ enabled=0 enabled_metadata=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-non-oss-source] @@ -24,7 +22,6 @@ #metalink=https://download.opensuse.org/distribution/leap/$releasever/repo/src-non-oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 ++++++ opensuse-leap-oss-ports.repo.in ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.663447124 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.667447260 +0200 @@ -4,7 +4,6 @@ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/distribution/leap/$releasever/repo/oss/repodata/repomd.xml.metalink enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-oss-update] @@ -13,7 +12,6 @@ #metalink=https://download.opensuse.org/ports/update/leap/$releasever/oss/repodata/repomd.xml.metalink enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-oss-debuginfo] @@ -22,7 +20,6 @@ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/debug/distribution/leap/$releasever/repo/oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-oss-update-debuginfo] @@ -31,7 +28,6 @@ #metalink=https://download.opensuse.org/ports/debug/update/leap/$releasever/oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-oss-source] @@ -40,7 +36,6 @@ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/source/distribution/leap/$releasever/repo/oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 ++++++ opensuse-leap-oss.repo ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.691448078 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.695448215 +0200 @@ -4,7 +4,6 @@ #metalink=https://download.opensuse.org/distribution/leap/$releasever/repo/oss/repodata/repomd.xml.metalink enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-Backports file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SuSE-SLE-$releasever gpgcheck=1 @@ -15,7 +14,6 @@ #metalink=https://download.opensuse.org/update/leap/$releasever/oss/repodata/repomd.xml.metalink enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-oss-debuginfo] @@ -24,7 +22,6 @@ #metalink=https://download.opensuse.org/debug/distribution/leap/$releasever/repo/oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-Backports file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SuSE-SLE-$releasever gpgcheck=1 @@ -35,7 +32,6 @@ #metalink=https://download.opensuse.org/debug/update/leap/$releasever/oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 gpgcheck=1 [opensuse-leap-oss-source] @@ -44,7 +40,6 @@ #metalink=https://download.opensuse.org/distribution/leap/$releasever/repo/src-oss/repodata/repomd.xml.metalink enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE - file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-Backports file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SuSE-SLE-$releasever gpgcheck=1 ++++++ opensuse-tumbleweed-non-oss.repo ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.751450123 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.755450260 +0200 @@ -4,7 +4,7 @@ #metalink=https://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.metalink enabled=0 enabled_metadata=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 [opensuse-tumbleweed-non-oss-source] @@ -12,7 +12,7 @@ baseurl=https://download.opensuse.org/tumbleweed/repo/src-non-oss/ #metalink=https://download.opensuse.org/tumbleweed/repo/src-non-oss/repodata/repomd.xml.metalink enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 ++++++ opensuse-tumbleweed-oss-ports.repo.in ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.779451078 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.779451078 +0200 @@ -3,7 +3,7 @@ baseurl=https://download.opensuse.org/ports/@DIST_ARCH@/tumbleweed/repo/oss/ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/tumbleweed/repo/oss/repodata/repomd.xml.metalink enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 [opensuse-tumbleweed-oss-debuginfo] @@ -11,7 +11,7 @@ baseurl=https://download.opensuse.org/ports/@DIST_ARCH@/debug/tumbleweed/repo/oss/ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/debug/tumbleweed/repo/oss/repodata/repomd.xml.metalink enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 [opensuse-tumbleweed-oss-source] @@ -19,7 +19,7 @@ baseurl=https://download.opensuse.org/ports/@DIST_ARCH@/source/tumbleweed/repo/oss/ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/source/tumbleweed/repo/oss/repodata/repomd.xml.metalink enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 ++++++ opensuse-tumbleweed-oss.repo ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.799451759 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.803451896 +0200 @@ -3,7 +3,7 @@ baseurl=https://download.opensuse.org/tumbleweed/repo/oss/ #metalink=https://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.metalink enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 [opensuse-tumbleweed-oss-debuginfo] @@ -11,7 +11,7 @@ baseurl=https://download.opensuse.org/tumbleweed/repo/debug/ #metalink=https://download.opensuse.org/tumbleweed/repo/debug/repodata/repomd.xml.metalink enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 [opensuse-tumbleweed-oss-source] @@ -19,7 +19,7 @@ baseurl=https://download.opensuse.org/tumbleweed/repo/src-oss/ #metalink=https://download.opensuse.org/tumbleweed/repo/src-oss/repodata/repomd.xml.metalink enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 ++++++ opensuse-tumbleweed-update-ports.repo.in ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.827452714 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.831452850 +0200 @@ -3,7 +3,7 @@ baseurl=https://download.opensuse.org/ports/@DIST_ARCH@/update/tumbleweed/ #metalink=https://download.opensuse.org/ports/@DIST_ARCH@/update/tumbleweed/repodata/repomd.xml.metalink enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 skip_if_unavailable=True ++++++ opensuse-tumbleweed-update.repo ++++++ --- /var/tmp/diff_new_pack.1R6NJc/_old 2026-07-15 17:11:33.855453668 +0200 +++ /var/tmp/diff_new_pack.1R6NJc/_new 2026-07-15 17:11:33.859453805 +0200 @@ -3,7 +3,7 @@ baseurl=https://download.opensuse.org/update/tumbleweed/ #metalink=https://download.opensuse.org/update/tumbleweed/repodata/repomd.xml.metalink enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE-2022 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-openSUSE gpgcheck=1 skip_if_unavailable=True
