public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f45: Simplify spec changes upon branching (the repo files still need to be changed)
@ 2026-08-10 9:41
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:41 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:41 [rpms/fedora-repos] f45: Simplify spec changes upon branching (the repo files still need to be changed)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox