From 7118ac3050226bb5d65f8889c47b292569452369 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Apr 15 2024 09:36:25 +0000 Subject: Explicitly explain how to enable Copr repo --- diff --git a/copr-frontend-redhat.spec b/copr-frontend-redhat.spec index 6082a0d..2623a46 100644 --- a/copr-frontend-redhat.spec +++ b/copr-frontend-redhat.spec @@ -1,6 +1,6 @@ Name: copr-frontend-redhat Version: 5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Replace flavor files for Copr BuildArch: noarch @@ -44,6 +44,9 @@ cp %SOURCE1 . %changelog +* Sun Apr 14 2024 Jiri Kyjovsky - 5-4 +- Explicitly explain how to enable Copr repo + * Wed Feb 15 2023 Jakub Kadlcik - 5-3 - Migrate from internal IRC to Slack diff --git a/sources/usr/share/copr/coprs_frontend/coprs/templates/quick_enable.html b/sources/usr/share/copr/coprs_frontend/coprs/templates/quick_enable.html index 854eef8..eee3331 100644 --- a/sources/usr/share/copr/coprs_frontend/coprs/templates/quick_enable.html +++ b/sources/usr/share/copr/coprs_frontend/coprs/templates/quick_enable.html @@ -5,7 +5,7 @@
- $ dnf copr enable redhat/{{ copr_name(copr) }} + $ dnf copr enable {{ config.PUBLIC_COPR_HOSTNAME }}/{{ copr_name(copr) }}