#12048 Unblock flatpak-runtime-config in flatpak-runtime
Merged 6 months ago by kevin. Opened 6 months ago by yselkowitz.
yselkowitz/releng flatpaks  into  main

@@ -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

Pull-Request has been merged by kevin

6 months ago
Metadata