public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Bonazzola <sbonazzo@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Avoid requiring Rawhide repos on ELN
Date: Mon, 10 Aug 2026 09:36:19 GMT	[thread overview]
Message-ID: <178635457938.1.12813336657688557567.rpms-fedora-release-ebd3b968ef4d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : ebd3b968ef4d7a998fe5cc56b57869919b9ec23d
            Author : Sandro Bonazzola <sbonazzo@redhat.com>
            Date   : 2023-10-09T12:21:23+02:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/ebd3b968ef4d7a998fe5cc56b57869919b9ec23d?branch=f45

            Log:
            Avoid requiring Rawhide repos on ELN

Note: requires fedora-repos-eln change to depend on
fedora-gpg-keys as fedora-repos won't be needed anymore.

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>

---
diff --git a/fedora-release.spec b/fedora-release.spec
index 54a529c..679eadc 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -144,7 +144,11 @@ Summary: Fedora release files
 Requires:   fedora-release-variant = %{version}-%{release}
 Suggests:   fedora-release
 
+%if %{with eln}
+Requires:   fedora-repos-eln = %{version}
+%else
 Requires:   fedora-repos(%{version})
+%endif
 Requires:   fedora-release-identity = %{version}-%{release}
 
 %if %{is_rawhide}

                 reply	other threads:[~2026-08-10  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635457938.1.12813336657688557567.rpms-fedora-release-ebd3b968ef4d@fedoraproject.org \
    --to=sbonazzo@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox