Update python2-xcffib workaround instructions (#648)

QubesOS/qubes-issues#3791
This commit is contained in:
Andrew David Wong 2018-05-08 19:56:58 -05:00
parent 49471616e9
commit 1ff8358f9c
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -53,8 +53,9 @@ When attempting to upgrade from Fedora 26 or 27 to Fedora 28, you may encounter
To work around this error:
1. Upgrade everything besides `python2-xcffib` and `qubes-core-vm` (use `-x python2-xcffib -x qubes-core-vm`).
2. Upgrade `python2-xcffib` using `sudo dnf swap python-xcffib python2-xcffib`. This should automatically update `qubes-gui-vm` too.
1. Upgrade while excluding the problematic packages by using `-x python2-xcffib -x qubes-gui-vm -x qubes-gui-agent`.
2. Upgrade `python2-xcffib` using `sudo dnf swap python-xcffib python2-xcffib`.
(This should automatically upgrade the other excluded packages too.)
Qubes 3.2 Instructions