| |
@@ -146,6 +146,8 @@
|
| |
# Packages that are rebuilt for inclusion in runtimes (perhaps with reduced dependencies)
|
| |
"${KOJICLI}" add-tag "f${release}-flatpak-runtime"
|
| |
"${KOJICLI}" add-tag-inheritance "f${release}-flatpak-runtime" "f${release}" --intransitive
|
| |
+ # this package is blocked from the main tag
|
| |
+ "${KOJICLI}" unblock-pkg "f${release}-flatpak-runtime" flatpak-runtime-config
|
| |
|
| |
# Packages that are rebuilt for inclusion in applications (with prefix=/app)
|
| |
# This has an accompanying dist-repo created using the tag2distrepo plugin, which we use
|
| |
flatpak-runtime-config is a flatpak-specific package and is blocked from the base release package list. Therefore, it needs to be unblocked here.
See https://pagure.io/releng/issue/12047