-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Qubes 4.1] make dom0-rpm support for Fedora 32 #611
Comments
Yup, that is the cause here. |
Confirmed that using a Fedora 32 based container image and |
If we bump the builder image to f32, can we use that same image to build rpms for dom0 on 4.0, which is f25? I'd expect so, but we were pinning the old fedora version specifically to match what the eventual install target will be. That may be overly cautious.
No, should have been removed as part of #349, but overlooked it. It can be removed at any time. |
Things should fail as Fedora needs packages built on the same version of the OS. |
Initially reported in #600
A locally-built
securedrop-workstation-dom0-config
package fails to install in dom0 with the following error:This is likely because the FPF-managed container used to build the rpms [1] is based on Fedora 25 (Qubes 4.0.1 dom0)
We should:
[1] https://github.com/freedomofpress/containers/blob/af86bb4b0fc7edc00d62cc56ef0e27f3311d22c7/rpmbuilder/Dockerfile#L1
[2] https://github.com/freedomofpress/securedrop-workstation/blob/main/docker/CreateRepoRPM/Dockerfile
The text was updated successfully, but these errors were encountered: