-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add symlinks to qvm-device #269
base: main
Are you sure you want to change the base?
Conversation
These were only in dom0, which is inconsistent. Fixes: QubesOS/qubes-issues#8786
For this to work, there needs to be a similar PR removing qvm-device symlinks from core-admin, otherwise packages will conflict. |
What about package upgrades? |
It will require appropriate dependencies for clean upgrades. I'll add them after merging. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #269 +/- ##
==========================================
- Coverage 75.07% 75.03% -0.04%
==========================================
Files 51 51
Lines 7815 7815
==========================================
- Hits 5867 5864 -3
- Misses 1948 1951 +3 ☔ View full report in Codecov by Sentry. |
They are being moved to qubes-core-admin-client (QubesOS/qubes-core-admin-client#269).
They are being moved to qubes-core-admin-client (QubesOS/qubes-core-admin-client#269).
They are being moved to qubes-core-admin-client (QubesOS/qubes-core-admin-client#269).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Man page needs symlinks too.
Interestingly, rpm is happy with two packages owning the same file - I guess it works because the file is exactly the same. |
These were only in dom0, which is inconsistent.
Fixes: QubesOS/qubes-issues#8786