#11767 Fix inheritance of flatpak-runtime-override tags
Closed: Fixed with Explanation by humaton. Opened by yselkowitz.

  • Describe the issue
    f39-flatpak-runtime-override should inherit f39-updates, not (just) f39, so that the runtime creation tooling sees the latest stable changes. Please fix both the f39 tag as well as any automation that will be used to create tags for future versions.

  • When do you need this? (YYYY/MM/DD)
    ASAP

  • If we cannot complete your request, what is the impact?
    Flatpak runtimes cannot be updated.


Metadata Update from @phsmoura:
- Issue tagged with: medium-gain, medium-trouble, ops

Like this?

$ koji taginfo f39-flatpak-runtime-override
Tag: f39-flatpak-runtime-override [70621]
Arches: 
Groups: appliance-build, build, livecd-build, livemedia-build, srpm-build
Tag options:
  mock.new_chroot : 1          [f39]
  mock.package_manager : 'dnf' [f39]
Inheritance:
  0    .... f39 [62875]
  1    .... f39-updates [62878]

@humaton that is incorrect. The inheritance should be only f39-updates; that inherits f39 but takes priority thereover.

fixed

$ koji taginfo f39-flatpak-runtime-override
Tag: f39-flatpak-runtime-override [70621]
Arches: 
Groups: appliance-build, build, livecd-build, livemedia-build, srpm-build
Tag options:
  mock.new_chroot : 1          [f39]
  mock.package_manager : 'dnf' [f39]
Inheritance:
  0    .... f39-updates [62878]

I have updated the branching script so next time with f40 it will correctly inherit f40-updates.
https://pagure.io/releng/c/7e0c8500f7a9ddb3cdebc5f1b0c8bf5399102cbe?branch=main

Metadata Update from @humaton:
- Issue close_status updated to: Fixed with Explanation
- Issue status updated to: Closed (was: Open)

Metadata