public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fex-emu-rootfs-fedora] f45: Use .ero instead of .erofs; Fixes: RHBZ#2457586
@ 2026-09-21 4:31 Davide Cavalca
0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 2026-09-21 4:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fex-emu-rootfs-fedora
Branch : f45
Commit : 688af2eced1b26c6ea5b3d77335d05611c980619
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date : 2026-09-20T21:21:05-07:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fex-emu-rootfs-fedora/c/688af2eced1b26c6ea5b3d77335d05611c980619?branch=f45
Log:
Use .ero instead of .erofs; Fixes: RHBZ#2457586
---
diff --git a/fex-emu-rootfs-fedora.spec b/fex-emu-rootfs-fedora.spec
index e66635f..7493931 100644
--- a/fex-emu-rootfs-fedora.spec
+++ b/fex-emu-rootfs-fedora.spec
@@ -38,7 +38,10 @@ ln -s %SOURCE0 .
sha256sum -c %SOURCE1
cp -p %SOURCE2 .
-unxz -c %SOURCE0 > default.erofs
+unxz -c %SOURCE0 > default.ero
+
+# Drop once f45 is EOL
+ln -s default.ero default.erofs
%build
# Nothing to build
@@ -49,6 +52,7 @@ install -Dpm0644 default.erofs %{buildroot}%{_datadir}/fex-emu/RootFS/default.er
%files
%license Fedora-FEX-RootFS-%{image_version}-%{image_release}.x86_64.packages
%{_datadir}/fex-emu/RootFS/default.erofs
+%{_datadir}/fex-emu/RootFS/default.ero
%changelog
%autochangelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 4:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 4:31 [rpms/fex-emu-rootfs-fedora] f45: Use .ero instead of .erofs; Fixes: RHBZ#2457586 Davide Cavalca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox