This section is for released fedoras with updates/base repo,
for rawhide, we just pass pungi "Everything" and it does the magic.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
There's a Fedora 39 Change to increase the size of the EFI
system partition:
https://fedoraproject.org/wiki/Changes/BiggerESP
it goes from a size range of 200-600MiB to a size range of
500MiB-2GiB. The way these aarch64 disk images are built, they
get the biggest ESP possible, so they're getting a 2GiB ESP,
up from 600MiB. For these three images, that results in anaconda
calculating there isn't enough space on the root partition to
install the package set, and the image creation fails.
Per https://bugzilla.redhat.com/show_bug.cgi?id=2212121
there's at least a chance this is really how we want things, so
for now, let's increase the sizes of these images to accommodate
the bigger ESP. We can revert this if we decide that after all
the larger ESP is not needed and we want to tweak that somehow.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Now that the Fedora + Azure change was approved, let's get Azure images
building in koji alongside the existing qcow, raw.xz, and vagrant
images.
Signed-off-by: Major Hayden <major@redhat.com>
As noted by Neal in the previous PR[0], we need UEFI-only images for
Azure. Switch to the `Fedora-30` profile to align with the existing
UEFI-only image configuration for GCP images.
[0] https://pagure.io/pungi-fedora/pull-request/1161
Signed-off-by: Major Hayden <major@redhat.com>
These files have recently been updated and their contents is now
available in a new file.
Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@redhat.com>
The Cloud SIG is ready to launch Fedora on Azure and we need image built
along with rawhide composes. Although the image has a very similar
package set, it must be in VHD format.
Signed-off-by: Major Hayden <major@redhat.com>
Let's fix all the warnings thrown by pungi-config-validate. Only the
general.conf is throwing errors, but because it couldn't be validated by itself alone.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
To prevent the need to edit one thing in multiple pungi configurations let's use
it's ability to import other configuration files (See
https://docs.pagure.org/pungi/format.html#importing-other-files). This change
will create a new configuration file `general.conf` which is imported to
each other pungi configuration for Fedora.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
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>
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>