arch: qubes-vm-* provide qubes-core-agent-*#590
Merged
marmarek merged 2 commits intoQubesOS:mainfrom Jul 10, 2025
Merged
Conversation
fcc2ae3 to
6a3241f
Compare
6a3241f to
1b91722
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #590 +/- ##
==========================================
- Coverage 71.10% 70.68% -0.42%
==========================================
Files 3 3
Lines 481 481
==========================================
- Hits 342 340 -2
- Misses 139 141 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
https://wiki.archlinux.org/title/PKGBUILD#provides suggests provides should include version too as it may be useful for versioned dependencies, or is it done automatically? |
2ae7329 to
ec02877
Compare
Author
Not added automatically but it is added now :) |
added 2 commits
July 6, 2025 03:12
python typings indicate that resolve1.Get may return None. Handle this possibility as failure, falling back to resolv.conf
match debian/fedora package names to allow uniform install scripts.
ec02877 to
e977e69
Compare
marmarek
approved these changes
Jul 10, 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.
While package names match between Debian and Fedora (
qubes-core-agent{,-*}), Arch packaging has its own naming (qubes-vm-*). This means that salt formulas that can otherwise be used seamlessly cross-dists need to be customized for Arch targets.This adds
providesdirectives for Arch packages so they can be installed by referring to their Debian/Fedora names.qubes-core-agent->qubes-vm-corequbes-core-agent-networking->qubes-vm-networkingqubes-core-agent-nautilus->qubes-vm-nautilusqubes-core-agent-caja->qubes-vm-cajaqubes-core-agent-thunar->qubes-vm-thunarqubes-core-agent-dom0-updates->qubes-vm-dom0-updatesqubes-core-agent-passwordless-root->qubes-vm-passwordless-rootqubes-vm-keyringunmapped.Follow-up to #589