public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Fix listing of RPM components in modulemd
@ 2026-09-11 14:40 Owen W. Taylor
0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-11 14:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 901b2f15bcace166f9a8f2c960bfc92c3a2c8661
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date : 2018-01-31T05:51:22-05:00
Stats : +14/-12 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/901b2f15bcace166f9a8f2c960bfc92c3a2c8661?branch=f45
Log:
Fix listing of RPM components in modulemd
RPMs need to be listed under components/rpms, not components.
---
diff --git a/flatpak-runtime.in.yaml b/flatpak-runtime.in.yaml
index 01316a1..8d67abe 100644
--- a/flatpak-runtime.in.yaml
+++ b/flatpak-runtime.in.yaml
@@ -31,9 +31,10 @@ data:
- flatpak-rpm-macros
- flatpak-runtime-config
components:
- flatpak-rpm-macros:
- rationale: Set up build root for flatpak RPMS
- ref: master
- flatpak-runtime-config:
- rationale: Runtime configuration files
- ref: master
+ rpms:
+ flatpak-rpm-macros:
+ rationale: Set up build root for flatpak RPMS
+ ref: master
+ flatpak-runtime-config:
+ rationale: Runtime configuration files
+ ref: master
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index f15c4d2..3907f78 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -2768,9 +2768,10 @@ data:
- flatpak-rpm-macros
- flatpak-runtime-config
components:
- flatpak-rpm-macros:
- rationale: Set up build root for flatpak RPMS
- ref: master
- flatpak-runtime-config:
- rationale: Runtime configuration files
- ref: master
+ rpms:
+ flatpak-rpm-macros:
+ rationale: Set up build root for flatpak RPMS
+ ref: master
+ flatpak-runtime-config:
+ rationale: Runtime configuration files
+ ref: master
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:40 [flatpaks/flatpak-runtime] f45: Fix listing of RPM components in modulemd Owen W. Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox