public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Davide Cavalca <dcavalca@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fex-emu-rootfs-fedora] rawhide: Use .ero instead of .erofs; Fixes: RHBZ#2457586
Date: Mon, 21 Sep 2026 04:30:42 GMT	[thread overview]
Message-ID: <178996504257.1.8746936131343081924.rpms-fex-emu-rootfs-fedora-688af2eced1b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fex-emu-rootfs-fedora
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-09-21  4:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178996504257.1.8746936131343081924.rpms-fex-emu-rootfs-fedora-688af2eced1b@fedoraproject.org \
    --to=dcavalca@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox