Commit 4c5c36e
committed
Merge remote-tracking branch 'origin/pr/590'
* origin/pr/590:
arch: qubes-vm-* provide qubes-core-agent-*
Pull request description:
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 `provides` directives for Arch packages so they can be installed by referring to their Debian/Fedora names.
- `qubes-core-agent` -> `qubes-vm-core`
- `qubes-core-agent-networking` -> `qubes-vm-networking`
- `qubes-core-agent-nautilus` -> `qubes-vm-nautilus`
- `qubes-core-agent-caja` -> `qubes-vm-caja`
- `qubes-core-agent-thunar` -> `qubes-vm-thunar`
- `qubes-core-agent-dom0-updates` -> `qubes-vm-dom0-updates`
- `qubes-core-agent-passwordless-root` -> `qubes-vm-passwordless-root`
`qubes-vm-keyring` unmapped.
Follow-up to #5891 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| 212 | + | |
210 | 213 | | |
211 | 214 | | |
212 | 215 | | |
| |||
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
| 258 | + | |
254 | 259 | | |
255 | 260 | | |
256 | 261 | | |
| |||
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
| 281 | + | |
276 | 282 | | |
277 | 283 | | |
278 | 284 | | |
| |||
287 | 293 | | |
288 | 294 | | |
289 | 295 | | |
| 296 | + | |
290 | 297 | | |
291 | 298 | | |
292 | 299 | | |
| |||
0 commit comments