From 4206d19fff77d4e81b1d582c48bd45e6def762c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 14 Feb 2023 12:38:05 +0100 Subject: [PATCH] [release-monitoring] Use search instead of direct link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because direct link to RPM Fusion package contains namespace as well, it would be better to use search function provided by RPM Fusion. 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 c27422a092..bff100f529 100644 --- a/roles/openshift-apps/release-monitoring/templates/anitya.toml +++ b/roles/openshift-apps/release-monitoring/templates/anitya.toml @@ -74,7 +74,7 @@ AlmaLinux = "https://git.almalinux.org/rpms/%s" Fedora = "https://src.fedoraproject.org/rpms/%s" PLD-Linux = "https://github.com/pld-linux/%s" Ubuntu = "https://launchpad.net/ubuntu/+source/%s" -"RPM Fusion" = "https://admin.rpmfusion.org/pkgdb/package/%s" +"RPM Fusion" = "https://admin.rpmfusion.org/pkgdb/search/term=%s" # The logging configuration, in dictConfig format. [anitya_log_config]