build.sh: add rpm-ostree-2025.6 to frozendeps#4062
Closed
nikita-dubrovskii wants to merge 1 commit intocoreos:mainfrom
Closed
build.sh: add rpm-ostree-2025.6 to frozendeps#4062nikita-dubrovskii wants to merge 1 commit intocoreos:mainfrom
nikita-dubrovskii wants to merge 1 commit intocoreos:mainfrom
Conversation
Member
|
this PR as is won't quite work because there are subpackages of rpm-ostree, but even so since that update isn't in stable yet we can just untag it from our Though @jlebon I know you wanted this new rpm-ostree to unblock some work you were doing, but it looks like it's now breaking new FCOS builds. |
With recent rpm-ostree-2025.7 `rpc` group becomes wrong gid (978), ignoring one defined in `/usr/lib/sysusers.d/10-static-extra.conf` (32). Add 2025.6 to `frozendeps` to workaround this issue and let `ext.config.files.fcos_groups` test pass. Issue: https://github.com/coreos/coreos-assembler/issues/4061
5e2a553 to
630ab86
Compare
Contributor
Author
Why? There are just 1 dependent rpm: And building |
Member
ahh. for some reason I thought we had to mention all the subpackages also in frozendeps (i.e. like we did recently for GRUB). Sorry |
Member
|
The new cosa builds should not have this problem any longer. See coreos/rpm-ostree#5353 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With recent rpm-ostree-2025.7
rpcgroup becomes wrong gid (978), ignoring one defined in/usr/lib/sysusers.d/10-static-extra.conf(32). Add 2025.6 tofrozendepsto workaround this issue and letext.config.files.fcos_groupstest pass.Issue: coreos/rpm-ostree#5353