Cheese flatpak had a long standing issue with camera detection, which is
now finally fixed. Now that it's working again, add it to Silverblue to
keep the list of installed apps in sync with Workstation.
Signed-off-by: Kalev Lember <klember@redhat.com>
httpd from being treated as multilib, since the conflicting
i686/x86_64 packages were moved to httpd-core.
Signed-off-by: Joe Orton <jorton@redhat.com>
Recent Rawhide composes failed because they need 1M extra space
on the disk:
https://pagure.io/releng/failed-composes/issue/4478
let's be generous and give it a whole extra 1G!
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Reverted while we investigate an installation failure.
See: https://pagure.io/pungi-fedora/pull-request/1115
This reverts commit c6e3cb1b5b011a7a1c5da6dba0195674acc41c70.
Signed-off-by: Timothée Ravier <tim@siosm.fr>
There are currently no KDE applications packaged as Flatpaks in Fedora
and we are thus shipping no Fatpak by default in Fedora Kinoite.
Remove the Runtime as it is unused and will be installed on demand if
users install applications from the Fedora Flatpak remote.
This will make the installer smaller which will save download and
installation time for users that only get Flatpaks from Flathub.
This can be reverted (and fixed for aarch64) once we have KDE Flatpaks
in Fedora.
See: https://pagure.io/fedora-kde/SIG/issue/13
Signed-off-by: Timothée Ravier <tim@siosm.fr>
This uses the syntax after my recent PR:
https://pagure.io/releng/pull-request/11000
with those changes, this should actually work, instead of just
printing sad error messages like it does now!
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Move it to here instead of having systemd-devel fake require
systemd-pam.
This should help with flatpak runtime packaging so that we can avoid
having to ship systemd-pam in the flatpak container.
Signed-off-by: Kalev Lember <klember@redhat.com>
The first attempt was in commit 20517773999. Only main Rawhide compose goes to
devel list as well.
Related: https://pagure.io/pungi-fedora/pull-request/1109
Signed-off-by: Kamil Páral <kparal@redhat.com>
Wine subpackages were probably covered by dependencies. But separate packages
like `wine-dxvk` were not covered, even though they need to be multilib. At the
same time, we don't want to use `wine*` because that would also cover e.g.
`wineglass`, which doesn't need to be multilib. The current approach seems to
work the best.
Signed-off-by: Kamil Páral <kparal@redhat.com>
This has been done in Workstation, but not yet in Silverblue.
This commit is a great example of why putting lots of items in
a single line of text is a bad idea!
Signed-off-by: Adam Williamson <awilliam@redhat.com>
The packages depends on lld, which is not shipped there. This is a
followup to #1036 now that we have `wasm32-wasi`, and we might want
`wasm64` variants in the future.
Signed-off-by: Josh Stone <jistone@redhat.com>
We now have the flatpak runtime available for aarch64, which was the
last missing piece to be able to install Fedora flatpaks on aarch64.
Signed-off-by: Kalev Lember <klember@redhat.com>
The compose ID and some paths have an extra bogus comma at the end. That
makes it difficult to consume the message.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>