Add Fedora 45. - #513
Open
Romain-Geissler-1A wants to merge 1 commit into
Open
Add Fedora 45.#513Romain-Geissler-1A wants to merge 1 commit into
Romain-Geissler-1A wants to merge 1 commit into
Conversation
Collaborator
|
Thanks, can you rebase the PR? CI should be good now! |
Romain-Geissler-1A
force-pushed
the
add-fedora-45
branch
from
September 8, 2026 12:45
82a503d to
b56e0c1
Compare
Collaborator
|
Ugh looks like we need another rebase after merging #510 |
Romain-Geissler-1A
force-pushed
the
add-fedora-45
branch
2 times, most recently
from
September 14, 2026 12:54
e925d1f to
c48058e
Compare
Romain-Geissler-1A
requested review from
glours and
ndeloof
and removed request for
a team
September 14, 2026 12:54
Contributor
Author
|
I have added the --nosignature flag to cope with rpm 6 (and updated the commit message to explain why). We are down to 2 failures, both on fedora 45. Somehow the containerd package doesn't build fine on fedora 45 and from the log I don't really get what's the problem to be honest... |
We have to add the usage of the --nosignature flag as now rpm >= 6 prevents installation by default of rpms files without signature. During the verification process, we have a locally build rpm, not signed yet, so accept the absence of signature in that case. See https://fedoraproject.org/wiki/Changes/Enforcing_signature_checking_by_default Signed-off-by: Romain Geissler <romain.geissler@amadeus.com>
Romain-Geissler-1A
force-pushed
the
add-fedora-45
branch
from
September 14, 2026 13:50
c48058e to
7aac149
Compare
Member
|
Wondering if it's this part; something expects a #37 0.894 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Trgqb5
#37 0.896 /var/tmp/rpm-tmp.Trgqb5: line 3: /root/rpmbuild/BUILD/containerd.io-0.0.0_20260911171230_ebd19f0-build/rpmbuild.env: No such file or directory
#37 0.896 error: Bad exit status from /var/tmp/rpm-tmp.Trgqb5 (%build)
#37 0.897 line 38: It's not recommended to have unversioned Obsoletes: Obsoletes: containerd
#37 0.897 line 39: It's not recommended to have unversioned Obsoletes: Obsoletes: runc
#37 0.897 Bad exit status from /var/tmp/rpm-tmp.Trgqb5 (%build) |
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.
Fedora 45 will hit beta state next week, so I guess it's time to start packaging the containerd & docker ecosystem for it.