public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] f45: Simplify spec changes upon branching (the repo files still need to be changed)
Date: Mon, 10 Aug 2026 09:41:07 GMT [thread overview]
Message-ID: <178635486768.1.6589586436678133600.rpms-fedora-repos-827881bc225e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : 827881bc225ee3067ab32d65d29789d484f46819
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2020-10-13T22:46:09+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/827881bc225ee3067ab32d65d29789d484f46819?branch=f45
Log:
Simplify spec changes upon branching (the repo files still need to be changed)
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
---
diff --git a/fedora-repos.spec b/fedora-repos.spec
index 300260b..9bc24f3 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -10,7 +10,9 @@ URL: https://fedoraproject.org/
Provides: fedora-repos(%{version}) = %{release}
Requires: system-release(%{version})
Obsoletes: fedora-repos < 33-0.7
+%if %{rawhide_release} == %{version}
Requires: fedora-repos-rawhide = %{version}-%{release}
+%endif
Requires: fedora-gpg-keys >= %{version}-%{release}
BuildArch: noarch
@@ -86,7 +88,9 @@ Fedora package repository files for yum and dnf along with gpg public keys.
%package modular
Summary: Fedora modular package repositories
Requires: fedora-repos = %{version}-%{release}
+%if %{rawhide_release} == %{version}
Requires: fedora-repos-rawhide-modular = %{version}-%{release}
+%endif
Obsoletes: fedora-repos < 33-0.7
%description modular
reply other threads:[~2026-08-10 9:41 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=178635486768.1.6589586436678133600.rpms-fedora-repos-827881bc225e@fedoraproject.org \
--to=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