public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f45: Fixup assertion on non-rawhide
@ 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 : 01f9f3e5ad8d1c4316a94edd1507e60ebf7b6da4
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2020-10-14T11:31:04+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/01f9f3e5ad8d1c4316a94edd1507e60ebf7b6da4?branch=f45
Log:
Fixup assertion on non-rawhide
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
---
diff --git a/fedora-repos.spec b/fedora-repos.spec
index 422ef49..e0e03e7 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -194,7 +194,7 @@ for repo in $RPM_BUILD_ROOT/etc/yum.repos.d/fedora-{rawhide,eln}*.repo; do
%if %{rawhide_release} == %{version}
grep 'enabled=1' $repo
%else
- grep 'enabled=1' $repo && exit 1
+ grep 'enabled=1' $repo && exit 1 || :
%endif
done
^ 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: Fixup assertion on non-rawhide
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox