Hardcode the rpm-local-generator-support source commit.

And rebuild module for Ruby rebase.

Instead of using the /c\d+s/ branch,
we will hardcode the commit used for rpm-local-generator-support.

While c*s branch is OK to refer to for the workflows making use of
CentOS Stream first it complicates delivery for older EL releases.

In the case of a downstream module build, chances are that
the branches are named differently. But even if they are named
differently, we can use direct commit hash instead.
We make use of 2 properties here:
1) The git history of the branch is kept in sync
2) The rpm-local-generator-support does not have a reason to change
   often, or possibly at all, for the lifetime of the module.

Resolves: RHEL-37446
Resolves: RHEL-37448
Resolves: RHEL-37449
Resolves: RHEL-37447
stream-ruby-3.3-rhel-8.10.0 imports/c8-stream-3.3/ruby-3.3-8100020240522151542.489197e6
Jarek Prokop 6 months ago
parent 3b592260af
commit 0effdfd636

@ -59,7 +59,7 @@ data:
rpms:
rpm-local-generator-support:
rationale: RPM local_generator support
ref: c8s
ref: a33d4e2c802e288432c5ce2a0ec575a195f837e2
buildorder: 100
ruby:
rationale: An interpreter of object-oriented scripting language

Loading…
Cancel
Save