Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sequoia-sq to 1.0 for CLI switch stability #3523

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

pmatilai
Copy link
Member

@pmatilai pmatilai commented Jan 15, 2025

There are quite a few changes in the CLI of sq 1.0 (this was expected) that we'll just need to adapt to now.

The cli update itself is straightforward enough, the tricky part is getting the update pulled in because we need to do it in a separate transaction and at that point, rpm-plugin-ima has been pulled in and breaks installs in a rootless container. Thankfully since ce7210d we can just blast the IMA plugin config file away for now.

Fixes: #3506

@pmatilai pmatilai requested a review from a team as a code owner January 15, 2025 09:57
@pmatilai pmatilai requested review from dmnks and removed request for a team January 15, 2025 09:57
There are quite a few changes in the CLI of sq 1.0 (this was expected)
that we'll just need to adapt to now.

The cli update itself is straightforward enough, the tricky part is
getting the update pulled in because we need to do it in a separate
transaction and at that point, rpm-plugin-ima has been pulled in and
breaks installs in a rootless container. Thankfully since
ce7210d we can just blast the IMA
plugin config file away for now.

Fixes: rpm-software-management#3506
@dmnks
Copy link
Contributor

dmnks commented Jan 15, 2025

Yay!

@dmnks dmnks merged commit 9b26f42 into rpm-software-management:master Jan 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update sq cli to 1.x
2 participants