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

Ensure proper RPM dependency ordering #155

Merged
merged 1 commit into from
May 1, 2024

Conversation

DemiMarie
Copy link
Contributor

Old command line tools work with a new qrexec library so long as the library SONAME matches, but new command line tools will not work with an older library. Add an explicit dependency to enforce ordering.

Fixes: QubesOS/qubes-issues#9184

Old command line tools work with a new qrexec library so long as the
library SONAME matches, but new command line tools will not work with
an older library.  Add an explicit dependency to enforce ordering.

Fixes: QubesOS/qubes-issues#9184
Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.56%. Comparing base (652b8f5) to head (0fcec31).
Report is 30 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   77.64%   77.56%   -0.09%     
==========================================
  Files          54       54              
  Lines        9412     9412              
==========================================
- Hits         7308     7300       -8     
- Misses       2104     2112       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marmarek marmarek merged commit a2e0deb into QubesOS:main May 1, 2024
3 of 4 checks passed
@DemiMarie DemiMarie deleted the package-deps branch May 1, 2024 19:19
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.

qrexec: Missing ordering between library and tool upgrades
2 participants