From 11019a668e890bc46f54a967e3f5fb8f61104c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 29 May 2023 10:59:23 +0200 Subject: [PATCH] [release-monitoring] Fix openSUSE package link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The name of the distribution was wrong in the configuration, let's fix that. This fixes https://github.com/fedora-infra/anitya/issues/1608. Signed-off-by: Michal Konečný --- roles/openshift-apps/release-monitoring/templates/anitya.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/anitya.toml b/roles/openshift-apps/release-monitoring/templates/anitya.toml index 803005ba05..1290c476da 100644 --- a/roles/openshift-apps/release-monitoring/templates/anitya.toml +++ b/roles/openshift-apps/release-monitoring/templates/anitya.toml @@ -97,7 +97,7 @@ Mageia = "https://svnweb.mageia.org/packages/cauldron/%s/current/" "Manjaro Linux" = "https://software.manjaro.org/package/%s" "NixOS" = "https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=%s" "OpenMandriva" = "https://github.com/OpenMandrivaAssociation/%s/" -openSuse = "https://software.opensuse.org/package/%s" +openSUSE = "https://software.opensuse.org/package/%s" "openSUSE Leap" = "https://software.opensuse.org/package/%s" "openSUSE Tumbleweed" = "https://software.opensuse.org/package/%s" PLD-Linux = "https://github.com/pld-linux/%s"