csmock: use --installdeps for legacy chroots#195
Merged
kdudka merged 3 commits intocsutils:mainfrom Feb 18, 2025
Merged
Conversation
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Feb 17, 2025
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Closes: csutils#195
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Feb 17, 2025
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Closes: csutils#195
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Feb 17, 2025
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Resolves: https://issues.redhat.com/browse/PSSECAUT-989 Closes: csutils#195
Fedora 42 default minimal buildroot has non-working `/bin/su`. Related: fedora-copr/copr#3631
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Feb 17, 2025
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Resolves: https://issues.redhat.com/browse/PSSECAUT-989 Closes: csutils#195
Collaborator
|
The changes in csmock /LGTM. The tests seems to be failing |
jperezdealgaba
approved these changes
Feb 17, 2025
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Feb 17, 2025
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Resolves: https://issues.redhat.com/browse/PSSECAUT-989 Closes: csutils#195
Member
Author
|
@jperezdealgaba Thanks for review! The CI was broken by two independent issues:
|
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
Feb 18, 2025
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Resolves: https://issues.redhat.com/browse/PSSECAUT-989 Closes: csutils#195
The latest build of the `units` RPM package cannot be rebuilt with gcc-15 because its source code is not yet ready for C23. Related: https://bugzilla.redhat.com/2341484
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with `ipa-4.6.5-11.el7_7.4`. Fixes: commit 50b1c8c Related: csutils#188 Resolves: https://issues.redhat.com/browse/PSSECAUT-989 Closes: csutils#195
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
May 22, 2025
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
May 22, 2025
kdudka
added a commit
to kdudka/csmock
that referenced
this pull request
May 22, 2025
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.
RHEL-7 packages do not use dynamic build dependencies and the new way to install build dependencies breaks build/scan in some cases, such as with
ipa-4.6.5-11.el7_7.4.Fixes: commit 50b1c8c
Related: #188