Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpm-repos-openSUSE for openSUSE:Leap:16.0 checked in at 2025-07-15 12:29:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/rpm-repos-openSUSE (Old) and /work/SRC/openSUSE:Leap:16.0/.rpm-repos-openSUSE.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpm-repos-openSUSE" Tue Jul 15 12:29:18 2025 rev:2 rq:1293376 version:unknown Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/rpm-repos-openSUSE/rpm-repos-openSUSE.changes 2025-03-19 11:56:37.098634819 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.rpm-repos-openSUSE.new.7373/rpm-repos-openSUSE.changes 2025-07-15 12:29:19.631304294 +0200 @@ -1,0 +2,5 @@ +Tue Apr 8 10:33:52 UTC 2025 - Dan Čermák <dcer...@suse.com> + +- Adjust openSUSE key, see sr#1252009 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ create-rpmgpg-symlinks.sh ++++++ --- /var/tmp/diff_new_pack.rAb8gj/_old 2025-07-15 12:29:19.987319167 +0200 +++ /var/tmp/diff_new_pack.rAb8gj/_new 2025-07-15 12:29:19.991319334 +0200 @@ -20,7 +20,7 @@ declare -A RPMGPGKEYS # List of GPG keys and common names -RPMGPGKEYS["openSUSE"]="gpg-pubkey-39db7c82-5f68629b.asc" +RPMGPGKEYS["openSUSE"]="gpg-pubkey-39db7c82-66c5d91a.asc" RPMGPGKEYS["openSUSE-2022"]="gpg-pubkey-29b700a4-62b07e22.asc" RPMGPGKEYS["openSUSE-Backports"]="gpg-pubkey-65176565-61a0ee8f.asc" RPMGPGKEYS["SuSE-SLE-15"]="gpg-pubkey-39db7c82-5847eb1f.asc" @@ -33,6 +33,6 @@ # Set up symlinks for GPG keys for RPMGPGKEY in "${!RPMGPGKEYS[@]}"; do - ln -sfr "${ROOTDIR}${BUILDKEYDIR}/${RPMGPGKEYS[${RPMGPGKEY}]}" "${ROOTDIR}${RPMGPGKEYDIR}/RPM-GPG-KEY-${RPMGPGKEY}" + ln -sfr "${ROOTDIR}${BUILDKEYDIR}/${RPMGPGKEYS[${RPMGPGKEY}]}" "${ROOTDIR}${RPMGPGKEYDIR}/RPM-GPG-KEY-${RPMGPGKEY}" done